From 735d9e7252c181a4a2c39bdde1aa33630d9548f6 Mon Sep 17 00:00:00 2001 From: Johnny shultz Date: Wed, 13 Aug 2025 16:16:10 -0400 Subject: [PATCH] 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; }