fix(header): incorrect layout

This commit is contained in:
Matheus Brollo Dauter 2022-12-14 19:37:03 -03:00
parent 2a0a83e55c
commit fa100dc965

View File

@ -1,12 +1,26 @@
/* _header.scss */
.headerCheckout {
width: 100%;
border-bottom: 1px solid black;
.container {
width: auto !important;
}
.headerCheckout__safeBuy {
display: flex;
}
.headerCheckout__wrapper {
margin-top: 29px;
margin-bottom: 29px;
}
&__wrapper {
align-items: center;
display: flex;
justify-content: space-between;
justify-content: space-evenly;
margin-top: 30px;
}
&__logo {
@ -29,9 +43,18 @@
color: $color-gray;
}
img {
height: 15px;
margin-right: 8px;
}
i {
margin-right: 8px;
}
span {
transform: translateY(1px);
}
}
#progressBar{