Files
forzaapk/enginiptv/temp/scss/base/_preloader.scss
mstfyldz d42f1405e1 b
2026-02-16 17:42:41 +03:00

15 lines
333 B
SCSS

// PRELOADER
.preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 999999;
background-color: #ffffff;
background-position: center center;
background-repeat: no-repeat;
background-image: url(../images/preloader.svg);
background-size: 80px;
}