From 89f8b15d1eb422ac1fdcbe4528d8402421316c10 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 21 Jul 2025 10:17:09 -0400 Subject: [PATCH] CASH-1042 WIP --- src/constants/progress-bar-mapper.js | 6 +- src/experiment-components/donation-block.vue | 6 +- .../questions-page-layout.vue | 6 +- src/layouts/confirmation/confirmation.vue | 146 +++++++++--------- .../customer-details/customer-details.vue | 1 - src/layouts/mobile-details/mobile-details.vue | 9 +- 6 files changed, 89 insertions(+), 85 deletions(-) diff --git a/src/constants/progress-bar-mapper.js b/src/constants/progress-bar-mapper.js index f177b6cf7..0342a15a9 100644 --- a/src/constants/progress-bar-mapper.js +++ b/src/constants/progress-bar-mapper.js @@ -49,7 +49,7 @@ export const pageProgressMapper = { step: 1, }, quote: { - percent: 39, //Must be 39 + percent: 39, //The first Step 2 must be 39 so the animated bar lines up with the dot step: 2, }, "insurance-company": { @@ -61,7 +61,7 @@ export const pageProgressMapper = { step: 2, }, schedule: { - percent: 70.5, //Must be 70.5 + percent: 70.5, //The first Step 3 must be 70.5 so the animated bar lines up with the dot step: 3, }, "mobile-details": { @@ -73,7 +73,7 @@ export const pageProgressMapper = { step: 3, }, "payment-method": { - percent: 92, //Must be 92 + percent: 92, //The first Step 4 must be 92 so the animated bar lines up with the dot step: 3, }, payment: { diff --git a/src/experiment-components/donation-block.vue b/src/experiment-components/donation-block.vue index 1101127d0..f93c96520 100644 --- a/src/experiment-components/donation-block.vue +++ b/src/experiment-components/donation-block.vue @@ -317,7 +317,7 @@ export default { } } .custom-secondary { - border-radius: .5rem; + border-radius: 0.5rem; color: $blue; border: 1px solid $blue; &:hover, @@ -326,7 +326,9 @@ export default { color: $blue; background: transparent; border: 1px solid $blue; - box-shadow: 0 0 0 3px #ffffff, 0 0 0 5.5px $blue; + box-shadow: + 0 0 0 3px #ffffff, + 0 0 0 5.5px $blue; } } } diff --git a/src/fmg-components/layouts/questions-page-layout/questions-page-layout.vue b/src/fmg-components/layouts/questions-page-layout/questions-page-layout.vue index a97809b80..560fe87c6 100644 --- a/src/fmg-components/layouts/questions-page-layout/questions-page-layout.vue +++ b/src/fmg-components/layouts/questions-page-layout/questions-page-layout.vue @@ -19,12 +19,10 @@ v-if="showThisQuestionChain(questionsDatum, i)" :answerKey="questionsDatum.answerKey" :validationRules="validationRules" /> - - + + - -
-
- - -
- -
- -
-
- -
-

{{ ScheduleDateFormatted }}

-

{{ ScheduleTimeFormatted }}

-
- - - -
- - -
- -
- -
- -
- - - -
-
+
+ +
+ +
+ +
+
+ +
+

{{ ScheduleDateFormatted }}

+

{{ ScheduleTimeFormatted }}

+
+ + + +
+ + +
+ +
+ +
+ +
+ + + +
+ + - diff --git a/src/layouts/mobile-details/mobile-details.vue b/src/layouts/mobile-details/mobile-details.vue index 093c9e4db..a7e72adb2 100644 --- a/src/layouts/mobile-details/mobile-details.vue +++ b/src/layouts/mobile-details/mobile-details.vue @@ -6,6 +6,9 @@
+
+ +