Merge pull request #754 from Safelite/CSR-848-css-updates

CSR-848 css update for spacing.
This commit is contained in:
bmauger 2022-09-20 14:04:49 -04:00 committed by GitHub
commit 9e58652694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
<p class="fw-bold mb-2 subheader-text" v-html="this.ModalSubheadertext"></p>
<p class="mb-0" v-html="this.ModalBodyText"></p>
</div>
<div class="modal-footer pb-4">
<div class="modal-footer pt-4 pb-5">
<button class="btn btn-secondary w-100" data-bs-dismiss="modal" v-html="this.ModalCloseButtonText"></button>
</div>
</div>
@ -65,6 +65,9 @@ export default {
}
.modal-footer {
border-top: none;
button {
margin: 0;
}
}
}
}