style form row labels and form field labels the same way
This commit is contained in:
parent
3735498785
commit
45b2bc6aa8
1 changed files with 1 additions and 1 deletions
|
@ -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"] {
|
||||
|
|
Loading…
Reference in a new issue