mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Style loading panel
This commit is contained in:
parent
71ca8f63ed
commit
7c2f944fad
1 changed files with 12 additions and 0 deletions
|
@ -169,6 +169,18 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.loading {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
padding-top: 10rem;
|
||||||
|
font-family: @font-family-serif;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #fafafa;
|
||||||
|
}
|
||||||
|
|
||||||
// The internal components of the aceEditor directive
|
// The internal components of the aceEditor directive
|
||||||
.ace-editor-wrapper {
|
.ace-editor-wrapper {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue