Merge pull request #2312 from Safelite/feature/CASH-151

CASH-151
This commit is contained in:
CarlNation 2025-02-19 15:09:46 -05:00 committed by GitHub
commit 01bc1ec62c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">
<div class="package-specs">
@ -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