mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
24 lines
337 B
Text
24 lines
337 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;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.confirm-email-alert {
|
||
|
margin-bottom: 12px;
|
||
|
}
|
||
|
}
|