Files
overleaf-cep/services/web/frontend/stylesheets/bootstrap-5/modules/writefull.scss
T
Jimmy Domagala-Tang 50c2d8f32f Merge pull request #25405 from overleaf/jdt-wf-rebrand-popover
Writefull Rebranded Features Editor Promotion

GitOrigin-RevId: 49beddbfa44bacf1546543e172dc8edcdb3784bc
2025-05-13 08:06:50 +00:00

36 lines
588 B
SCSS

.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;
}
.feature-rebrand-promo-container {
z-index: 1;
position: absolute;
bottom: 15px;
right: 15px;
background: $bg-dark-primary;
color: $content-primary-dark;
max-width: 450px;
}
.feature-rebrand-promo-title-container {
display: flex;
}
.feature-rebrand-promo-title-text {
color: white;
font-size: 14px;
}
.feature-rebrand-promo-body {
color: white;
}