diff --git a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss index 07589e8..bd21cd4 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss @@ -615,6 +615,9 @@ width: 346px; .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; @@ -704,7 +712,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 +782,7 @@ .cart-links-bottom { display: flex; flex-direction: column; - width: 343px; + width: 36%; @include mq(md, max) { padding: 0 16px; @@ -804,6 +812,7 @@ font-size: 12px; line-height: 14px; color: $color-black-100; + margin-right: 0; } } @@ -838,3 +847,12 @@ } } } +/* +.cart-active .summary-coupon { + text-align: initial !important; +}*/ +/* +.coupon-fieldset { + display: flex; + justify-content: center; +}*/