mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
635aae7b1f
Add secondary email form V2 (with Captcha this time) GitOrigin-RevId: b06216a2c9cb5b3b09305a17992eca506a0047f5
23 lines
320 B
Text
23 lines
320 B
Text
.interstitial {
|
|
max-width: 400px;
|
|
padding: 24px;
|
|
margin: 0 auto;
|
|
background: @white;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.logo {
|
|
width: 130px;
|
|
margin: 0 auto;
|
|
margin-bottom: 24px;
|
|
}
|
|
|
|
.btn {
|
|
width: 100%;
|
|
}
|
|
|
|
.interstitial-header {
|
|
margin-top: 0;
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|