CSR-1227 fix missing error state on quote page.
This commit is contained in:
parent
dcbff9e675
commit
f6625a6bec
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
|
||||
.alertError {
|
||||
.has-error {
|
||||
|
|
|
|||
Loading…
Reference in a new issue