From 3dba52f27ee48f6cc16ce3ea99f4fe4b51efdfe5 Mon Sep 17 00:00:00 2001 From: AdamCaouetteSafelite Date: Wed, 27 Aug 2025 10:40:18 -0400 Subject: [PATCH] CASH-1062: HTML and CSS fixes --- src/layouts/estimate/estimate.vue | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index e3216c0c2..c4b9222fd 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -27,7 +27,7 @@ @back-clicked="backButtonAction" @ForwardClicked="forwardButtonAction" /> -
+
@@ -265,8 +265,14 @@ export default { .vinlookupquestion p { font-size: 1.25rem; } -.header-sub-copy { - font-size: 0.875rem; +.funnel-sub-header { + padding-bottom: 0; + h5.dark-header { + margin-bottom: 1rem; + } + .sub-text strong { + text-transform: uppercase; + } } .select-an-option {