loadingscreen and minify css

This commit is contained in:
infeeeee
2019-09-07 02:29:46 +02:00
parent 19cec75d2c
commit 1e14664a54
6 changed files with 33 additions and 6 deletions

View File

@@ -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 */