overleaf-cep/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide-redesign-switcher-modal.scss
David 4d93187e58 Merge pull request #25354 from overleaf/dp-editor-redesign-modal
Update editor switcher modal contents

GitOrigin-RevId: 98772328004303c43ff3f9f0edbf8b0725041c60
2025-05-08 08:05:32 +00:00

40 lines
730 B
SCSS

.ide-redesign-switcher-modal .modal-content {
color: var(--content-primary);
font-size: var(--font-size-03);
line-height: var(--line-height-03);
p {
margin-bottom: 0;
}
.ide-redesign-switcher-modal-whats-new {
background-color: var(--bg-light-secondary);
border: 1px solid var(--border-divider);
padding: var(--spacing-05);
margin: var(--spacing-05) 0;
hr {
margin: var(--spacing-04) 0;
}
h4 {
margin-top: 0;
}
ul {
margin-bottom: 0;
li:not(:last-child) {
margin-bottom: var(--spacing-04);
}
}
}
.ide-redesign-switcher-modal-leave-text {
color: var(--content-secondary);
a {
color: var(--link-ui);
}
}
}