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">
|
:isDismissible="false">
|
||||||
</alert>
|
</alert>
|
||||||
<div
|
<div
|
||||||
class="fw-bold text-black mb-2"
|
class="fw-bold text-black mt-5 mb-2"
|
||||||
v-html="nextStepsHeader">
|
v-html="nextStepsHeader">
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
:modalId="ModalName"
|
:modalId="ModalName"
|
||||||
:footerButtonText="ModalCloseButtonText"
|
:footerButtonText="ModalCloseButtonText"
|
||||||
@footer-button-event="closeModal">
|
@footer-button-event="closeModal">
|
||||||
<div class="recal-modal-body ps-4 pe-4 pt-0 pb-5">
|
<div class="recal-modal-body">
|
||||||
<h5
|
<h5
|
||||||
class="mb-4 text-center"
|
class="mb-4 text-center"
|
||||||
v-html="ModalHeadline"></h5>
|
v-html="ModalHeadline"></h5>
|
||||||
|
|
@ -75,16 +75,17 @@ export default {
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
.recal-modal-body {
|
.recal-modal-body {
|
||||||
.modal-sub-body {
|
h5 {
|
||||||
color: $gray-600;
|
color: black;
|
||||||
}
|
|
||||||
ul {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
& strong {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.subheader-text {
|
.subheader-text {
|
||||||
color: $black;
|
color: $black;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue