From 7aaa152a1442236933e1923cadb9b0d9b7c4acd9 Mon Sep 17 00:00:00 2001 From: Chris Redelinghuys Date: Mon, 11 Aug 2025 16:12:39 -0400 Subject: [PATCH] CASH-1183: Parity styling fixes --- src/layouts/schedule/schedule.vue | 2 +- src/layouts/schedule/shop-location/shop-location.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/layouts/schedule/schedule.vue b/src/layouts/schedule/schedule.vue index 9ba443b46..4a4148818 100644 --- a/src/layouts/schedule/schedule.vue +++ b/src/layouts/schedule/schedule.vue @@ -1795,7 +1795,7 @@ export default { font-size: 1.25rem; } -:deep(.funnel-sub-header) { +:deep(.funnel-sub-header:not(.mb-5)) { h5.dark-header { font-weight: 600; font-size: 1rem; diff --git a/src/layouts/schedule/shop-location/shop-location.vue b/src/layouts/schedule/shop-location/shop-location.vue index 111b1a69b..33ec097e8 100644 --- a/src/layouts/schedule/shop-location/shop-location.vue +++ b/src/layouts/schedule/shop-location/shop-location.vue @@ -107,13 +107,14 @@ export default { width: fit-content; background-color: $blue; border-radius: $border-radius-pill; - padding: 0.75rem 3rem; a { + display: inline-block; text-decoration: none; color: $white; font-weight: $font-weight-600; line-height: 1.5rem; + padding: 0.75rem 3rem; } } }