From 6219b847d920fcd0f8c416db256b5f3fe076e01d Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Tue, 5 Aug 2025 08:08:45 -0400 Subject: [PATCH] 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; + } + } } } }