forked from M3-Academy/m3-academy-template-checkout
feat: Estiliza elementos do header
This commit is contained in:
parent
9d822f9f1e
commit
03a38c28c7
@ -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");
|
||||
}
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user