new loading screen

This commit is contained in:
Pierre Bondoerffer
2017-08-02 17:19:16 +02:00
parent 304a29e210
commit 86bc14e6bb
3 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,7 @@
margin-left: auto;
margin-right: auto;
height: 300px;
margin-bottom: 2em;
@media screen and (max-height: @media-short-screen) {
display: none;
}

View File

@@ -64,7 +64,7 @@
@slide-default-bg: #000;
@bg-loading: @old-base;
@bg-loading: #222;
@color-loading: @old-fore;
@media-not-big: 800px;