diff --git a/src/layouts/coverage-statement/recal-modal/recal-modal.vue b/src/layouts/coverage-statement/recal-modal/recal-modal.vue index 4dcc7206..b7794d5a 100644 --- a/src/layouts/coverage-statement/recal-modal/recal-modal.vue +++ b/src/layouts/coverage-statement/recal-modal/recal-modal.vue @@ -16,7 +16,7 @@ class="fw-bold mb-2 subheader-text" v-html="ModalSubheadertext">
- .recal-modal-body { - h5 { - color: black; - } - - p { - &:last-child { - margin-bottom: 0; - } - & strong { - color: black; - } - } - .subheader-text { +::v-deep .recal-modal-body { + h5 { + color: $black; + } + .modal-body { + strong { color: $black; + font-weight: 400; } } +}