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:
commit
49a40deb8d
1 changed files with 12 additions and 0 deletions
|
|
@ -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
|
//Restore to default style if alert box is present
|
||||||
.alertError {
|
.alertError {
|
||||||
.has-error {
|
.has-error {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue