UX: Adjust padding on create account modal (#12133)

This commit adds padding to the top and bottom of the form on the create account modal.
This commit is contained in:
Jordan Vidrine 2021-02-18 16:03:55 -06:00 committed by GitHub
parent d86cb7d1c3
commit de119afec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,7 +251,7 @@
.has-alt-auth .login-form,
.login-form {
background: var(--secondary);
padding: 0 1em 1em;
padding: 1em;
grid-area: form;
overflow-y: scroll;
&:after {