increase form element spacing
This commit is contained in:
parent
a024303f89
commit
2fabd94365
3 changed files with 3 additions and 3 deletions
2
dist/form.css
vendored
2
dist/form.css
vendored
File diff suppressed because one or more lines are too long
2
dist/index.css
vendored
2
dist/index.css
vendored
File diff suppressed because one or more lines are too long
|
@ -71,7 +71,7 @@ form,
|
|||
+ form,
|
||||
+ .checkbox,
|
||||
+ .radio {
|
||||
margin-top: var(--spacing-s);
|
||||
margin-top: var(--spacing-m);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
|
|
Loading…
Reference in a new issue