From 6219b847d920fcd0f8c416db256b5f3fe076e01d Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 5 Aug 2025 08:08:45 -0400 Subject: [PATCH 1/2] CASH-1327 quote page bug fixes. --- src/layouts/quote/quote.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index ad754c815..abd947e61 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -947,8 +947,19 @@ export default { } } .modal-footer { - button.btn.skip-button { - margin: 0 auto; + button { + &.btn { + border-radius: 50rem; + } + } + button { + &.btn { + &.skip-button { + margin: 0 auto 1rem; + color: $blue; + font-family: UrbanistSemibold, Arial, Helvetica, sans-serif; + } + } } } } From b9dfa47d9e7776cf1538531bf92497329b74c58d Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 5 Aug 2025 08:12:11 -0400 Subject: [PATCH 2/2] CASH-1327 adjust modal height on screen. --- src/layouts/quote/quote.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index abd947e61..a07785aa7 100644 --- a/src/layouts/quote/quote.vue +++ b/src/layouts/quote/quote.vue @@ -931,7 +931,7 @@ export default { @include media-breakpoint-up(md) { width: 50%; max-width: 600px; - top: 0; + top: -10%; right: 0; left: 0; transform: none;