From 6d8e1dfd47fb1ad0ac432f45c4c3be0343f20b09 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 13 Jan 2025 13:35:20 -0500 Subject: [PATCH] CASH-79-bm Styles and modal update for order of items. --- src/digital-components/modal/modal.vue | 45 ++++++++++++----- .../save-progress-modal-question.vue | 49 +++++++++++++++++++ 2 files changed, 83 insertions(+), 11 deletions(-) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index f61238c2a..e412678ff 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -25,17 +25,17 @@ - @@ -234,6 +234,29 @@ export default { } } } +.save-progress-modal-question { + p.modal-body { + padding: 0; + } + .modal-body { + display: flex; + flex-direction: column; + .textbox-question { + padding: .25rem 0; + label { + text-align: left; + font-weight: 600; + } + } + } + .modal-disclaimer { + font-size: .75rem; + order: 2; + } + .modal-footer { + padding: 1.5rem 0; + } +} body { .modal-backdrop { height: 100%; diff --git a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue index 6d0472541..609668de9 100644 --- a/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue +++ b/src/fmg-components/save-progress-modal-question/save-progress-modal-question.vue @@ -102,6 +102,55 @@ export default {