CSR-1164 fix error font weight.

This commit is contained in:
Bryan Mauger 2023-02-03 13:25:12 -05:00
parent 9e12849267
commit 475317e37e

View file

@ -182,7 +182,9 @@ html {
.form-test-error {
color: $red;
font-size: 0.875rem;
font-weight: 500;
.small {
font-weight: 500;
}
}
.form-test-invalid {