mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 23:00:08 +02:00

Update editor switcher modal contents GitOrigin-RevId: 98772328004303c43ff3f9f0edbf8b0725041c60
40 lines
730 B
SCSS
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);
|
|
}
|
|
}
|
|
}
|