forked from M3-Academy/m3-academy-template-checkout
Feat: criação do developer e estilização
This commit is contained in:
parent
84ed590db3
commit
8ddcf526e3
checkout/src/arquivos
@ -9,6 +9,7 @@ export default class Footer {
|
|||||||
await this.selectors();
|
await this.selectors();
|
||||||
this.adicionaPayments();
|
this.adicionaPayments();
|
||||||
//await this.removeh1checkout();
|
//await this.removeh1checkout();
|
||||||
|
await this.adicionandoDevelopBy()
|
||||||
// this.onUpdate();
|
// this.onUpdate();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -50,7 +51,17 @@ export default class Footer {
|
|||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async adicionandoDevelopBy() {
|
||||||
|
const vtex = this.devolperBy.children[0].children[0];
|
||||||
|
const m3 = this.devolperBy.children[1].children[0];
|
||||||
|
vtex.innerHTML = `
|
||||||
|
<span class="devolperByText">Powered By</span>
|
||||||
|
<img class="devolperByVTEX" src="https://agenciamagma.vteximg.com.br/arquivos/logoVTEXM3Academy.png"/>
|
||||||
|
`
|
||||||
|
m3.innerHTML = `
|
||||||
|
<span class="devolperByText">Developed By</span>
|
||||||
|
<img class="devolperByM3" src="https://agenciamagma.vteximg.com.br/arquivos/logoM3M3Academy.png"/>
|
||||||
|
`}
|
||||||
|
|
||||||
onUpdate() {
|
onUpdate() {
|
||||||
//Função qeu fará a verificação se o carrinho está vazio para remover a prateleira de produtos:
|
//Função qeu fará a verificação se o carrinho está vazio para remover a prateleira de produtos:
|
||||||
|
@ -91,7 +91,10 @@
|
|||||||
li:last-child {
|
li:last-child {
|
||||||
margin-left: 10.73px;
|
margin-left: 10.73px;
|
||||||
|
|
||||||
|
.devolperByM3{
|
||||||
|
height: 15.65px;
|
||||||
|
width: 28.66px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@ -107,9 +110,15 @@
|
|||||||
|
|
||||||
span {
|
span {
|
||||||
margin-right: 10.12px;
|
margin-right: 10.12px;
|
||||||
|
font-family: 'Open Sans';
|
||||||
|
font-size: 9px;
|
||||||
|
line-height: 12px;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
.devolperByVTEX{
|
||||||
|
height: 16px;
|
||||||
|
width: 44.92px;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user