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
|
isRequired
|
||||||
:validationRules="rules.selectionRequired">
|
:validationRules="rules.selectionRequired">
|
||||||
</buttonQuestion>
|
</buttonQuestion>
|
||||||
<textBlock
|
|
||||||
v-if="isQuoteDisplayed"
|
|
||||||
:customText="disclaimerText"
|
|
||||||
typeStyle="caption" />
|
|
||||||
<siteFooter
|
<siteFooter
|
||||||
:ref="SITE_FOOTER_REF_NAME"
|
:ref="SITE_FOOTER_REF_NAME"
|
||||||
class="mt-5"
|
class="mt-5"
|
||||||
|
|
@ -82,6 +78,10 @@
|
||||||
:isForwardActionDisabled="!meta.valid"
|
:isForwardActionDisabled="!meta.valid"
|
||||||
@backClicked="navigateBackByVehicleQuestions"
|
@backClicked="navigateBackByVehicleQuestions"
|
||||||
@forwardClicked="navigateForward" />
|
@forwardClicked="navigateForward" />
|
||||||
|
<textBlock
|
||||||
|
v-if="isQuoteDisplayed"
|
||||||
|
:customText="disclaimerText"
|
||||||
|
typeStyle="caption" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
@ -516,6 +516,15 @@ export default {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.button-question {
|
||||||
|
:deep(fieldset) {
|
||||||
|
div.col:last-child {
|
||||||
|
label {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
:deep .deductible-modal {
|
:deep .deductible-modal {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue