mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
ce5d190c4a
Update primary email check form to match new designs GitOrigin-RevId: b740255e3615bd7807845c533472aabb263d69ea
39 lines
577 B
Text
39 lines
577 B
Text
.primary-email-check-container {
|
|
max-width: 400px !important;
|
|
}
|
|
|
|
.primary-email-check-card {
|
|
padding: 24px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12px;
|
|
|
|
.primary-email-confirm-button {
|
|
margin-top: 12px;
|
|
}
|
|
|
|
.primary-email-change-button {
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.primary-email-check-header {
|
|
margin-top: 12px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.primary-email-check-form {
|
|
padding: 0 !important;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 12px;
|
|
}
|
|
|
|
.primary-email-check-logo {
|
|
width: 130px;
|
|
margin: 0 auto;
|
|
}
|