diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 0816e0476..b02a25103 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -163,7 +163,7 @@ export default { } .modal-footer { border-top: none; - + button { margin: 0; } diff --git a/src/fmg-components/funnel-footer/funnel-footer.vue b/src/fmg-components/funnel-footer/funnel-footer.vue index b49ec7543..c036f8d0a 100644 --- a/src/fmg-components/funnel-footer/funnel-footer.vue +++ b/src/fmg-components/funnel-footer/funnel-footer.vue @@ -49,7 +49,7 @@ export default { customButtontext: "", }; }, - + unmounted() { document.onkeydown = null; }, @@ -63,7 +63,7 @@ export default { : this.getCmsContent(this.cmsWidgetName, "ForwardButtonText"); }, }, - methods: { + methods: { updateButtonText(newText) { this.customButtontext = newText; }, diff --git a/src/layouts/estimate/estimate.vue b/src/layouts/estimate/estimate.vue index 846b54968..1ca0c9d48 100644 --- a/src/layouts/estimate/estimate.vue +++ b/src/layouts/estimate/estimate.vue @@ -359,5 +359,4 @@ export default { font-weight: 500; color: $black; } - diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index 38123535e..313e6f5bd 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -236,7 +236,7 @@ export default { };