From 0bdaa1a7f50e97f5484b3c1c3b0217d33ed95ce5 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Wed, 14 Jan 2026 13:58:34 -0500 Subject: [PATCH 1/3] dupe-check UI fixes --- src/layouts/duplicate-check/duplicate-check.vue | 17 ++++++++--------- src/styles/ux-variables.scss | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/layouts/duplicate-check/duplicate-check.vue b/src/layouts/duplicate-check/duplicate-check.vue index e0e892e1..47f91573 100644 --- a/src/layouts/duplicate-check/duplicate-check.vue +++ b/src/layouts/duplicate-check/duplicate-check.vue @@ -31,7 +31,7 @@ Date: Thu, 15 Jan 2026 10:04:08 -0500 Subject: [PATCH 2/3] reorganize, fix spacing --- src/layouts/duplicate-check/duplicate-check.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/layouts/duplicate-check/duplicate-check.vue b/src/layouts/duplicate-check/duplicate-check.vue index 47f91573..7203a040 100644 --- a/src/layouts/duplicate-check/duplicate-check.vue +++ b/src/layouts/duplicate-check/duplicate-check.vue @@ -221,16 +221,14 @@ export default { } .duplicate-check-question { - .question-text { - span { - font-weight: 600; - } - } .question-text { justify-content: left; display: inline-flex !important; margin-top: map-get($spacers, 4); margin-bottom: 0.625rem !important; + span { + font-weight: 600; + } } .form-test-error { margin-top: 0 !important; @@ -238,6 +236,9 @@ export default { font-weight: 500; } } + .question-text.d-flex { + margin-top: 0; + } } .list-button-content { From da90692085f50763b9c8151ecf74375c2d0bc748 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Fri, 16 Jan 2026 09:15:35 -0500 Subject: [PATCH 3/3] change hex code to match Heritage --- src/styles/ux-variables.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/ux-variables.scss b/src/styles/ux-variables.scss index 55fb0aea..7cc2edbf 100644 --- a/src/styles/ux-variables.scss +++ b/src/styles/ux-variables.scss @@ -20,7 +20,7 @@ $red-100: #ffe6e4; $red-200: #fcbfbb; $red-300: #f89892; $red-400: #e65c53; -$red: #da291c; // Default Red +$red: #db0020; // Default Red $red-600: #ac160b; $red-700: #840900; $red-800: #5b0600;