CSR-499 fix validation error style.

This commit is contained in:
bmauger 2022-04-19 15:38:02 -04:00
parent edf758618c
commit 9db86a9f20

View file

@ -7,6 +7,9 @@
input[type=radio]:focus + label {
box-shadow: 0 0 0 2.5px $red;
}
input[type=checkbox]:checked + label {
box-shadow: 0 0 0 1px $red !important;
}
&:hover {
box-shadow: 0px 0px 0px 4px $red-200;
border-radius: 10px !important;