UX: Adjust disclaimer font size (#30346)

This commit is contained in:
Jordan Vidrine 2024-12-18 13:09:31 -06:00 committed by GitHub
parent 5721c29429
commit 29a596c667
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
} }
&__existing-account, &__existing-account,
&__no-account-yet { &__no-account-yet {
font-size: var(--font-down); font-size: var(--font-down-1);
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
text-align: center; text-align: center;
width: 100%; width: 100%;
@ -35,6 +35,10 @@
margin-block: 1rem; margin-block: 1rem;
} }
} }
&__disclaimer {
font-size: var(--font-down-1);
margin-bottom: 0.5rem;
}
} }
#login-buttons { #login-buttons {