Merge pull request #169 from Safelite/feature/Digital/SSR-247

SSR-247
This commit is contained in:
hiteshkumar87 2023-02-21 19:00:31 +05:30 committed by GitHub
commit c9a688e839
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 2 deletions

View file

@ -4,6 +4,7 @@
<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
@ -125,7 +126,8 @@
@ForwardClicked="forwardButtonAction" />
</div>
</div>
</div>
</div>
</div>
</div>
</Form>
</template>
@ -330,4 +332,23 @@
{
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: 0,
accountNumber: 1,
},
applicationUser: {
lastPageVisited: null,