Merge pull request #213 from Safelite/feature/digital/SSR-340

Feature/digital/ssr 340
This commit is contained in:
katiekroell 2023-03-24 14:10:20 -04:00 committed by GitHub
commit 5f32002255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -165,5 +165,6 @@ ol {
}
p strong {
color: #000000;
font-weight: 500;
}
</style>

View file

@ -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 {