Merge pull request #353 from Safelite/CSR-499-validation-error-fix

CSR-499 fix validation error style.
This commit is contained in:
bmauger 2022-04-19 15:49:55 -04:00 committed by GitHub
commit 1cea9d4eaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;