From 7ab43fb4d4994575f67d51474c9b9a2319a73504 Mon Sep 17 00:00:00 2001 From: Rafael Sampaio Date: Thu, 15 Dec 2022 11:40:36 -0300 Subject: [PATCH] refactor: ajusta css do checkout cupom 1280px --- .../arquivos/sass/checkout/_checkout-carrinho.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss index c612fb1..8ef73ac 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss @@ -21,6 +21,7 @@ box-sizing: border-box; border-radius: 5px; padding: 16px 16px; + margin-bottom: 0 !important; @include mq(md, max) { margin: 0px 0 25px 0; @@ -466,7 +467,7 @@ } .srp-main-title { - margin: 32px 0 12px; + margin: 49px 0 12px; font-style: normal; font-weight: normal; font-size: 24px; @@ -707,7 +708,8 @@ &-totalizers { padding: 0; - width: 346px; + margin-top: 49px; + width: 353px; .coupon-data { #cart-link-coupon-add { @@ -779,7 +781,7 @@ font-size: 12px; height: 34px; padding: 0 12px; - width: 50.96%; + width: 50.52%; @include mq(sm, max) { max-width: 100%; @@ -796,8 +798,8 @@ line-height: 19px; text-transform: uppercase; height: 36px; - width: 38.59%; - margin-left: 7px; + width: 37.824%; + margin-left: 12px; @include mq(md, max) { width: 138px; -- 2.34.1