diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index 164706893..a61700599 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -1483,6 +1483,8 @@ export default { display: block; position: relative; height: 2rem; + font-size: 0.875rem; + padding-top: 0; width: 100%; justify-content: center; background: transparent; diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index d91472cc5..7126febf7 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -5,40 +5,9 @@
- - - - - @@ -46,7 +15,7 @@
- +
+
+
+ + + + + +
+
@@ -695,7 +699,12 @@ export default { ); }, isAppointmentTypeDisplayed() { - return this.zipCode && !this.displayNoShopsAlert; + return ( + this.zipCode && + !this.displayNoShopsAlert && + this.isServiceableMobile && + this.isServiceableInshop + ); }, requiresInshopRecalibration() { // Specifically check for isRecalibrationServiceableMobile === false, not null or true. @@ -1739,47 +1748,24 @@ export default { diff --git a/src/layouts/schedule/shop-location/shop-location.vue b/src/layouts/schedule/shop-location/shop-location.vue index f4277e43b..111b1a69b 100644 --- a/src/layouts/schedule/shop-location/shop-location.vue +++ b/src/layouts/schedule/shop-location/shop-location.vue @@ -1,6 +1,6 @@