From b01b001da3d7dba9f695fa44aace1eda253b6199 Mon Sep 17 00:00:00 2001 From: WillSimao Date: Sat, 17 Dec 2022 14:23:06 -0300 Subject: [PATCH] =?UTF-8?q?feat(MeuCarrinho):=20Finaliza=20Estiliza=C3=A7?= =?UTF-8?q?=C3=A3o=20carrinho?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sass/checkout/_checkout-carrinho.scss | 26 +++++++++++-------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss index 0565024..9ad46ab 100644 --- a/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss +++ b/checkout/src/arquivos/sass/checkout/_checkout-carrinho.scss @@ -423,25 +423,28 @@ } .srp-pickup-my-location__button { - background-color: $color-black; + background-color: $color-blue-200; border: none; border-radius: 5px; color: $color-white; outline: none; width: 100%; + height: 42px; + font-family: $font-family; font-style: normal; - font-weight: 500; + font-weight: 700; font-size: 14px; - line-height: 16px; + line-height: 19px; letter-spacing: 0.05em; + transition: all 0.2s linear; &:hover { - background-color: lighten($color-black, 5); + background-color: lighten($color-blue-100, 5); } &:active { - background-color: darken($color-black, 5); + background-color: darken($color-blue-100, 5); } } } @@ -462,12 +465,12 @@ } &__current { - border: 1px solid $color-blue; + border: 1px solid $color-black-500; border-radius: 100px; } .blue { - color: $color-blue; + color: $color-black-500; } label { @@ -488,7 +491,7 @@ font-size: 12px; line-height: 16px; color: $color-black-500; - margin-bottom: 12px; + margin-bottom: 2px; } input { @@ -517,7 +520,7 @@ position: absolute; text-align: center; right: -150px; - top: 38px !important; + top: 28px !important; transition: all 0.2s linear; width: 96px; text-transform: uppercase; @@ -545,12 +548,13 @@ } span.help.error { + display: block; color: red; font-size: 12px; - position: absolute; left: 0; width: 100%; - top: 17px; + top: 80px; + position: absolute; } } .ship-country {