mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-24 11:32:10 +00:00
Improve loading page color contrast
This commit is contained in:
parent
7fb8154c6e
commit
cd6234570c
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,7 @@
|
|||
|
||||
.loading-screen {
|
||||
.full-size;
|
||||
background-color: #fafafa;
|
||||
.container {
|
||||
text-align: center;
|
||||
position: absolute;
|
||||
|
@ -55,6 +56,10 @@
|
|||
width: 400px;
|
||||
margin-left: -200px;
|
||||
}
|
||||
.progress {
|
||||
background-color: white;
|
||||
border: 1px solid @toolbar-border-color;
|
||||
}
|
||||
}
|
||||
|
||||
.loading-panel {
|
||||
|
|
Loading…
Reference in a new issue