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 {