mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 15:02:34 +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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user