mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
17 lines
253 B
Text
17 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;
|
||
|
}
|
||
|
}
|