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"
|
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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue