style form row labels and form field labels the same way

This commit is contained in:
Jeremy Kauffman 2017-10-12 09:45:51 -04:00
parent 3735498785
commit 45b2bc6aa8

View file

@ -129,7 +129,7 @@ input[type="text"].input-copyable {
display: block;
}
.form-field__label {
.form-field__label, .form-row__label {
color: var(--color-help);
&[for] { cursor: pointer; }
> input[type="checkbox"], input[type="radio"] {