forked from M3-Academy/challenge-vtex-io
fix: Consertado as margens principais do produto
This commit is contained in:
parent
35b8f303a9
commit
a3392fd35d
@ -312,7 +312,7 @@
|
|||||||
"props": {
|
"props": {
|
||||||
"itemsPerPage": {
|
"itemsPerPage": {
|
||||||
"desktop": 4,
|
"desktop": 4,
|
||||||
"tablet": 1,
|
"tablet": 3,
|
||||||
"phone": 1
|
"phone": 1
|
||||||
},
|
},
|
||||||
"infinite": true,
|
"infinite": true,
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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 {
|
||||||
|
@ -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;
|
||||||
|
@ -3,18 +3,12 @@
|
|||||||
margin: 0 0 0 0 !important;
|
margin: 0 0 0 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.carouselContainer {
|
||||||
.productImageTag {
|
.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;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
.container {
|
.container {
|
||||||
margin-bottom: 16px;
|
padding: 0 40px 16px 40px;
|
||||||
}
|
}
|
||||||
.listContainer {
|
.listContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user