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; + } + } } } }