mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 08:38:27 -05:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user