From 8f411c56b3a38e0fbb1998ff19f60c2e1ef93c44 Mon Sep 17 00:00:00 2001 From: Katie Kroell Date: Fri, 22 May 2026 11:02:28 -0400 Subject: [PATCH] styling fixes --- src/layouts/tpa-submit/tpa-submit.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/layouts/tpa-submit/tpa-submit.vue b/src/layouts/tpa-submit/tpa-submit.vue index 30dea5aa..d5489ad0 100644 --- a/src/layouts/tpa-submit/tpa-submit.vue +++ b/src/layouts/tpa-submit/tpa-submit.vue @@ -395,7 +395,7 @@ export default { margin: 0rem; padding: 1.25rem 1.25rem .625rem 1.25rem; .modal-title { - font-weight: $font-weight-bolder; + font-weight: 600; font-size: .875rem; line-height: 1.25rem; text-align: start; @@ -416,6 +416,12 @@ export default { font-weight: $font-weight-bold; color: $black; } + .recal-modal-body { + font-size: .9375rem; + b { + color: $black; + } + } .recal-modal-image { width: 100%; height: auto;