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

* Remove `Interstitial` from `ConfirmEmailForm` * Allow adding `affiliationOptions` in `addWithConfirmationCode` * Add confirmationStep in add-email.tsx * Call `getEmails` once a secondary email is added * Fix tests * Lint fix * Style confirm-email-form Figma: https://www.figma.com/design/TWyeImDSZHhkl9akYaGmeb/24.5-Secondary-email-reconfirmation?node-id=1-449&p=f&m=dev * Remove unnecessary `successMessage` and `successButtonText` from hidden ConfirmEmailForm * Remove icon padding * Rename file to confirm-email-form.tsx * Use `OLButton` * Add Cancel button * Update loading states * Remove redundant `className` with variants GitOrigin-RevId: 62b1729cf2299da38f20fa3946273ad0193c7d54
27 lines
383 B
Text
27 lines
383 B
Text
.confirm-email {
|
|
form {
|
|
.text-danger {
|
|
display: flex;
|
|
gap: 6px;
|
|
padding: 4px;
|
|
|
|
.icon {
|
|
padding-top: 2px;
|
|
}
|
|
}
|
|
.form-actions {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
label {
|
|
font-weight: normal;
|
|
}
|
|
}
|
|
|
|
.confirm-email-alert {
|
|
margin-bottom: 12px;
|
|
}
|
|
}
|