prettier formatting

This commit is contained in:
AdamCaouetteSafelite 2025-08-07 14:11:30 -04:00
parent fb507f358a
commit 59e103c4d6
2 changed files with 14 additions and 7 deletions

View file

@ -11,7 +11,6 @@
cmsWidgetName="AlertMobileFeeFreeWidget"
v-if="showMobileFreeAlert"
alertClass="alert-success" />
</div>
</div>
<div class="row appointment-type">
@ -700,7 +699,12 @@ export default {
);
},
isAppointmentTypeDisplayed() {
return this.zipCode && !this.displayNoShopsAlert && this.isServiceableMobile && this.isServiceableInshop;
return (
this.zipCode &&
!this.displayNoShopsAlert &&
this.isServiceableMobile &&
this.isServiceableInshop
);
},
requiresInshopRecalibration() {
// Specifically check for isRecalibrationServiceableMobile === false, not null or true.
@ -1755,7 +1759,6 @@ export default {
}
}
.alert.alert-warning {
.alert-heading {
color: $black;
font-family: UrbanistSemibold;

View file

@ -653,10 +653,14 @@ export default {
margin-bottom: 8px;
}
}
.button-question.choose-dropoff-or-inshop .button-inner-wrapper .col:first-child .button-content.list-button-content > span::after {
content: "TM";
vertical-align: super;
font-size: 50%;
.button-question.choose-dropoff-or-inshop
.button-inner-wrapper
.col:first-child
.button-content.list-button-content
> span::after {
content: "TM";
vertical-align: super;
font-size: 50%;
}
.waitlist {
box-shadow: 0px 1px 4px 0px #00000033;