From 0f2d1e715fa70a6d48b6d3685b64feb98e8140bf Mon Sep 17 00:00:00 2001 From: Rallenson Date: Wed, 21 Dec 2022 17:45:41 -0300 Subject: [PATCH] =?UTF-8?q?feat:p=C3=A1gina=20de=20pagamento=20finalizada?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sass/checkout/_checkout-carrinho.scss | 16 +++++----- .../sass/checkout/_checkout-pagamento.scss | 31 ++++++++++++++++++- 2 files changed, 37 insertions(+), 10 deletions(-) diff --git a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss index 0acfd9d..101f143 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss @@ -11,9 +11,9 @@ } .cart-fixed{ .summary-template-holder{ - border-bottom: 3px solid $color-gray5; - border-left: 3px solid $color-gray5; - border-right: 3px solid $color-gray5; + border-bottom: 1px solid $color-gray5; + border-left: 1px solid $color-gray5; + border-right: 1px solid $color-gray5; border-top-left-radius: 0 !important; border-top-right-radius: 0 !important; } @@ -77,9 +77,9 @@ display: none; } .cart { - border-top: 3px solid $color-gray5; - border-left: 3px solid $color-gray5; - border-right: 3px solid $color-gray5; + border-top: 1px solid $color-gray5; + border-left: 1px solid $color-gray5; + border-right: 1px solid $color-gray5; border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important; box-sizing: border-box; @@ -132,7 +132,6 @@ &:not(:first-child) { margin-top: 8px; padding-top: 8px; - border-top: 1px solid #e5e5e5; } .shipping-date, @@ -145,8 +144,7 @@ .summary-template-holder { border-top: none; background: $color-white; - width: 296px; - padding: 15px; + width: 330px; } #go-to-cart-button a { diff --git a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss index e40dd09..7c1b1ac 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-pagamento.scss @@ -9,6 +9,35 @@ body .container-main.container-order-form .orderform-template.active { width: 66.1132%; } } +.body-order-form{ + .totalizers-list{ + tr{ + border-bottom: 1px solid black; + border-top: 1px solid black; + margin-right: 17px; + left: 20px; + position: relative; + text-align-last: start; + .info{ + width: 100% !important; + } + } + } + tfoot{ + .info{ + width: 93% !important; + } + tr{ + border-top: 1px solid; + margin-right: 17px; + left: 20px; + position: relative; + text-align-last: start; + text-indent: -17px; + } + + } +} .cart-fixed { top: -42px; } @@ -173,7 +202,7 @@ body .container-main.container-order-form .orderform-template.active { } } #payment-data-submit{ - width: 100% !important; + width: 88% !important; background: $color-green_2 !important; text-transform: uppercase !important; height: 42px !important;