From 0d8573e6e9b535cfaaa0bac30e3d5b45f9104ab4 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 8 Aug 2025 12:59:19 -0400 Subject: [PATCH] CASH-1354 move save your progress button. --- src/layouts/vehicle-parts/vehicle-parts.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index 085264841..545ffa6c5 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -27,17 +27,17 @@ :colorAnswers="item.colorAnswers" :alreadyPopulatedPartsData="alreadyPopulatedPartsData" /> +
+ - - @@ -251,5 +251,8 @@ export default { .two-list-card-width { width: 100%; } + .save-progress-modal-question { + margin: 1rem 0; + } }