mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
06ab04f023
Writefull loading and retry notifications GitOrigin-RevId: ad4701c929970da37abdd96e070b67eac57fb54b
15 lines
261 B
Text
15 lines
261 B
Text
.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;
|
|
}
|