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">
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ const getDefaultState = () => {
|
|||
},
|
||||
referralNumber: null,
|
||||
referralDate: null,
|
||||
accountNumber: 1,
|
||||
accountNumber: 0,
|
||||
},
|
||||
applicationUser: {
|
||||
lastPageVisited: null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue