mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02:00
7fbcca6ed1
[web] Migrate reset password page to bootstrap 5 and website redesign GitOrigin-RevId: 613865379d094b305c6dc78f74dc70341214f4ed
25 lines
375 B
SCSS
25 lines
375 B
SCSS
.auth-aux-logo {
|
|
position: absolute;
|
|
top: var(--spacing-06);
|
|
left: var(--spacing-06);
|
|
|
|
img {
|
|
height: 40px;
|
|
}
|
|
}
|
|
|
|
.auth-aux-container {
|
|
padding-top: calc($header-height + $spacing-11);
|
|
max-width: 320px;
|
|
min-height: 100vh;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
|
|
.recaptcha-branding {
|
|
@include body-xs;
|
|
|
|
padding: 0;
|
|
text-align: left;
|
|
}
|
|
}
|