CSR-883 | formatting
This commit is contained in:
parent
4ecbc4c0ba
commit
94602f01e1
1 changed files with 4 additions and 1 deletions
|
|
@ -21,7 +21,10 @@
|
|||
<h5 class="mb-4" v-html="ModalHeadline"></h5>
|
||||
<p class="fw-bold mb-2 subheader-text" v-html="ModalSubheadertext"></p>
|
||||
<p class="mb-0" v-html="ModalBodyText"></p>
|
||||
<p class="my-4 caption modal-sub-body" v-if="ModalSubBodyText" v-html="ModalSubBodyText"></p>
|
||||
<p
|
||||
class="my-4 caption modal-sub-body"
|
||||
v-if="ModalSubBodyText"
|
||||
v-html="ModalSubBodyText"></p>
|
||||
</div>
|
||||
<div class="modal-footer px-5 py-4">
|
||||
<buttonMain
|
||||
|
|
|
|||
Loading…
Reference in a new issue