sifatbaho

This commit is contained in:
2026-04-05 05:31:24 +05:00
commit df3d57f503
2609 changed files with 369825 additions and 0 deletions

27
resources/scss/components/_preloader.scss vendored Executable file
View File

@@ -0,0 +1,27 @@
//
// preloader.scss
//
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--#{$prefix}card-bg-custom);
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;
}