From bfec10131cda90f8ac358e30f104ced0940ae6c9 Mon Sep 17 00:00:00 2001 From: CarlNation Date: Wed, 19 Feb 2025 14:05:55 -0500 Subject: [PATCH] CASH-151 CASH-151 style adjustment. only adjust the top spacing when not a service package discount package --- src/experiment-components/service-package-radio.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/experiment-components/service-package-radio.vue b/src/experiment-components/service-package-radio.vue index 8634250ab..a3bfd9937 100644 --- a/src/experiment-components/service-package-radio.vue +++ b/src/experiment-components/service-package-radio.vue @@ -5,6 +5,7 @@ :class="[ this.buttonLabelSubCopy ? 'has-subheader' : '', this.isInsuranceSelected ? 'pricing-by-day-pkg-lbl-ins' : 'pricing-by-day-pkg-lbl', + !this.additionalButtonData.servicePackageDiscount ? 'adjust-top' : '', ]" for="testradio">
@@ -193,7 +194,7 @@ export default { position: absolute; left: -9999px; - + .package-label.pricing-by-day-pkg-lbl { + + .package-label.pricing-by-day-pkg-lbl.adjust-top { /* Copying a component for an experiment will cause duplication of css classes. This can cause problems if you want change the value of something only for the experiment version of the component. So added a more specific selector for the parts I want to change