mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
dfa29dad61
Removing underline from links in Writefull ad GitOrigin-RevId: bdcdab7ab37bf9e49d7d1ac3c2ab0a41e618304a
30 lines
514 B
Text
30 lines
514 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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|