develop #1
@ -87,6 +87,8 @@
|
|||||||
},
|
},
|
||||||
"product-images": {
|
"product-images": {
|
||||||
"props": {
|
"props": {
|
||||||
|
"thumbnailMaxHeight": 90,
|
||||||
|
"thumbnailsOrientation": "horizontal",
|
||||||
"aspectRatio": {
|
"aspectRatio": {
|
||||||
"desktop": "auto",
|
"desktop": "auto",
|
||||||
"phone": "16:9"
|
"phone": "16:9"
|
||||||
|
@ -8,9 +8,9 @@
|
|||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.html {
|
.html {
|
||||||
background-color: red;
|
background-color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.html--pdp-breadcrumb {
|
.html--pdp-breadcrumb {
|
||||||
background-color: green;
|
background-color: red;
|
||||||
}
|
}
|
12
styles/css/vtex.breadcrumb.css
Normal file
12
styles/css/vtex.breadcrumb.css
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
/*
|
||||||
|
0 - 600PX: Phone
|
||||||
|
600 - 900px: Table portrait
|
||||||
|
900 - 1200px: Tablet landscape
|
||||||
|
[1200 - 1800] is where our nortal styles apply
|
||||||
|
1800px + : Big desktop
|
||||||
|
*/
|
||||||
|
/* Media Query M3 */
|
||||||
|
/* Grid breakpoints */
|
||||||
|
.container {
|
||||||
|
background-color: aqua;
|
||||||
|
}
|
@ -7,6 +7,12 @@
|
|||||||
*/
|
*/
|
||||||
/* Media Query M3 */
|
/* Media Query M3 */
|
||||||
/* Grid breakpoints */
|
/* Grid breakpoints */
|
||||||
.newsletter {
|
.productImageTag--main {
|
||||||
background: red;
|
max-height: unset !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.productImagesThumb {
|
||||||
|
height: auto !important;
|
||||||
|
width: 90px !important;
|
||||||
|
margin-right: 16px !important;
|
||||||
}
|
}
|
@ -1,8 +1,7 @@
|
|||||||
.html {
|
.html {
|
||||||
background-color: red;
|
background-color: blue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.html--pdp-breadcrumb {
|
.html--pdp-breadcrumb {
|
||||||
background-color: green;
|
background-color: red;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
3
styles/sass/pages/product/vtex.breadcrumb.scss
Normal file
3
styles/sass/pages/product/vtex.breadcrumb.scss
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.container {
|
||||||
|
background-color: aqua;
|
||||||
|
}
|
@ -1,3 +1,8 @@
|
|||||||
.newsletter{
|
.productImageTag--main {
|
||||||
background: red;
|
max-height: unset !important;
|
||||||
}
|
}
|
||||||
|
.productImagesThumb {
|
||||||
|
height: auto !important;
|
||||||
|
width: 90px !important;
|
||||||
|
margin-right: 16px !important;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user