CSR-1164 fix error font weight.
This commit is contained in:
parent
9e12849267
commit
475317e37e
1 changed files with 3 additions and 1 deletions
|
|
@ -182,7 +182,9 @@ html {
|
|||
.form-test-error {
|
||||
color: $red;
|
||||
font-size: 0.875rem;
|
||||
font-weight: 500;
|
||||
.small {
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
.form-test-invalid {
|
||||
|
|
|
|||
Loading…
Reference in a new issue