mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
176ead8983
* added primary-email-check page, route and controllers * add `#add-email` internal link in settings to display new email form * added primary-email-check redirection with split test * update `lastPrimaryEmailCheck` when the default email address is set * added `lastPrimaryCheck` to admin panel * translations for primary-email-check * acceptance tests for primary-email-check * [web] multi-submit for primary email check * Using `confirmedAt` to prevent from displaying primary-email-check page Co-authored-by: Jakob Ackermann <jakob.ackermann@overleaf.com> Co-Authored-By: Miguel Serrano <mserranom@gmail.com> GitOrigin-RevId: d8e3a280439da08038a4487d8bfd7b3b0596e3b5
15 lines
257 B
Text
15 lines
257 B
Text
.primary-email-check-button-container {
|
|
padding: 0 @padding-md;
|
|
}
|
|
|
|
.btn-primary-email-check-button {
|
|
margin-bottom: @margin-md;
|
|
}
|
|
|
|
.primary-email-check-container {
|
|
max-width: 420px !important;
|
|
}
|
|
|
|
.primary-email-check-card {
|
|
padding: 0 !important;
|
|
}
|