[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:
Antoine Clausse 2024-11-14 15:56:41 +01:00 committed by Copybot
parent bf26ef58a2
commit 6b45dab5ad
3 changed files with 13 additions and 18 deletions

View file

@ -1 +1,2 @@
@import 'symbol-palette';
@import 'writefull';

View file

@ -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;
}

View file

@ -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;
}
}