Update style related to border thickness on error.

This commit is contained in:
bmauger 2022-03-24 13:34:56 -04:00
parent 6a5c0e61f7
commit 0e1d34b873

View file

@ -4,7 +4,7 @@
border: 1px solid $red;
color: $red;
label {
box-shadow: 0 0 1px $red;
box-shadow: 0 0 1px $red !important;
border-radius: .5rem;
}
input[type=checkbox]:focus + label,
@ -24,7 +24,7 @@
}
input[type=checkbox]:focus + label,
input[type=radio]:focus + label {
box-shadow: 0 0 0 2.5px $red;
box-shadow: 0 0 1px $red !important;
}
}
&.ui-radio,