diff --git a/src/styles/common-error-styles.scss b/src/styles/common-error-styles.scss index 8129702fc..97ee939b2 100644 --- a/src/styles/common-error-styles.scss +++ b/src/styles/common-error-styles.scss @@ -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 {