fix: Consertado as margens principais do produto

This commit is contained in:
Savio Carvalho Moraes 2023-02-09 18:09:03 -03:00
parent 35b8f303a9
commit a3392fd35d
7 changed files with 33 additions and 23 deletions

View File

@ -312,7 +312,7 @@
"props": { "props": {
"itemsPerPage": { "itemsPerPage": {
"desktop": 4, "desktop": 4,
"tablet": 1, "tablet": 3,
"phone": 1 "phone": 1
}, },
"infinite": true, "infinite": true,

View File

@ -9,6 +9,19 @@
/* Media Query M3 */ /* Media Query M3 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
/* Grid breakpoints */ /* Grid breakpoints */
.flexRow {
margin: 0 40px;
}
:global(.vtex-stack-layout-0-x-stackItem) .flexRow {
margin: 0;
}
.flexRowContent {
margin: 8px 0 0 0;
padding: 0;
}
.flexRowContent--cart { .flexRowContent--cart {
display: flex; display: flex;
align-items: center; align-items: center;

View File

@ -13,19 +13,10 @@
margin: 0 0 0 0 !important; margin: 0 0 0 0 !important;
} }
.productImageTag { .carouselContainer .productImageTag {
max-height: none !important; max-height: none !important;
} }
.thumbImg {
width: 86%;
margin: 0;
}
.productImagesThumb {
height: auto !important;
}
.productBrand { .productBrand {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;

View File

@ -9,7 +9,7 @@
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
/* Grid breakpoints */ /* Grid breakpoints */
.container { .container {
margin-bottom: 16px; padding: 0 40px 16px 40px;
} }
.listContainer { .listContainer {

View File

@ -1,3 +1,15 @@
.flexRow {
margin: 0 40px;
}
:global(.vtex-stack-layout-0-x-stackItem) {
.flexRow {
margin: 0;
}
}
.flexRowContent {
margin: 8px 0 0 0;
padding: 0;
}
.flexRowContent--cart { .flexRowContent--cart {
display: flex; display: flex;
align-items: center; align-items: center;

View File

@ -3,18 +3,12 @@
margin: 0 0 0 0 !important; margin: 0 0 0 0 !important;
} }
.productImageTag { .carouselContainer {
max-height: none !important; .productImageTag {
max-height: none !important;
}
} }
.thumbImg {
width: 86%;
margin: 0;
}
.productImagesThumb {
height: auto !important;
}
.productBrand { .productBrand {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;

View File

@ -1,5 +1,5 @@
.container { .container {
margin-bottom: 16px; padding: 0 40px 16px 40px;
} }
.listContainer { .listContainer {
display: flex; display: flex;