From 737da37e356b9fa0f74d729d80d7bea1627fc77e Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Tue, 9 Sep 2025 09:17:34 -0400 Subject: [PATCH] CASH-1437: fix #9 for schedule --- .../quote/afterpay-modal-banner/afterpay-modal-banner.vue | 2 +- src/layouts/schedule/schedule.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/quote/afterpay-modal-banner/afterpay-modal-banner.vue b/src/layouts/quote/afterpay-modal-banner/afterpay-modal-banner.vue index d51988ee4..3b0e0042a 100644 --- a/src/layouts/quote/afterpay-modal-banner/afterpay-modal-banner.vue +++ b/src/layouts/quote/afterpay-modal-banner/afterpay-modal-banner.vue @@ -139,7 +139,7 @@ export default { line-height: 2rem; @include media-breakpoint-down(md) { border-bottom: 1px solid; - padding-bottom: .5rem; + padding-bottom: 0.5rem; width: 100%; justify-content: center; diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 192273f49..6f1cf5e8b 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1794,7 +1794,7 @@ export default { text-underline-offset: 4px; } -.text-block.duration-text-block b { +:deep(.text-block.duration-text-block b) { font-family: UrbanistSemibold; } :deep(.alert-warning.widget-name-AlertRecalNoMobileWidget .alert-heading),