mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-05 20:01:00 +00:00
[web] Migrate Writefull notification to BS5 (#21814)
* Migrate Writefull notification to BS5 * Remove unused writefull classes in LESS file GitOrigin-RevId: ed993df5e4f1abdfd7784308dda90e6596da60cf
This commit is contained in:
parent
bf26ef58a2
commit
6b45dab5ad
3 changed files with 13 additions and 18 deletions
|
@ -1 +1,2 @@
|
|||
@import 'symbol-palette';
|
||||
@import 'writefull';
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
.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;
|
||||
}
|
|
@ -1,6 +1,3 @@
|
|||
.writefull-logo-bg {
|
||||
background-color: #fff;
|
||||
}
|
||||
.writefull-loading-bar {
|
||||
font-size: @font-size-small;
|
||||
height: 40px;
|
||||
|
@ -13,18 +10,3 @@
|
|||
max-width: 520px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.writefull-disclosure-summary {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
color: @blue-50;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.editor-notification a.wf-promotion-link {
|
||||
text-decoration: none;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue