commit
1bb2cf86fc
1 changed files with 5 additions and 1 deletions
|
|
@ -119,6 +119,7 @@
|
|||
@update:modelValue="onShopModelUpdated"
|
||||
@updated-zipcode-ctu="setZipcodeCtu"
|
||||
@update-shop-provider-data="shopProviderData = $event"
|
||||
@updated-contains-military-base="setContainsMilitaryBase"
|
||||
:zipCode="zipCode"
|
||||
:isDisplayed="isShopQuestionDisplayed"
|
||||
cmsWidgetName="YourSafeliteShopWidget" />
|
||||
|
|
@ -1613,7 +1614,6 @@ export default {
|
|||
}
|
||||
},
|
||||
},
|
||||
|
||||
appointmentTypeFromAppointmentTypeQuestion: {
|
||||
handler(newValue, oldValue) {
|
||||
if (newValue === AppointmentTypeStrings.MOBILE) {
|
||||
|
|
@ -1710,4 +1710,8 @@ export default {
|
|||
}
|
||||
}
|
||||
}
|
||||
.shop-question-button .list-button-content {
|
||||
background: $blue-100;
|
||||
box-shadow: 0 0 0 1px $primary;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue