mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 20:01:00 +00:00
Fix loading element
This commit is contained in:
parent
28f8c9e055
commit
b696d93c72
1 changed files with 7 additions and 7 deletions
|
@ -27,14 +27,14 @@
|
|||
|
||||
#editor {
|
||||
.full-size;
|
||||
}
|
||||
|
||||
.loading {
|
||||
.full-size;
|
||||
padding-top: 10rem;
|
||||
font-family: @font-family-serif;
|
||||
text-align: center;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.loading {
|
||||
.full-size;
|
||||
padding-top: 10rem;
|
||||
font-family: @font-family-serif;
|
||||
text-align: center;
|
||||
background-color: #fafafa;
|
||||
}
|
||||
|
||||
// The internal components of the aceEditor directive
|
||||
|
|
Loading…
Reference in a new issue