From 753866dabc39423e5e76d7a5f4c5771b87c77f77 Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Wed, 13 Aug 2025 14:48:37 -0400 Subject: [PATCH 1/3] CASH-1400: fix for calendar width inconsistencies --- src/digital-components/date-picker/date-picker.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index a61700599..db67ad829 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; From 735d9e7252c181a4a2c39bdde1aa33630d9548f6 Mon Sep 17 00:00:00 2001 From: Johnny shultz Date: Wed, 13 Aug 2025 16:16:10 -0400 Subject: [PATCH 2/3] CASH-1399 CASH-1399 fixed spacing issue, recalNoMobile alert title color, bold inconsistency for headers on schedule --- .../date-picker/date-picker.vue | 4 +-- src/layouts/schedule/schedule.vue | 35 ++++++++----------- .../appointment-type-question.vue | 3 +- 3 files changed, 18 insertions(+), 24 deletions(-) diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index a61700599..ea1d94ca0 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -1109,11 +1109,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/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index e17b7864f..236c3605a 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -41,7 +41,7 @@ alertClass="alert-warning" /> diff --git a/src/layouts/service-location/appointment-type-question/appointment-type-question.vue b/src/layouts/service-location/appointment-type-question/appointment-type-question.vue index 680345dc5..fc4d08b92 100644 --- a/src/layouts/service-location/appointment-type-question/appointment-type-question.vue +++ b/src/layouts/service-location/appointment-type-question/appointment-type-question.vue @@ -138,6 +138,7 @@ div.appointment-type-question div.button-question div.col div.button-content { padding-right: 0.5rem; } div.appointment-type-question div.button-question div.question-text span { - font-weight: 500; + font-weight: 600; + font-family: UrbanistRegular; } From 1a94a4ea572e1b187f28226e6845f00448ec667d Mon Sep 17 00:00:00 2001 From: Johnny shultz Date: Wed, 13 Aug 2025 16:21:59 -0400 Subject: [PATCH 3/3] CASH-1399 formatting --- src/layouts/schedule/schedule.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 236c3605a..d6c4b1b67 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1798,12 +1798,12 @@ export default { :deep(.alert-success.widget-name-AlertMobileFeeFreeWidget .alert-heading) { color: $black; font-weight: 600; - font-size:1rem; + font-size: 1rem; * { color: $black; font-weight: 600; - font-size:1rem; + font-size: 1rem; } }