first commit

This commit is contained in:
2025-04-24 13:11:28 +08:00
commit ff9c54d5e4
5960 changed files with 834111 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
.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;
}
}