feat: Estiliza elementos do header

This commit is contained in:
Cainã Milech 2022-12-09 00:24:51 -03:00
parent 9d822f9f1e
commit 03a38c28c7
2 changed files with 17 additions and 4 deletions

View File

@ -4,6 +4,7 @@ import { waitElement } from "m3-utils";
export default class Header {
constructor() {
this.init();
//this.teste();
}
async init() {
@ -18,4 +19,8 @@ export default class Header {
interval: 1000, // vai verificar a cada 1 segundo se o elemento existe
});
}
teste() {
console.log("teste");
}
}

View File

@ -10,13 +10,21 @@
}
&__logo {
margin: 29px 0;
img {
height: 52px;
width: auto;
height: 37px;
width: 155px;
}
}
&__safeBuy {
display: flex;
img {
width: 12px;
height: 15px;
margin-right: 8px;
}
span {
align-items: center;
display: flex;
@ -25,8 +33,8 @@
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
color: $color-gray;
line-height: 16px;
color: $color-black;
}
i {