From 99873839952b36454586bae1b4d492068cab12b0 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 25 Feb 2025 13:18:47 -0500 Subject: [PATCH] CASH-191 update css and merge into release branch. --- .../save-progress-modal-question.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 c6e31b781..ebaa5a8be 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 @@ -149,6 +149,21 @@ export default { transition: all 150ms linear; background: none; + &.btn { + &.btn-secondary { + font-weight: 900; + border: none; + &:hover, + &:active, + &:focus, + &:focus-visible { + color: $blue-700; + background: none; + box-shadow: none; + } + } + } + &:hover, &:active, &:focus, @@ -166,6 +181,7 @@ export default { transition: background 0s 0s ease-in-out; } } + .modal.modal-component .modal-dialog .modal-content { .modal-header { padding-top: 0;