mirror of https://gitlab.com/ecentrics/concordia
Ezerous
4 years ago
8 changed files with 32 additions and 44 deletions
@ -1,27 +1,24 @@ |
|||
body { |
|||
overflow: hidden; |
|||
} |
|||
|
|||
.loading-screen { |
|||
margin-top: 12em; |
|||
#loading-screen { |
|||
padding-top: 12em; |
|||
text-align: center; |
|||
font-size: large; |
|||
height: 100%; |
|||
} |
|||
|
|||
.loading-screen ul { |
|||
#loading-screen ul { |
|||
list-style-position: inside; |
|||
} |
|||
|
|||
.loading-img { |
|||
#loading-img { |
|||
margin-bottom: 3em; |
|||
height: 12em; |
|||
} |
|||
|
|||
.ui.container { |
|||
#loading-screen-container { |
|||
height: 26em; |
|||
} |
|||
|
|||
.ui.progress { |
|||
#loading-screen-progress { |
|||
width: 40vw; |
|||
margin-left: auto !important; |
|||
margin-right: auto !important; |
@ -1,3 +1,6 @@ |
|||
#main-layout { |
|||
height: 100%; |
|||
height: auto; |
|||
min-height: 100%; |
|||
background-color: #E6E6E6; |
|||
padding-bottom: 4rem; |
|||
} |
Loading…
Reference in new issue