From bc7a8eae8d35c717693839a837d0fd7c8b327424 Mon Sep 17 00:00:00 2001 From: Rallenson Date: Thu, 22 Dec 2022 16:20:23 -0300 Subject: [PATCH] feat:payment mobile responsivo --- .../src/arquivos/sass/checkout/_checkout-carrinho.scss | 5 +++++ .../src/arquivos/sass/checkout/_checkout-pagamento.scss | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss index 899d85d..eb0a0fa 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss @@ -111,6 +111,11 @@ color: #303030; font-size: 14px; font-weight: 500; + @include mq(xll, max) { + right: 197px; + top: -22px; + // width: 351%; + } } .item-unavailable { diff --git a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss index 36a3ee9..c7999fa 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss @@ -41,7 +41,7 @@ body .container-main.container-order-form .orderform-template.active { .cart-fixed { top: -42px; @include mq(xll, max) { - right: 230px; + right: 194px; top: -10px; } } @@ -72,6 +72,9 @@ body .container-main.container-order-form .orderform-template.active { } .summary-cart-template-holder{ width: 332px; + @include mq(xll, max) { + // width: 87.8%; + } } #is-corporate-client{ display: none; @@ -215,8 +218,9 @@ body .container-main.container-order-form .orderform-template.active { } #payment-data{ @include mq(xll, max) { + width: 100%; .accordion-group{ - width: 134%; + width: 137%; } } right: 0;