recal modal styling fix
This commit is contained in:
parent
2f8eeacb20
commit
22ad36341a
1 changed files with 9 additions and 15 deletions
|
|
@ -16,7 +16,7 @@
|
|||
class="fw-bold mb-2 subheader-text"
|
||||
v-html="ModalSubheadertext"></p>
|
||||
<p
|
||||
class="mb-0 small"
|
||||
class="mb-0 small modal-body"
|
||||
v-html="ModalBodyText"></p>
|
||||
<p
|
||||
v-if="ModalSubBodyText"
|
||||
|
|
@ -74,22 +74,16 @@ export default {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue