diff --git a/src/layouts/quote/quote.vue b/src/layouts/quote/quote.vue index ad754c815..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; @@ -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; + } + } } } }