diff --git a/src/layouts/bailout-page/bailout-page.vue b/src/layouts/bailout-page/bailout-page.vue index 81e13877..59652083 100644 --- a/src/layouts/bailout-page/bailout-page.vue +++ b/src/layouts/bailout-page/bailout-page.vue @@ -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 { diff --git a/src/router/router-constants/issPage-values.js b/src/router/router-constants/issPage-values.js index 6ee8b572..b4763d44 100644 --- a/src/router/router-constants/issPage-values.js +++ b/src/router/router-constants/issPage-values.js @@ -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', diff --git a/src/styles/bailout-common.scss b/src/styles/bailout-common.scss index e5e406af..1188eeb0 100644 --- a/src/styles/bailout-common.scss +++ b/src/styles/bailout-common.scss @@ -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;