mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
parent
d86cb7d1c3
commit
de119afec5
@ -251,7 +251,7 @@
|
|||||||
.has-alt-auth .login-form,
|
.has-alt-auth .login-form,
|
||||||
.login-form {
|
.login-form {
|
||||||
background: var(--secondary);
|
background: var(--secondary);
|
||||||
padding: 0 1em 1em;
|
padding: 1em;
|
||||||
grid-area: form;
|
grid-area: form;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
&:after {
|
&:after {
|
||||||
|
Loading…
Reference in New Issue
Block a user