CASH-1420: fix content alignment on Estimate page
This commit is contained in:
parent
7a0861ca26
commit
8b61557a39
1 changed files with 15 additions and 28 deletions
|
|
@ -1,35 +1,22 @@
|
||||||
<template>
|
<template>
|
||||||
<Form @submit="onSubmit" @invalid-submit="onInvalidSubmit" ref="theForm" v-slot="{ meta }">
|
<Form @submit="onSubmit" @invalid-submit="onInvalidSubmit" ref="theForm" v-slot="{ meta }">
|
||||||
<loadingModal ref="loadingModal" />
|
<loadingModal ref="loadingModal" />
|
||||||
<div class="container-fluid page-container-grouped-styles">
|
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
||||||
<div class="row justify-content-center">
|
<div class="container page-container-grouped-styles">
|
||||||
<div class="col-md-6">
|
<div class="row">
|
||||||
<funnelHeader cmsWidgetName="FunnelHeaderWidget" ref="funnelHeader" />
|
<div class="col-12 col-md-10 col-lg-8 col-xl-7">
|
||||||
</div>
|
<funnelSubHeader class="pt-4 pb-2" cmsWidgetName="FunnelSubHeaderWidget" alignLeft />
|
||||||
</div>
|
<p class="select-option mb-2" v-html="SelectOptionText"></p>
|
||||||
<div class="row justify-content-center">
|
|
||||||
<div class="col-md-6 col-xl-4 mt-4">
|
|
||||||
<funnelSubHeader class="pb-2" cmsWidgetName="FunnelSubHeaderWidget" />
|
|
||||||
<div>
|
|
||||||
<p class="header-copy mb-2 text-md-center" v-html="HeaderText"></p>
|
|
||||||
|
|
||||||
<p
|
|
||||||
class="header-sub-copy mb-5 text-md-center"
|
|
||||||
v-html="VinLookupQuestionText"></p>
|
|
||||||
|
|
||||||
<p class="select-option mb-2" v-html="SelectOptionText"></p>
|
|
||||||
|
|
||||||
<buttonQuestion
|
|
||||||
cmsWidgetName="VinLookupMethod"
|
|
||||||
:answers="answersFromCms"
|
|
||||||
groupName="vinLookupMethodOption"
|
|
||||||
buttonTypeString="listButton"
|
|
||||||
v-model="selectedVinLookupMethod"
|
|
||||||
isRequired
|
|
||||||
validationRules="option-required"
|
|
||||||
:logDisplayedValuesEvent="true" />
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
<buttonQuestion
|
||||||
|
cmsWidgetName="VinLookupMethod"
|
||||||
|
:answers="answersFromCms"
|
||||||
|
groupName="vinLookupMethodOption"
|
||||||
|
buttonTypeString="listButton"
|
||||||
|
v-model="selectedVinLookupMethod"
|
||||||
|
isRequired
|
||||||
|
validationRules="option-required"
|
||||||
|
:logDisplayedValuesEvent="true" />
|
||||||
<navbar
|
<navbar
|
||||||
cmsWidgetName="FunnelFooterWidget"
|
cmsWidgetName="FunnelFooterWidget"
|
||||||
ref="navbar"
|
ref="navbar"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue