Merge pull request #2337 from Safelite/rlsmerge/2025.02.27-to-develop

Rlsmerge/2025.02.27 to develop
This commit is contained in:
CarlNation 2025-02-27 05:58:14 -05:00 committed by GitHub
commit f2b07d2793
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 4 deletions

View file

@ -189,6 +189,12 @@ export default {
position: absolute; position: absolute;
left: -9999px; left: -9999px;
+ .package-label.pricing-by-day-pkg-lbl {
@include media-breakpoint-up(md) {
padding-bottom: 0.75rem;
}
}
+ .package-label.pricing-by-day-pkg-lbl.adjust-top { + .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
@ -235,6 +241,9 @@ export default {
&:after { &:after {
top: 1.25rem; top: 1.25rem;
} }
@include media-breakpoint-up(md) {
padding-bottom: 0.75rem;
}
} }
+ .package-label { + .package-label {
@ -254,6 +263,7 @@ export default {
max-height: 126px; max-height: 126px;
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
max-height: 500px; max-height: 500px;
padding-bottom: 3rem;
} }
transition: max-height 0.25s ease-in; transition: max-height 0.25s ease-in;

View file

@ -571,11 +571,9 @@ export default {
} else { } else {
if (this.paymentMethod == paymentMethods.INSURANCE) { if (this.paymentMethod == paymentMethods.INSURANCE) {
this.dispatchStoreAction(this.storeActions.SAVE_PAYMENT_TYPE, true, false); this.dispatchStoreAction(this.storeActions.SAVE_PAYMENT_TYPE, true, false);
this.$router.navigateWithoutSaving( return this.$router.navigateWithSaving(
this.navigationScenarios.CLICKED_INSURANCE, this.navigationScenarios.CLICKED_INSURANCE,
this.$route, this.$route
{},
{ [routerParams.DISPLAY_PIA_ALERT]: false }
); );
} else { } else {
this.setupPia(); this.setupPia();