From 9211513e52432def015368ecc24916af83aed1ae Mon Sep 17 00:00:00 2001 From: Rallenson Date: Sat, 24 Dec 2022 21:43:08 -0300 Subject: [PATCH] =?UTF-8?q?feat:Endere=C3=A7o=20com=20responsividade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sass/checkout/_checkout-pagamento.scss | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss index a086457..5d894aa 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss @@ -112,17 +112,27 @@ body .container-main.container-order-form .orderform-template.active { box-sizing: border-box; } } +.ship-number{ + width: 100%; +} #ship-number, #ship-receiverName, #ship-postalCode, #ship-complement{ - width: 296px !important; + @include mq(xll, max) { + width: 100% !important; + } + width: 296px; height: 35px !important; max-width: 100%!important; } #ship-postalCode{ + @include mq(xll, max) { + width: 100% !important; + max-width: 100% !important; + } margin-bottom: 10px; - width: 172px !important; + width: 172px; height: 36px !important; max-width: 200px !important; }