From a390861e21c4d8c29b50cb6e912bd7f4700a0393 Mon Sep 17 00:00:00 2001 From: Alex Humphries Date: Wed, 28 Jan 2026 15:14:14 -0500 Subject: [PATCH] Fixes for alert and hr styling --- src/layouts/tpa-submit/tpa-submit.vue | 2 ++ src/ux-components/alert/alert.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/layouts/tpa-submit/tpa-submit.vue b/src/layouts/tpa-submit/tpa-submit.vue index 85a85d52..7918194c 100644 --- a/src/layouts/tpa-submit/tpa-submit.vue +++ b/src/layouts/tpa-submit/tpa-submit.vue @@ -390,6 +390,8 @@ export default { hr { margin: 1.875rem 0rem; + border-top: 1px solid #d4d6d8; + opacity: 1; } .fw-bold { diff --git a/src/ux-components/alert/alert.vue b/src/ux-components/alert/alert.vue index 1fa8a155..0537599f 100644 --- a/src/ux-components/alert/alert.vue +++ b/src/ux-components/alert/alert.vue @@ -11,7 +11,7 @@ - + {{ alertHeadline }}