mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-04 21:04:49 -05:00
13 lines
215 B
SCSS
13 lines
215 B
SCSS
|
.writefull-loading-bar {
|
||
|
font-size: var(--font-size-02);
|
||
|
height: 40px;
|
||
|
justify-content: center;
|
||
|
}
|
||
|
|
||
|
.writefull-error-notification {
|
||
|
margin: 48px 64px;
|
||
|
width: 100%;
|
||
|
max-width: 520px;
|
||
|
text-align: left;
|
||
|
}
|