loadingscreen and minify css
This commit is contained in:
@@ -378,13 +378,30 @@ $v-unit-6: 24rem;
|
||||
// STRUCTURE */
|
||||
// -------------------------------------------------------------------------- */
|
||||
|
||||
// wrapper */
|
||||
.no-js body .loadingscreen{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.loadingscreen{
|
||||
background-color: #fff;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
position: fixed;
|
||||
z-index: 3100;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
// wrapper
|
||||
.wrapper {
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
z-index: 1;
|
||||
|
||||
|
||||
// -------------------------------------------------------------------------- */
|
||||
// header */
|
||||
|
||||
Reference in New Issue
Block a user