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 { |
#loading-screen { |
||||
overflow: hidden; |
padding-top: 12em; |
||||
} |
|
||||
|
|
||||
.loading-screen { |
|
||||
margin-top: 12em; |
|
||||
text-align: center; |
text-align: center; |
||||
font-size: large; |
font-size: large; |
||||
|
height: 100%; |
||||
} |
} |
||||
|
|
||||
.loading-screen ul { |
#loading-screen ul { |
||||
list-style-position: inside; |
list-style-position: inside; |
||||
} |
} |
||||
|
|
||||
.loading-img { |
#loading-img { |
||||
margin-bottom: 3em; |
margin-bottom: 3em; |
||||
height: 12em; |
height: 12em; |
||||
} |
} |
||||
|
|
||||
.ui.container { |
#loading-screen-container { |
||||
height: 26em; |
height: 26em; |
||||
} |
} |
||||
|
|
||||
.ui.progress { |
#loading-screen-progress { |
||||
width: 40vw; |
width: 40vw; |
||||
margin-left: auto !important; |
margin-left: auto !important; |
||||
margin-right: auto !important; |
margin-right: auto !important; |
@ -1,3 +1,6 @@ |
|||||
#main-layout { |
#main-layout { |
||||
height: 100%; |
height: auto; |
||||
|
min-height: 100%; |
||||
|
background-color: #E6E6E6; |
||||
|
padding-bottom: 4rem; |
||||
} |
} |
Loading…
Reference in new issue