feat: changed api client design
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user