Feat: Finaliza detalhes de pagamento

This commit is contained in:
Cainã Milech 2022-12-24 18:17:24 -03:00
parent c61f735d7c
commit 6b72b73860
3 changed files with 11 additions and 23 deletions

View File

@ -67,7 +67,7 @@ export default class Footer {
.then((data) => {
return data.map(function (product) {
let li = document.createElement("li");
li.setAttribute("id", product.productId);
li.innerHTML = `
<img src="${product.items[0].images[0].imageUrl}" alt="${
product.productName
@ -85,7 +85,7 @@ export default class Footer {
}
async addCarrossel() {
const prateleira = await waitElement(".carrosel-items", { timeout: 6000, interval: 500 });
const prateleira = await waitElement(".carrosel-items", { timeout: 7000, interval: 500 });
$(prateleira).slick({
slidesToShow: 4,

View File

@ -718,9 +718,9 @@ h1#orderform-title {
color: #303030;
padding: 12px 55px 12px 43px;
@include mq(md, max) {
/*@include mq(md, max) {
background-position: 8px 9px;
}
}*/
@include mq(xxl, min) {
background-size: 46.45px 46.45px;
@ -833,7 +833,7 @@ h1#orderform-title {
i.icon-edit {
margin-left: auto;
background-size: contain;
background-size: cover;
width: 20.26px !important;
height: 20.89px !important;
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
@ -941,7 +941,7 @@ h1#orderform-title {
}
i.icon-edit {
background-size: contain;
background-size: cover;
width: 20.26px !important;
height: 20.89px !important;
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
@ -1059,21 +1059,6 @@ h1#orderform-title {
}
}
}
/*.pg-transferencia-bancaria,
#payment-group-creditControlPaymentGroup,
#payment-group-creditDirectSalePaymentGroup,
#payment-group-promissoryPaymentGroup,
#payment-group-custom203PaymentGroupPaymentGroup,
#payment-group-instantPaymentPaymentGroup,
#payment-group-PSEPaymentGroup,
#TransferPaymentGroup,*/
#payment-group-customPrivate_502PaymentGroup,
#payment-group-custom201PaymentGroupPaymentGroup,
#payment-group-MercadoPagoPaymentGroup,
#payment-group-SPEIPaymentGroup {
display: none;
}
}
}
@ -1123,7 +1108,7 @@ h1#orderform-title {
i.icon-edit {
margin-left: auto;
background-size: contain;
background-size: cover;
width: 20.26px !important;
height: 20.89px !important;
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/lapisM3Academy.png");
@ -1285,7 +1270,6 @@ h1#orderform-title {
svg {
width: 18px;
height: 18px;
/*border: 1px solid #c4c4c4; acho q nao precisa*/
border-radius: 3px;
background-image: url("https://agenciamagma.vteximg.com.br/arquivos/icon-radios-input-M3Academy.png");

View File

@ -118,6 +118,10 @@
line-height: 35px;
}
@include mq(tablet, max) {
height: 36px;
}
@media (min-width: 1025px) and (max-width: 1110px) {
height: 36px;
}