Merge branch 'release/2025.02.27' into feature/CASH-272
This commit is contained in:
commit
04eaa54f04
1 changed files with 2 additions and 1 deletions
|
|
@ -5,6 +5,7 @@
|
||||||
:class="[
|
:class="[
|
||||||
this.buttonLabelSubCopy ? 'has-subheader' : '',
|
this.buttonLabelSubCopy ? 'has-subheader' : '',
|
||||||
this.isInsuranceSelected ? 'pricing-by-day-pkg-lbl-ins' : 'pricing-by-day-pkg-lbl',
|
this.isInsuranceSelected ? 'pricing-by-day-pkg-lbl-ins' : 'pricing-by-day-pkg-lbl',
|
||||||
|
!this.additionalButtonData.servicePackageDiscount ? 'adjust-top' : '',
|
||||||
]"
|
]"
|
||||||
for="testradio">
|
for="testradio">
|
||||||
<div class="package-specs">
|
<div class="package-specs">
|
||||||
|
|
@ -193,7 +194,7 @@ export default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -9999px;
|
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.
|
/* 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
|
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
|
version of the component. So added a more specific selector for the parts I want to change
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue