feat(ultimos ajustes): Ajusta left de alguns elementos

This commit is contained in:
amanda almeida 2022-12-18 23:46:08 -03:00
parent 7dfcb68387
commit 6a698dd74c
2 changed files with 15 additions and 10 deletions

View File

@ -22,10 +22,7 @@ export default class Cart {
timeout: 30000,
interval: 100,
});
const pPagamento = await waitElement('.accordion-inner .notification', {
timeout: 30000,
interval: 100,
})
const dadosPessoais = await waitElement('.accordion-toggle span', {
timeout: 30000,
interval: 100,
@ -34,7 +31,6 @@ export default class Cart {
textButtonCardVazio.textContent = `Continuar comprando`;
textCartItemsEntrega.textContent = `Frete`;
textCartItemsPreço.textContent = `Unidade`;
pPagamento.textContent = `Solicitamos apenas informações necessárias para realização da sua compra, sem comprometer seus dados`;
dadosPessoais.textContent = `Identificação`
dadosPessoais.textContent = `Identificação`;
}
}

View File

@ -338,8 +338,7 @@
}
@include mq(sm, max) {
align-items: center;
right: -8px;
display: block;
}
}
@ -358,6 +357,7 @@
}
@include mq(sm, max) {
margin-left: 16px;
width: 92.4%;
}
@ -737,9 +737,19 @@
}
@include mq(sm, max) {
margin-left: 16px;
width: 91.4% !important;
.active {
.notification {
display: none;
}
}
}
div.step {
position: relative;
border: 1px solid $color-gray3;
@ -1244,7 +1254,7 @@
span.postalCode {
position: relative;
bottom: 32px;
left: 134px;
left: 94%;
width: 100%;
@include mq(xl, min) {
@ -1563,7 +1573,6 @@
}
.notification {
display: block !important;
@include mq(md, max) {
margin-bottom: 0;