develop #1

Merged
SabrinaMiranda merged 24 commits from develop into main 2022-12-19 02:38:03 +00:00
2 changed files with 17 additions and 11 deletions
Showing only changes of commit a4650f0901 - Show all commits

View File

@ -16,9 +16,14 @@ footer .footerCheckout__wrapper {
width: 94.9734%; width: 94.9734%;
margin: auto auto 0 auto; margin: auto auto 0 auto;
} }
header {
width: 100%;
border-bottom: 1px solid $color-black2;
}
footer .footerCheckout__prateleira, footer .footerCheckout__prateleira,
header { header {
width: 79.53125%;
margin: 0 auto; margin: 0 auto;
} }

View File

@ -1,9 +1,8 @@
/* _header.scss */ /* _header.scss */
.headerCheckout { .headerCheckout {
padding: 29px 0;
.container { .container {
width: auto !important; width: 79.53125%;
padding: 29px 0;
#progressBar { #progressBar {
width: 439px; width: 439px;
@ -103,22 +102,24 @@
} }
&__wrapper { &__wrapper {
display: grid; align-items: center;
grid-template-columns: 2fr 1fr 2fr; display: flex;
align-items: center; justify-content: space-between;
} }
&__logo { &__logo {
width: 15.284%;
img { img {
height: 52px; width: 100%;
width: auto; height: auto;
} }
} }
&__safeBuy { &__safeBuy {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: center;
gap: 8px; gap: 8px;
span { span {
@ -130,7 +131,7 @@
font-weight: normal; font-weight: normal;
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
color: $color-gray6; color: $color-black;
} }
img { img {