mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
#591 - sites [wip]
This commit is contained in:
@ -11,3 +11,18 @@
|
||||
[data-slot='scroll-area-viewport'] div:first-child {
|
||||
@apply h-full;
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
@keyframes indeterminate {
|
||||
0% {
|
||||
transform: translateX(-100%);
|
||||
}
|
||||
100% {
|
||||
transform: translateX(200%);
|
||||
}
|
||||
}
|
||||
|
||||
.animate-loading-bar {
|
||||
animation: indeterminate 1s linear infinite;
|
||||
}
|
||||
}
|
||||
|
@ -33,7 +33,7 @@ :root {
|
||||
--sidebar-ring: oklch(0.87 0 0);
|
||||
|
||||
--brand: oklch(58.5% 0.233 277.117);
|
||||
--success: var(--color-emerald-500);
|
||||
--success: var(--color-lime-500);
|
||||
--warning: var(--color-yellow-500);
|
||||
--info: var(--color-blue-500);
|
||||
--danger: var(--color-red-500);
|
||||
|
Reference in New Issue
Block a user