diff --git a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss index 8acd078..5961147 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss @@ -218,12 +218,20 @@ select, input { - max-width: 100%; + width: 100%; border-radius: 5px; border: 1px solid $color-gray3; box-shadow: none; height: 42px; } + .ship-country { + label { + display: none; + } + } + #ship-country { + display: none; + } .help.error { color: red; diff --git a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss index 07589e8..5e48d3e 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss @@ -612,9 +612,12 @@ &-totalizers { padding: 0; - width: 346px; + width: 100%; .coupon-data { + display: flex; + align-items: center; + justify-content: center; #cart-link-coupon-add { text-decoration: none; @@ -666,11 +669,16 @@ .coupon-fields { margin-bottom: 32px; - + display: block; + flex-direction: column; + align-items: flex-start; + text-align: start; + //flex-flow: row nowrap; @include mq(sm, max) { span { - display: flex; - flex-direction: row; + width: 100%; + //display: flex; + //flex-direction: row; justify-content: space-between; i { position: absolute; @@ -694,6 +702,9 @@ max-width: 100%; width: 100%; } + @media screen and (max-width: 1455px) { + width: 49%; + } } button { @@ -704,7 +715,7 @@ font-size: 12px; height: 36px; letter-spacing: 1px; - margin-left: 6px; + margin-left: 15px; outline: none; transition: all 0.2s linear; width: 35%; @@ -774,7 +785,7 @@ .cart-links-bottom { display: flex; flex-direction: column; - width: 343px; + width: 36%; @include mq(md, max) { padding: 0 16px; @@ -804,6 +815,7 @@ font-size: 12px; line-height: 14px; color: $color-black-100; + margin-right: 0; } } @@ -838,3 +850,12 @@ } } } +/* +.cart-active .summary-coupon { + text-align: initial !important; +}*/ +/* +.coupon-fieldset { + display: flex; + justify-content: center; +}*/ diff --git a/checkout/src/arquivos/sass/partials/_footer.scss b/checkout/src/arquivos/sass/partials/_footer.scss index 42d5a69..e8c92c7 100644 --- a/checkout/src/arquivos/sass/partials/_footer.scss +++ b/checkout/src/arquivos/sass/partials/_footer.scss @@ -15,6 +15,9 @@ justify-content: space-between; margin: 50px 0 0 0 !important; border-top: 1px solid #000000; + //position: absolute; + //bottom: 0; + //left: 0; } .container { padding: 27px 32px 24px 32px;