-
- Tidying up the shop
- .
- .
- .
-
-
- Getting all the glass shined up
- .
- .
- .
-
-
- Planning your new view of the road
- .
- .
- .
-
-
- Nearly there
- .
- .
- .
-
-
- Finishing up
- .
- .
- .
-
+
+
+
+
+ Tidying up the shop
+ .
+ .
+ .
+
+
+ Getting all the glass shined up
+ .
+ .
+ .
+
+
+ Planning your new view of the road
+ .
+ .
+ .
+
+
+ Nearly there
+ .
+ .
+ .
+
+
+ Finishing up
+ .
+ .
+ .
+
+
@@ -58,6 +61,17 @@ export default {
isModalVisible: false,
};
},
+ props: {
+ notFullScreen: {
+ type: Boolean,
+ default: false,
+ },
+ },
+ computed: {
+ layoutClass() {
+ return this.notFullScreen ? "card-layout" : "full-screen";
+ },
+ },
methods: {
showModal() {
//Display modal
@@ -80,20 +94,43 @@ export default {
diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue
index 73537f75c..9fca2f77e 100644
--- a/src/layouts/service-location/service-location.vue
+++ b/src/layouts/service-location/service-location.vue
@@ -430,6 +430,7 @@ export default {
.question-text {
& > span {
text-align: center;
+ color: $black;
}
}
diff --git a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue
index 31c415a2d..13ae42095 100644
--- a/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue
+++ b/src/layouts/service-location/shop-question/shop-list-button/shop-list-button.vue
@@ -21,7 +21,7 @@
+ :class="availabilityRating == 'high' ? 'green' : 'orange'">