confirmation updates and scss import

This commit is contained in:
Bill Richardson 2023-08-03 16:11:53 -04:00
parent aba11ba4fe
commit 8e972a09f3
3 changed files with 6 additions and 39 deletions

View file

@ -130,7 +130,6 @@ export default {
return this.navigateForward();
},
navigateForward() {
console.log(this.bailoutPageModel);
this.$router.navigate(
this.navigationScenarios.CLICKED_FORWARD,
this.$route,
@ -152,42 +151,5 @@ export default {
</script>
<style lang="scss">
$page-side-padding: 1.5rem;
.page-container-grouped-styles {
> div.main-content-container {
overflow: auto;
padding: 0 $page-side-padding !important;
> div.sub-header-content {
margin-top: 1rem;
padding: 0;
div.subheader-secondary {
margin-top: 0.5rem;
padding: 0;
p {
line-height: 1.5rem;
&:last-child {
margin-bottom: 0;
}
}
span {
font-size: 0.875rem;
}
}
}
div.textbox-question {
margin-top: 1rem;
}
div.footer-content-container {
margin: 1.5rem 0;
}
}
}
@import '@/styles/bailout-common.scss';
</style>

View file

@ -4,6 +4,7 @@ export const issPageValues = {
ADDRESS_LOOKUP: 'address-lookup',
ADDRESS_VEHICLES: 'address-vehicles',
BAILOUT_CONFIRMATION: 'bailout-confirmation',
BAILOUT_PAGE: 'bailout-page',
CAPABILITY_QUESTIONS: 'capability-questions',
CONTACT_DETAILS: 'contact-details',

View file

@ -9,6 +9,10 @@ $page-side-padding: 1.5rem;
margin-top: 1rem;
padding: 0;
div.subheader-primary {
padding: 0;
}
div.subheader-secondary {
margin-top: 0.5rem;
padding: 0;