Revert "SSR-247" due to breaking changes.

This reverts commit f2986d9168.
This commit is contained in:
sheena 2023-02-21 16:38:56 +05:30 committed by Jeremy Zimmerman
parent 1af2437a20
commit 28984e6085
2 changed files with 2 additions and 23 deletions

View file

@ -4,7 +4,6 @@
<div class="fade-on-route-transition h-100">
<siteHeader cmsWidgetName="SiteHeaderWidget"/>
<siteSubHeader cmsWidgetName="SiteSubHeaderWidget"/>
<div class="body-container">
<div class="row mt-4">
<div class="col">
<textboxQuestion
@ -126,8 +125,7 @@
@ForwardClicked="forwardButtonAction" />
</div>
</div>
</div>
</div>
</div>
</div>
</Form>
</template>
@ -332,23 +330,4 @@
{
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>

View file

@ -83,7 +83,7 @@ const getDefaultState = () => {
},
referralNumber: null,
referralDate: null,
accountNumber: 1,
accountNumber: 0,
},
applicationUser: {
lastPageVisited: null,