You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
462 B
27 lines
462 B
//======================================
|
|
// fakeLoader.js plugin
|
|
//======================================
|
|
|
|
// General
|
|
// -------------------------------------------
|
|
.has-page-loader {
|
|
overflow: hidden;
|
|
}
|
|
.page-loader {
|
|
background: white;
|
|
position: fixed;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0px;
|
|
left: 0px;
|
|
z-index: 999999;
|
|
@include opacity(1);
|
|
|
|
.fl {
|
|
left: 0 !important;
|
|
right: 0 !important;
|
|
width: 90px;
|
|
margin: 0 auto;
|
|
}
|
|
}
|