From 3e83b3dd7b1f2b46399a5464a9b5f33af99133bd Mon Sep 17 00:00:00 2001 From: Sabrina Miranda Date: Mon, 26 Dec 2022 21:24:56 -0300 Subject: [PATCH] feat: Aplica css mobile --- .../sass/checkout/_checkout-autenticacao.scss | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss index 036fa7f..aefdf98 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss @@ -1090,6 +1090,18 @@ } } + .payment-data .payment-group { + @media (max-width: 767px) { + margin: 0 0 10px; + } + } + + .payment-data .steps-view { + @media (max-width: 979px) { + width: 100%; + } + } + .hproduct { a { .photo { @@ -1278,6 +1290,16 @@ @include mq(xg, min) { width: 406px; } + + @media (max-width: 1024px) { + width: 100%; + } +} + +.payment-group-list-btn { + @media (max-width: 1024px) { + width: 100%; + } } .payment-group-item.active { @@ -1343,6 +1365,10 @@ @media (max-width: 1230px) { width: 58%; } + + @media (max-width: 1024px) { + width: 100%; + } } .box-payment-group2,