catalog part connected to backend , added empty data and loading component

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-02-05 19:56:23 +05:00
parent 3cf5e0efcf
commit 34cb524626
12 changed files with 249 additions and 19 deletions

View File

@@ -14,7 +14,7 @@
--font-mono: var(--font-geist-mono);
--font-roboto: "Roboto", sans-serif;
--font-almarai: "Almarai", sans-serif;
--font-unbounded:"Unbounded",sans-serif;
--font-unbounded: "Unbounded", sans-serif;
--color-sidebar-ring: var(--sidebar-ring);
--color-sidebar-border: var(--sidebar-border);
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
@@ -135,6 +135,25 @@ body {
background: #1e1d1c;
}
.loio{
color:#8b1515, #c91d1d
.loio {
color: #8b1515, #c91d1d;
}
/* globals.css ga qo'shing */
@keyframes shimmer {
100% {
transform: translateX(100%);
}
}
.animate-shimmer {
animation: shimmer 2s infinite;
}
.delay-150 {
animation-delay: 150ms;
}
.delay-300 {
animation-delay: 300ms;
}