mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
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;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-field__label {
|
.form-field__label, .form-row__label {
|
||||||
color: var(--color-help);
|
color: var(--color-help);
|
||||||
&[for] { cursor: pointer; }
|
&[for] { cursor: pointer; }
|
||||||
> input[type="checkbox"], input[type="radio"] {
|
> input[type="checkbox"], input[type="radio"] {
|
||||||
|
|
Loading…
Add table
Reference in a new issue