feat: changed api client design

This commit is contained in:
2026-06-14 03:50:12 +05:30
parent 02241edfca
commit 52b7fdb1c2
9 changed files with 1337 additions and 551 deletions
+6
View File
@@ -119,6 +119,7 @@
--animate-fade-in: fade-in 0.2s ease-out;
--animate-slide-up: slide-up 0.2s ease-out;
--animate-shimmer: shimmer 1.5s infinite ease-in-out;
--color-canvas-dot: rgba(108,106,100,0.08);
}
@@ -133,6 +134,11 @@
to { opacity: 1; transform: translateY(0); }
}
@keyframes shimmer {
0% { background-position: -200% 0; }
100% { background-position: 200% 0; }
}
.material-symbols-outlined {
font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
display: inline-block;