style settings and add global form element styling
This commit is contained in:
committed by
Benedikt Rötsch
parent
62ecdfe60c
commit
dcf4aa812c
10
assets/stylesheets/forms.css
Normal file
10
assets/stylesheets/forms.css
Normal file
@@ -0,0 +1,10 @@
|
||||
.form-item {
|
||||
& + .form-item {
|
||||
margin-top: var(--grid-gutter);
|
||||
}
|
||||
& .help-text {
|
||||
font-size: 0.9em;
|
||||
color: var(--color-text-grey);
|
||||
margin-top: calc(var(--grid-gutter) * -1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user