Update error styles.

This commit is contained in:
bmauger 2022-03-21 15:21:49 -04:00
parent ed1188ca5a
commit 47f6e7fe7c

View file

@ -22,6 +22,10 @@
label {
border: 1px solid $red;
}
input[type=checkbox]:focus + label,
input[type=radio]:focus + label {
box-shadow: 0 0 0 2.5px $red;
}
}
&.ui-radio,
&.ui-checkbox {