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

Migrate add secondary email page to Bootstrap 5 GitOrigin-RevId: f5d1992f2cb2d313f5950ccfd5c187b9bac72d82
16 lines
307 B
SCSS
16 lines
307 B
SCSS
.add-secondary-email {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: var(--spacing-05);
|
|
|
|
.add-secondary-email-error {
|
|
display: flex;
|
|
gap: var(--spacing-03);
|
|
padding: var(--spacing-02);
|
|
}
|
|
|
|
.add-secondary-email-learn-more {
|
|
margin-top: var(--spacing-05);
|
|
margin-bottom: 0;
|
|
}
|
|
}
|