move disclaimer text under footer
This commit is contained in:
parent
188ea54fb0
commit
8a8d53c96e
1 changed files with 13 additions and 4 deletions
|
|
@ -71,10 +71,6 @@
|
|||
isRequired
|
||||
:validationRules="rules.selectionRequired">
|
||||
</buttonQuestion>
|
||||
<textBlock
|
||||
v-if="isQuoteDisplayed"
|
||||
:customText="disclaimerText"
|
||||
typeStyle="caption" />
|
||||
<siteFooter
|
||||
:ref="SITE_FOOTER_REF_NAME"
|
||||
class="mt-5"
|
||||
|
|
@ -82,6 +78,10 @@
|
|||
:isForwardActionDisabled="!meta.valid"
|
||||
@backClicked="navigateBackByVehicleQuestions"
|
||||
@forwardClicked="navigateForward" />
|
||||
<textBlock
|
||||
v-if="isQuoteDisplayed"
|
||||
:customText="disclaimerText"
|
||||
typeStyle="caption" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -516,6 +516,15 @@ export default {
|
|||
text-align: left;
|
||||
}
|
||||
}
|
||||
.button-question {
|
||||
:deep(fieldset) {
|
||||
div.col:last-child {
|
||||
label {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
:deep .deductible-modal {
|
||||
|
|
|
|||
Loading…
Reference in a new issue