overleaf/services/web/frontend/stylesheets/app/add-secondary-email-prompt.less
David 635aae7b1f Merge pull request #18320 from overleaf/dp-add-secondary-prompt-ui
Add secondary email form V2 (with Captcha this time)

GitOrigin-RevId: b06216a2c9cb5b3b09305a17992eca506a0047f5
2024-05-27 10:22:40 +00:00

16 lines
253 B
Text

.add-secondary-email {
display: flex;
flex-direction: column;
gap: 12px;
.add-secondary-email-error {
display: flex;
gap: 6px;
padding: 4px;
}
.add-secondary-email-learn-more {
margin-top: 12px;
margin-bottom: 0;
}
}