2023-12-13 07:31:57 -05:00
|
|
|
.writefull-logo-bg {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
2024-02-06 10:19:37 -05:00
|
|
|
.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;
|
|
|
|
}
|
2024-03-06 06:20:37 -05:00
|
|
|
|
|
|
|
.writefull-disclosure-summary {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
cursor: pointer;
|
|
|
|
color: @blue-50;
|
|
|
|
user-select: none;
|
|
|
|
}
|
2024-03-12 09:08:07 -04:00
|
|
|
|
|
|
|
.editor-notification a.wf-promotion-link {
|
|
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|