Files
overleaf-server-arm/services/web/frontend/stylesheets/bootstrap-5/pages/login.scss
2025-04-24 13:11:28 +08:00

45 lines
675 B
SCSS

.login-container {
max-width: 320px;
margin: 0 auto;
padding-top: var(--spacing-11);
text-align: center;
padding-bottom: 125px; // to prevent cookie banner from covering the bottom text of the page on mobile
h1 {
margin-bottom: 0;
@include heading-sm;
}
form {
padding-top: var(--spacing-08);
input {
height: 35px;
}
}
.login-other-link {
padding: var(--spacing-08) 0;
p {
margin-bottom: 0;
}
.login-text {
padding-bottom: 0;
}
}
.login-text {
padding-bottom: var(--spacing-08);
margin-bottom: 0;
@include body-sm;
}
.recaptcha-branding {
@include body-xs;
}
}