+
@@ -932,15 +933,22 @@ export default {
:deep(.modal-body) {
display: flex;
flex-direction: column;
+ overflow: visible !important;
+
+ p.subheader-text {
+ color: $red;
+ order: 1 !important;
+ margin-top: -2.25rem;
+ }
h5 {
- text-align: center;
- order: 1;
+ text-align: left !important;
+ order: 2 !important;
}
p {
- order: 3;
+ order: 4;
}
img {
- order: 2;
+ order: 3 !important;
}
}
}
diff --git a/src/layouts/payment-method/review-dropdown/review-dropdown.vue b/src/layouts/payment-method/review-dropdown/review-dropdown.vue
index 3aec6383b..9b568d48f 100644
--- a/src/layouts/payment-method/review-dropdown/review-dropdown.vue
+++ b/src/layouts/payment-method/review-dropdown/review-dropdown.vue
@@ -15,6 +15,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -119,9 +145,8 @@ export default {
customerReview,
damageReview,
scheduleReview,
- serviceLocationReview,
- servicePackageReview,
vehicleReview,
+ serviceLocationReview,
},
};
diff --git a/src/layouts/payment-method/review-dropdown/review-sections/customer-review/customer-review.spec.js b/src/layouts/payment-method/review-dropdown/review-sections/customer-review/customer-review.spec.js
index 13138a182..08dac9e5e 100644
--- a/src/layouts/payment-method/review-dropdown/review-sections/customer-review/customer-review.spec.js
+++ b/src/layouts/payment-method/review-dropdown/review-sections/customer-review/customer-review.spec.js
@@ -82,7 +82,6 @@ describe("Customer Review Block", () => {
// Assert
expect(wrapper.vm.displayContent).toEqual([
- testConstants.displayContent.fullName,
testConstants.displayContent.emailAddress,
testConstants.displayContent.phoneNumber,
testConstants.displayContent.smsOptIn,
diff --git a/src/layouts/payment-method/review-dropdown/review-sections/customer-review/customer-review.vue b/src/layouts/payment-method/review-dropdown/review-sections/customer-review/customer-review.vue
index 2fd82c716..0aa384682 100644
--- a/src/layouts/payment-method/review-dropdown/review-sections/customer-review/customer-review.vue
+++ b/src/layouts/payment-method/review-dropdown/review-sections/customer-review/customer-review.vue
@@ -21,7 +21,8 @@ export default {
},
computed: {
displayContent() {
- return [this.fullName, this.email, this.phoneNumber, this.smsOptIn];
+ return [this.email, this.phoneNumber, this.smsOptIn];
+ // return [this.fullName, this.email, this.phoneNumber, this.smsOptIn]; // prior to Heritage parity
},
header() {
return this.getCmsContent(this.cmsWidgetName, "HeaderText");
diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue
index 394ba3b08..8b53db835 100644
--- a/src/layouts/quote/quote.vue
+++ b/src/layouts/quote/quote.vue
@@ -71,7 +71,7 @@
-
+