more form style consistency improvements

This commit is contained in:
Sean Yesmunt 2020-06-30 22:45:24 -04:00
commit ac1f0ff7ce
8 changed files with 19 additions and 7 deletions

View file

@ -90,3 +90,8 @@
color: var(--color-link-hover);
}
}
.button--danger {
@extend .button--link;
color: var(--color-error);
}

View file

@ -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;
}