UX: fix icon-lock size on email-login page (#24529)

This commit is contained in:
chapoi 2023-11-23 15:36:20 +01:00 committed by GitHub
parent ec03db7199
commit 6ac5f34ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,12 +119,14 @@ body.invite-page {
padding: 20px; padding: 20px;
margin: 0 auto; margin: 0 auto;
.content-wrapper { .content-wrapper {
box-shadow: 0 1px 10px 1px rgba(var(--primary-low-rgb), 1.25);
border-radius: 10px;
padding: 1em 2.5em 1em 2.5em; padding: 1em 2.5em 1em 2.5em;
.image-wrapper { .image-wrapper {
text-align: center; text-align: center;
padding-bottom: 1em; padding-bottom: 1em;
img {
max-width: 200px;
}
} }
.email-login-form { .email-login-form {
text-align: center; text-align: center;