2025-03-26 10:01:46 +07:00

17 lines
390 B
SCSS
Vendored

.loader.simple-loader {
background-color: $body-bg;
height: 100%;
width: 100%;
position: fixed;
place-content: center;
overflow: hidden !important;
right: 0px;
z-index: 1250;
.loader-body{
// background: url(../images/loader.gif) no-repeat scroll center center;
background-size: 20%;
width: 100%;
height: 100%;
position: relative;
}
}