forked from M3-Academy/challenge-vtex-io
development #20
@ -312,7 +312,7 @@
|
||||
"props": {
|
||||
"itemsPerPage": {
|
||||
"desktop": 4,
|
||||
"tablet": 1,
|
||||
"tablet": 3,
|
||||
"phone": 1
|
||||
},
|
||||
"infinite": true,
|
||||
|
@ -9,6 +9,19 @@
|
||||
/* Media Query M3 */
|
||||
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");
|
||||
/* 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 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -13,19 +13,10 @@
|
||||
margin: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
.productImageTag {
|
||||
.carouselContainer .productImageTag {
|
||||
max-height: none !important;
|
||||
}
|
||||
|
||||
.thumbImg {
|
||||
width: 86%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.productImagesThumb {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
.productBrand {
|
||||
display: flex;
|
||||
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");
|
||||
/* Grid breakpoints */
|
||||
.container {
|
||||
margin-bottom: 16px;
|
||||
padding: 0 40px 16px 40px;
|
||||
}
|
||||
|
||||
.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 {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -3,18 +3,12 @@
|
||||
margin: 0 0 0 0 !important;
|
||||
}
|
||||
|
||||
.productImageTag {
|
||||
max-height: none !important;
|
||||
.carouselContainer {
|
||||
.productImageTag {
|
||||
max-height: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.thumbImg {
|
||||
width: 86%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.productImagesThumb {
|
||||
height: auto !important;
|
||||
}
|
||||
.productBrand {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
|
@ -1,5 +1,5 @@
|
||||
.container {
|
||||
margin-bottom: 16px;
|
||||
padding: 0 40px 16px 40px;
|
||||
}
|
||||
.listContainer {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user