From 1067e397ba2f62fcb370a350a9cd00335fb1a1df Mon Sep 17 00:00:00 2001 From: ManuelaLuanaSchumackerTavares Date: Wed, 14 Dec 2022 17:37:18 -0300 Subject: [PATCH] =?UTF-8?q?fix(header):=20Conserta=20prolemas=20de=20espa?= =?UTF-8?q?=C3=A7amento=20e=20desfoque=20da=20logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/arquivos/sass/partials/_header.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/checkout/src/arquivos/sass/partials/_header.scss b/checkout/src/arquivos/sass/partials/_header.scss index ef06ada..c47a832 100644 --- a/checkout/src/arquivos/sass/partials/_header.scss +++ b/checkout/src/arquivos/sass/partials/_header.scss @@ -3,22 +3,24 @@ width: 100%; border-bottom: 1px solid #000; - // .container { - // width: auto !important; - // } + .container { + @include mq(pg, max) { + width: 100%; + } + } + &__wrapper { align-items: center; display: flex; justify-content: space-between; padding: 29px 0; - // border-bottom: 1px solid $color-black2; @include mq(pg, max) { padding: 16px; } @include mq(xxl, min) { - padding: 29px 256px; + padding: 29px 0; } } @@ -75,7 +77,6 @@ .progress-bar-first-line { left: 60%; - // transform: translate(-50%); } .progress-bar-second-line { @@ -85,7 +86,6 @@ @include mq(xxl, min) { right: 58%; } - // transform: translate(-50%); } .containerProgressBar .progress-bar-first-circle, @@ -124,12 +124,11 @@ @include mq(pg, max) { height: 32.12px; - width: 155px; + max-width: fit-content; } @include mq(cstm, max) { height: 33px; - width: 155px; } @include mq(xxl, min) { @@ -154,6 +153,7 @@ @include mq(pg, max) { line-height: 16px; color: $color-black; + white-space: nowrap; } @include mq(xxl, min) {