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