mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 11:38:51 -05:00
6b45dab5ad
* Migrate Writefull notification to BS5 * Remove unused writefull classes in LESS file GitOrigin-RevId: ed993df5e4f1abdfd7784308dda90e6596da60cf
12 lines
212 B
Text
12 lines
212 B
Text
.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;
|
|
}
|