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%;
margin: auto auto 0 auto;
}
header {
width: 100%;
border-bottom: 1px solid $color-black2;
}
footer .footerCheckout__prateleira,
header {
width: 79.53125%;
margin: 0 auto;
}

View File

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