mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
910c6d5285
[web] Remove old tutorials GitOrigin-RevId: 90b6a630084b3b1d592bd4ccced82162f45b8ad3
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;
|
|
}
|