Merge pull request #309 from Safelite/CSR-297-QA-fixes

Update error styles.
This commit is contained in:
bmauger 2022-03-30 09:29:21 -04:00 committed by GitHub
commit 9bc8a1c61d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,18 +3,18 @@
&.list-card {
border: 1px solid $red;
color: $red;
label {
box-shadow: 0 0 1px $red !important;
border-radius: .5rem;
}
input[type=checkbox]:focus + label,
input[type=radio]:focus + label {
box-shadow: 0 0 0 2.5px $red;
}
input[type=checkbox]:focus + label:hover,
input[type=radio]:focus + label {
box-shadow: 0 0 0 1px $red;
}
&:hover {
box-shadow: 0px 0px 0px 4px $red-200;
border-radius: 10px !important;
border: 1px solid $red;
}
}