From 774630e1dac8e28e1279c4a644976ea42c039057 Mon Sep 17 00:00:00 2001 From: Samuel Date: Tue, 13 Dec 2022 11:43:31 -0300 Subject: [PATCH] =?UTF-8?q?feat:=20Adiciona=20CSS=20no=20checkout-autentic?= =?UTF-8?q?a=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sass/checkout/_checkout-autenticacao.scss | 78 +++++++++++++++---- 1 file changed, 64 insertions(+), 14 deletions(-) diff --git a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss index a8f3b72..0217e9e 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-autenticacao.scss @@ -121,7 +121,7 @@ span { color: #303030; margin-bottom: 8px; - padding: 0; + padding-bottom: 25px; i::before { fill: #303030; @@ -141,7 +141,13 @@ padding: 6px 5px 6px 8px; } } - + .accordion-heading { + .accordion-toggle, .collapsed, .accordion-toggle-active{ + .icon-credit-card { + display: none; + } + } + } .accordion-inner { padding: 0; @@ -211,18 +217,19 @@ color: #303030; font-weight: 500; text-decoration: underline; + margin: 0; } .vtex-omnishipping-1-x-deliveryGroup { p { - color: #303030; + color: #7d7d7d; font-size: 14px; - font-weight: 500; + font-weight: 700; } .shp-lean { - border: 1px solid $color-gray4; - border-radius: 0; + border: 1px solid #E0E0E0; + border-radius: 8px; label { background-color: $color-white; @@ -231,16 +238,24 @@ padding: 8px 12px; svg path { - fill: #d8c8ac; + width: 18px; + height: 18px; + fill: #00C8FF; + border: 1px solid #C4C4C4; + border-radius: 3px; } } } } .delivery-address-title { - color: #303030; - font-size: 14px; - font-weight: 500; + font-family: 'Open Sans'; + font-style: normal; + color: #7d7d7d; + font-size: 12px; + font-weight: 700; + line-height: 16px; + letter-spacing: 0.05em; } .shp-summary-group-info { @@ -248,6 +263,7 @@ } .address-summary { + display: none; background: none; border-color: $color-gray4; border-radius: 0; @@ -284,13 +300,47 @@ } .vtex-omnishipping-1-x-deliveryChannelsToggle { - background-color: #d8c8ac; - border: 1px solid #d8c8ac; + color: black; + text-transform: uppercase; + background-color: #fff; + border: 1px solid #292929; + border-radius: 100px; + box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); } - + .vtex-omnishipping-1-x-deliveryChannelsOption{ + color: #C4C4C4; + text-transform: uppercase; + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + font-size: 14px; + line-height: 19px; + } .vtex-omnishipping-1-x-deliveryOptionActive { - text-shadow: 1.3px 1px lighten($color-black, 50); + color: #41115D; + text-transform: uppercase; + font-family: 'Open Sans'; + font-style: normal; + font-weight: 400; + font-size: 14px; + line-height: 19px; } + .ship-country{ + display: none; + } + .vtex-omnishipping-1-x-addressFormPart1, input{ + max-width: none; + padding-right: 17px; + } + .input-small{ + width: 100%; + min-height: 45px; + border-radius: 8px; + margin-bottom: 10px; + } + small, a{ + margin: 0; + } } } }