UX: add max-width to social auth section (#27771)

This commit is contained in:
Kris 2024-07-08 13:20:18 -04:00 committed by GitHub
parent 069a0bd6ee
commit 79c1d23591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,6 +70,11 @@
.login-right-side {
background: var(--tertiary-or-tertiary-low);
padding: 3.5rem 3rem;
max-width: 16em;
}
.btn-social-title {
@include ellipsis;
}
#login-buttons {
@ -156,6 +161,7 @@
}
.login-right-side {
padding: 1em;
max-width: unset;
}
#login-form {
margin: 1.5em 0;