first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-01-25 13:06:29 -05:00
commit 346346573f
1362 changed files with 343729 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
//
// preloader.scss
//
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--#{$prefix}secondary-bg);
z-index: 9999;
}
[data-preloader="disable"] #preloader {
opacity: 0;
visibility: hidden;
}
#status {
width: 40px;
height: 40px;
position: absolute;
left: 50%;
top: 50%;
margin: -20px 0 0 -20px;
}