CSR-848 css update for spacing.

This commit is contained in:
Bryan Mauger 2022-09-20 13:55:33 -04:00
parent a583988e4c
commit e99fee4311

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;
}
}
}
}