overleaf-cep/services/web/frontend/stylesheets/bootstrap-5/modules/writefull.scss
Jimmy Domagala-Tang 5730cd3dde Merge pull request #25577 from overleaf/dk-assist-promition-spacing-fix
Fix alignment issue in equation and table generator promotion

GitOrigin-RevId: 2f085e266b0385efcae546b89e2c73388764bae3
2025-05-14 08:05:55 +00:00

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