refactor(ui): localize progress and loading styles

This commit is contained in:
2026-08-09 13:42:09 +05:30
parent fdf6282aed
commit b6bd5cfcb7
6 changed files with 151 additions and 63 deletions
-26
View File
@@ -3936,32 +3936,6 @@
height: min(3rem, 14vw);
}
}
.wire-next--spinner i {
display: block;
width: 1.5rem;
height: 1.5rem;
border: 2px solid var(--wire-color-border);
border-top-color: var(--wire-color-primary);
border-radius: 50%;
animation: wire-spin 700ms linear infinite;
}
.wire-next--skeleton {
display: grid;
width: min(100%, 24rem);
gap: 0.55rem;
}
.wire-next--skeleton span {
height: 0.8rem;
border-radius: 999px;
background: linear-gradient(
90deg,
var(--wire-color-surface-2),
var(--wire-color-border),
var(--wire-color-surface-2)
);
background-size: 200% 100%;
animation: wire-shimmer 1.4s infinite;
}
.wire-next--navbar,
.wire-next--mega-menu,
.wire-next--nav,