mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-29 14:00:05 +02:00

[web] Migrate onboarding confirm email page to bootstrap 5 GitOrigin-RevId: ccba9aa7c6b3767010d823a4373bf65bb026d3c4
23 lines
377 B
SCSS
23 lines
377 B
SCSS
.interstitial {
|
|
max-width: 400px;
|
|
padding: var(--spacing-08);
|
|
margin: 0 auto;
|
|
background: var(--bg-light-primary);
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.logo {
|
|
width: 130px;
|
|
margin: 0 auto;
|
|
margin-bottom: var(--spacing-08);
|
|
}
|
|
|
|
.btn {
|
|
width: 100%;
|
|
}
|
|
|
|
.interstitial-header {
|
|
margin-top: 0;
|
|
margin-bottom: var(--spacing-02);
|
|
}
|
|
}
|