diff --git a/src/constants/progress-bar-mapper.js b/src/constants/progress-bar-mapper.js index 873549bdf..7c2aa4891 100644 --- a/src/constants/progress-bar-mapper.js +++ b/src/constants/progress-bar-mapper.js @@ -1,11 +1,11 @@ export const pageProgressMapper = { //Combine progress bar slide percent and button steps vehicle: { - percent: 10, + percent: 8, step: 1, }, "vehicle-damage": { - percent: 14, + percent: 11, step: 1, }, estimate: { @@ -49,7 +49,7 @@ export const pageProgressMapper = { step: 1, }, quote: { - percent: 39, //The first Step 2 must be 39 so the animated bar lines up with the dot + percent: 62, step: 2, }, "insurance-company": { @@ -61,7 +61,7 @@ export const pageProgressMapper = { step: 2, }, schedule: { - percent: 70.5, //The first Step 3 must be 70.5 so the animated bar lines up with the dot + percent: 76, step: 3, }, "mobile-details": { @@ -73,7 +73,7 @@ export const pageProgressMapper = { step: 3, }, "payment-method": { - percent: 97, //The first Step 4 must be 97 so the animated bar lines up with the dot + percent: 97, step: 4, }, payment: { diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index a61700599..1a3080286 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -1039,6 +1039,7 @@ export default { fieldset { flex-grow: 1; position: relative; + width: 100%; .view-more-dates { color: $blue; @@ -1109,11 +1110,11 @@ export default { .month-year { grid-area: 1 / 1 / 2 / 5; - font-family: UrbanistSemiBold; + font-family: UrbanistRegular; color: $black; justify-content: left; margin-bottom: 0.5rem; - font-weight: 500; + font-weight: 600; } .legend { grid-area: 1 / 5 / 2 / 8; diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 1950bcdb8..f0d546782 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -9,8 +9,7 @@ tabindex="-1" aria-labelledby="ModalComponentLabel" @keypress.enter="onEnter" - aria-hidden="true" - @click.self="closeModal"> + aria-hidden="true">