feat(css): Adiciona css das imagens do header

This commit is contained in:
amanda almeida 2022-12-11 19:04:23 -03:00
parent 4ccd12f42f
commit f68495d3ba
2 changed files with 20 additions and 21 deletions

View File

@ -10,12 +10,9 @@ export default class Header {
await this.selectors();
this.progressBarHtml();
await this.progressBarSelection();
}
async selectors() {
this.header = waitElement(".headerCheckout");
this.progressBar = await waitElement("#progressBar");
}

View File

@ -2,50 +2,52 @@
.headerCheckout {
.container {
width: auto !important;
padding: 30px 131px;
border-bottom: 1px solid $color-black;
}
&__wrapper {
padding: 30px 0;
margin: 0 auto;
width: 80%;
height: 30px;
align-items: center;
display: flex;
justify-content: space-between;
}
&__logo {
img {
height: 52px;
width: 100%;
max-width: 15.3%;
img {
width: 100%;
height: 37px;
}
}
&__safeBuy {
display: flex;
gap: 8px;
width: 100%;
max-width: 119px;
max-width: 11.7%;
img {
width: 10%;
height: 15px;
}
span {
align-items: center;
display: flex;
text-transform: uppercase;
font-family: $font-family;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: $color-gray;
line-height: 16px;
color: $color-black-400;
}
i {
margin-right: 8px;
}
}
.progress-bar {
display: flex;
justify-content: center;
width: 100%;
p {
margin: 0;
padding: 0;