Merge pull request #213 from Safelite/feature/digital/SSR-340
Feature/digital/ssr 340
This commit is contained in:
commit
5f32002255
2 changed files with 4 additions and 2 deletions
|
|
@ -165,5 +165,6 @@ ol {
|
|||
}
|
||||
p strong {
|
||||
color: #000000;
|
||||
font-weight: 500;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -16,11 +16,11 @@
|
|||
data-bs-dismiss="modal"
|
||||
aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body ps-4 pe-4 pt-4 pb-4">
|
||||
<div class="modal-body ps-4 pe-4 pt-0 pb-5">
|
||||
<h5 class="mb-4 text-center" v-html="ModalHeadline"></h5>
|
||||
<img :src="ModalImage" class="mw-100 d-flex mx-auto mb-4" alt="" />
|
||||
<p class="fw-bold mb-2 subheader-text" v-html="ModalSubheadertext"></p>
|
||||
<p class="mb-0" v-html="ModalBodyText"></p>
|
||||
<p class="mb-0 small" v-html="ModalBodyText"></p>
|
||||
<p
|
||||
class="my-4 caption modal-sub-body"
|
||||
v-if="ModalSubBodyText"
|
||||
|
|
@ -84,6 +84,7 @@ export default {
|
|||
.modal {
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
h5,
|
||||
strong,
|
||||
.subheader-text {
|
||||
|
|
|
|||
Loading…
Reference in a new issue