mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Writefull loading and retry notifications GitOrigin-RevId: ad4701c929970da37abdd96e070b67eac57fb54b
16 lines
261 B
Plaintext
16 lines
261 B
Plaintext
.writefull-logo-bg {
|
|
background-color: #fff;
|
|
}
|
|
.writefull-loading-bar {
|
|
font-size: @font-size-small;
|
|
height: 40px;
|
|
justify-content: center;
|
|
}
|
|
|
|
.writefull-error-notification {
|
|
margin: 48px 64px;
|
|
width: 100%;
|
|
max-width: 520px;
|
|
text-align: left;
|
|
}
|