b
This commit is contained in:
14
enginiptv/temp/scss/base/_preloader.scss
Normal file
14
enginiptv/temp/scss/base/_preloader.scss
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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;
|
||||
}
|
||||
Reference in New Issue
Block a user