feat: adiciona css prateleira e newsletter 1024px

This commit is contained in:
Rafael Sampaio de Oliveira 2023-02-02 10:43:54 -03:00
parent 3692b9136b
commit 3f1c097836
5 changed files with 31 additions and 0 deletions

View File

@ -262,6 +262,18 @@
"blocks": ["product-summary.shelf#shelfProducts"], "blocks": ["product-summary.shelf#shelfProducts"],
"children": ["slider-layout#demo-products"] "children": ["slider-layout#demo-products"]
}, },
"slider-layout#demo-products": {
"props": {
"blockClass": "shelf",
"itemsPerPage": {
"desktop": 4,
"tablet": 3,
"phone": 2
}
}
},
"newsletter#pageProduct": { "newsletter#pageProduct": {
"props": { "props": {
"blockClass": "pageProduct", "blockClass": "pageProduct",

View File

@ -119,6 +119,9 @@
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {
.flexRowContent--product-container {
width: 100%;
}
.flexRowContent--product-container .flexRowContent { .flexRowContent--product-container .flexRowContent {
flex-direction: column; flex-direction: column;
} }

View File

@ -30,6 +30,7 @@
.carouselGaleryThumbs { .carouselGaleryThumbs {
max-height: 90px; max-height: 90px;
display: block;
} }
.productImageTag--main { .productImageTag--main {
@ -464,10 +465,16 @@
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {
.container {
padding: 0 40px;
}
.productBrand--quickview { .productBrand--quickview {
justify-content: flex-start; justify-content: flex-start;
margin-top: 32px; margin-top: 32px;
} }
.container--pageProduct {
width: 96%;
}
.form .content { .form .content {
width: 100%; width: 100%;
max-width: 100%; max-width: 100%;

View File

@ -112,6 +112,7 @@
@media (max-width: 1024px) { @media (max-width: 1024px) {
.flexRowContent--product-container { .flexRowContent--product-container {
width: 100%;
.flexRowContent { .flexRowContent {
flex-direction: column; flex-direction: column;
} }

View File

@ -19,6 +19,7 @@
.carouselGaleryThumbs { .carouselGaleryThumbs {
max-height: 90px; max-height: 90px;
display: block;
} }
.productImageTag--main { .productImageTag--main {
@ -476,11 +477,18 @@
} }
@media (max-width: 1024px) { @media (max-width: 1024px) {
.container {
padding: 0 40px;
}
.productBrand--quickview { .productBrand--quickview {
justify-content: flex-start; justify-content: flex-start;
margin-top: 32px; margin-top: 32px;
} }
.container--pageProduct {
width: 96%;
}
.form { .form {
.content { .content {
width: 100%; width: 100%;