From 6bbe7785289f096251e42c8bd3a1af8fa5de0622 Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 19 Jan 2026 14:19:38 -0500 Subject: [PATCH 1/2] policy endorsement updates --- .../policy-endorsements.vue | 164 ++++++++++++++++-- src/styles/common-styles.scss | 4 + 2 files changed, 152 insertions(+), 16 deletions(-) diff --git a/src/layouts/policy-endorsements/policy-endorsements.vue b/src/layouts/policy-endorsements/policy-endorsements.vue index 031d33db..cc68a183 100644 --- a/src/layouts/policy-endorsements/policy-endorsements.vue +++ b/src/layouts/policy-endorsements/policy-endorsements.vue @@ -15,7 +15,7 @@ + class="site-sub-header-container" /> span { + text-align: left; + line-height: 1.5rem; + font-weight: 600; + } + } } } :deep(.subheader-primary) { - margin-bottom: map-get($spacers, 2); + line-height: 1.5rem; + + h5 { + line-height: 1.5rem; + span { + font-size: 1rem; + font-weight: 500; + line-height: 1.5rem; + } + } } :deep(.subheader-secondary) { + line-height: 1.5rem; + margin-top: 0.625rem; p { - font-size: $h6-font-size; - line-height: map-get($spacers, 5); + font-size: 1rem; + font-weight: 400; + line-height: 1.5rem; } } @@ -213,18 +357,6 @@ export default { justify-content: left !important; padding-left: 0; padding-right: 0; - margin-bottom: map-get($spacers, 5); } -:deep(.question-text) { - & > span { - text-align: left; - line-height: map-get($spacers, 5); - } - margin-bottom: map-get($spacers, 2); -} - -:deep(div.question-text.d-flex) { - margin-top: map-get($spacers, 4); -} diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index 5c369f09..8ef464eb 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -179,6 +179,10 @@ body { } } } + + .site-sub-header-container { + margin-top: 1.25rem; + } } :root { From 82918194edd4c208436d827b73933ee8943a2bcf Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Mon, 19 Jan 2026 15:11:09 -0500 Subject: [PATCH 2/2] apparently text is not red --- .../policy-endorsements.vue | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/layouts/policy-endorsements/policy-endorsements.vue b/src/layouts/policy-endorsements/policy-endorsements.vue index cc68a183..abdae24b 100644 --- a/src/layouts/policy-endorsements/policy-endorsements.vue +++ b/src/layouts/policy-endorsements/policy-endorsements.vue @@ -206,6 +206,7 @@ export default { .list-button-horizontal-content { border-bottom-left-radius: $border-radius-list-button; border-top-left-radius: $border-radius-list-button; + border-right-width: 0; span { font-size: 1rem; @@ -215,14 +216,6 @@ export default { } } - &.has-error { - .list-button-horizontal-content { - span { - color: #db0020; - } - } - } - &.selected { .list-button-horizontal-content { span { @@ -255,14 +248,6 @@ export default { } } - &.has-error { - .list-button-horizontal-content { - span { - color: #db0020; - } - } - } - &.selected { .list-button-horizontal-content { span { @@ -297,6 +282,7 @@ export default { } &.has-error { + border: none; .list-button-horizontal-content { border: 1px solid #db0020; }