Merge pull request #968 from Safelite/CSR-1164-fix-error-font-weight
CSR-1164 fix error font weight.
This commit is contained in:
commit
0bf40859bf
1 changed files with 3 additions and 1 deletions
|
|
@ -182,7 +182,9 @@ html {
|
||||||
.form-test-error {
|
.form-test-error {
|
||||||
color: $red;
|
color: $red;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
font-weight: 500;
|
.small {
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-test-invalid {
|
.form-test-invalid {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue