Merge pull request #996 from Safelite/CSR-1227-fix-missing-error-state

CSR-1227 fix missing error state on quote page.
This commit is contained in:
bmauger 2023-03-07 14:19:08 -05:00 committed by GitHub
commit 49a40deb8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,6 +136,18 @@ html {
}
}
}
//Quote page radio button group
.package-main {
.package-wrapper {
.has-error {
input[type="radio"] {
+ .package-label {
border: 1px solid $red;
}
}
}
}
}
//Restore to default style if alert box is present
.alertError {
.has-error {