recal modal styling fix

This commit is contained in:
Katie Kroell 2023-08-16 11:28:37 -04:00
parent 2f8eeacb20
commit 22ad36341a

View file

@ -16,7 +16,7 @@
class="fw-bold mb-2 subheader-text" class="fw-bold mb-2 subheader-text"
v-html="ModalSubheadertext"></p> v-html="ModalSubheadertext"></p>
<p <p
class="mb-0 small" class="mb-0 small modal-body"
v-html="ModalBodyText"></p> v-html="ModalBodyText"></p>
<p <p
v-if="ModalSubBodyText" v-if="ModalSubBodyText"
@ -74,22 +74,16 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.recal-modal-body { ::v-deep .recal-modal-body {
h5 { h5 {
color: black; color: $black;
} }
.modal-body {
p { strong {
&:last-child {
margin-bottom: 0;
}
& strong {
color: black;
}
}
.subheader-text {
color: $black; color: $black;
font-weight: 400;
} }
} }
}
</style> </style>