Revert "SSR-247" due to breaking changes.
This reverts commit f2986d9168.
This commit is contained in:
parent
1af2437a20
commit
28984e6085
2 changed files with 2 additions and 23 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
<div class="fade-on-route-transition h-100">
|
<div class="fade-on-route-transition h-100">
|
||||||
<siteHeader cmsWidgetName="SiteHeaderWidget"/>
|
<siteHeader cmsWidgetName="SiteHeaderWidget"/>
|
||||||
<siteSubHeader cmsWidgetName="SiteSubHeaderWidget"/>
|
<siteSubHeader cmsWidgetName="SiteSubHeaderWidget"/>
|
||||||
<div class="body-container">
|
|
||||||
<div class="row mt-4">
|
<div class="row mt-4">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<textboxQuestion
|
<textboxQuestion
|
||||||
|
|
@ -126,8 +125,7 @@
|
||||||
@ForwardClicked="forwardButtonAction" />
|
@ForwardClicked="forwardButtonAction" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
</template>
|
</template>
|
||||||
|
|
@ -332,23 +330,4 @@
|
||||||
{
|
{
|
||||||
margin-bottom: 0rem !important;
|
margin-bottom: 0rem !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.p-2, body .page-container-grouped-styles{
|
|
||||||
padding:0 !important;
|
|
||||||
}
|
|
||||||
.site-header[data-v-0fe86b7b] {
|
|
||||||
padding: 0.5rem 0;
|
|
||||||
}
|
|
||||||
.subheader-primary{
|
|
||||||
margin-top:0.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.img-fluid{
|
|
||||||
width:162px;
|
|
||||||
}
|
|
||||||
.body-container
|
|
||||||
{
|
|
||||||
padding-right: 1.5rem !important;
|
|
||||||
padding-left: 1.5rem !important;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -83,7 +83,7 @@ const getDefaultState = () => {
|
||||||
},
|
},
|
||||||
referralNumber: null,
|
referralNumber: null,
|
||||||
referralDate: null,
|
referralDate: null,
|
||||||
accountNumber: 1,
|
accountNumber: 0,
|
||||||
},
|
},
|
||||||
applicationUser: {
|
applicationUser: {
|
||||||
lastPageVisited: null,
|
lastPageVisited: null,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue