From f6625a6bec484faec3bd9f9717dd815a5b2ca664 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 7 Mar 2023 14:05:42 -0500 Subject: [PATCH] CSR-1227 fix missing error state on quote page. --- src/styles/common-error-styles.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 {