more form style consistency improvements
This commit is contained in:
parent
59b8a42319
commit
ac1f0ff7ce
8 changed files with 19 additions and 7 deletions
|
@ -90,3 +90,8 @@
|
|||
color: var(--color-link-hover);
|
||||
}
|
||||
}
|
||||
|
||||
.button--danger {
|
||||
@extend .button--link;
|
||||
color: var(--color-error);
|
||||
}
|
||||
|
|
|
@ -64,11 +64,14 @@ fieldset-group {
|
|||
}
|
||||
|
||||
fieldset-section,
|
||||
fieldset-group,
|
||||
form,
|
||||
.checkbox,
|
||||
.radio,
|
||||
.form-field--SimpleMDE {
|
||||
.form-field--SimpleMDE,
|
||||
.form-field__help {
|
||||
+ fieldset-section,
|
||||
+ fieldset-group,
|
||||
+ form,
|
||||
+ .checkbox,
|
||||
+ .radio,
|
||||
|
@ -76,6 +79,10 @@ form,
|
|||
margin-top: var(--spacing-l);
|
||||
}
|
||||
|
||||
+ .form-field__help {
|
||||
margin-top: var(--spacing-s);
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue