verified deductible styling WIP
This commit is contained in:
parent
3869d5f10f
commit
2f8eeacb20
2 changed files with 8 additions and 7 deletions
|
|
@ -59,7 +59,7 @@
|
|||
:isDismissible="false">
|
||||
</alert>
|
||||
<div
|
||||
class="fw-bold text-black mb-2"
|
||||
class="fw-bold text-black mt-5 mb-2"
|
||||
v-html="nextStepsHeader">
|
||||
</div>
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
:modalId="ModalName"
|
||||
:footerButtonText="ModalCloseButtonText"
|
||||
@footer-button-event="closeModal">
|
||||
<div class="recal-modal-body ps-4 pe-4 pt-0 pb-5">
|
||||
<div class="recal-modal-body">
|
||||
<h5
|
||||
class="mb-4 text-center"
|
||||
v-html="ModalHeadline"></h5>
|
||||
|
|
@ -75,16 +75,17 @@ export default {
|
|||
<style lang="scss" scoped>
|
||||
|
||||
.recal-modal-body {
|
||||
.modal-sub-body {
|
||||
color: $gray-600;
|
||||
}
|
||||
ul {
|
||||
margin-bottom: 0;
|
||||
h5 {
|
||||
color: black;
|
||||
}
|
||||
|
||||
p {
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
& strong {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
.subheader-text {
|
||||
color: $black;
|
||||
|
|
|
|||
Loading…
Reference in a new issue