forked from M3-Academy/challenge-vtex-io
Develop #6
@ -1 +1,2 @@
|
||||
CHANGELOG.md
|
||||
CHANGELOG.md
|
||||
Todo.md
|
||||
|
@ -5,6 +5,7 @@
|
||||
"condition-layout.product#availability",
|
||||
"flex-layout.row#description",
|
||||
"flex-layout.row#specifications-title",
|
||||
"example-component",
|
||||
"product-specification-group#table",
|
||||
"shelf.relatedProducts",
|
||||
"product-questions-and-answers"
|
||||
@ -91,7 +92,7 @@
|
||||
"desktop": "auto",
|
||||
"phone": "16:9"
|
||||
},
|
||||
"displayThumbnailsArrows": true
|
||||
"displayThumbnailsArrows": false
|
||||
}
|
||||
},
|
||||
"flex-layout.col#right-col": {
|
||||
|
15
styles/css/vtex.breadcrumb.css
Normal file
15
styles/css/vtex.breadcrumb.css
Normal file
@ -0,0 +1,15 @@
|
||||
/*
|
||||
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 .homeLink::before {
|
||||
content: "HOME";
|
||||
}
|
||||
.container .homeLink .homeIcon {
|
||||
display: none;
|
||||
}
|
@ -1,10 +1,12 @@
|
||||
.stackItem--product {
|
||||
width: 100%;
|
||||
min-height: 257px
|
||||
}
|
||||
|
||||
.stackItem--quickview {
|
||||
right: 0;
|
||||
top: 0;
|
||||
left: auto;
|
||||
}
|
||||
/*
|
||||
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 */
|
||||
.stackItem {
|
||||
display: block;
|
||||
}
|
@ -41,4 +41,9 @@
|
||||
|
||||
.newsletter {
|
||||
background: black;
|
||||
}
|
||||
|
||||
.carouselGaleryThumbs {
|
||||
background: pink;
|
||||
flex-direction: row;
|
||||
}
|
10
styles/sass/pages/product/vtex.breadcrumb.scss
Normal file
10
styles/sass/pages/product/vtex.breadcrumb.scss
Normal file
@ -0,0 +1,10 @@
|
||||
.container{
|
||||
.homeLink{
|
||||
&::before{
|
||||
content: "HOME";
|
||||
}
|
||||
.homeIcon{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
3
styles/sass/pages/product/vtex.stack-layout.scss
Normal file
3
styles/sass/pages/product/vtex.stack-layout.scss
Normal file
@ -0,0 +1,3 @@
|
||||
.stackItem{
|
||||
display: block;
|
||||
}
|
@ -47,3 +47,8 @@
|
||||
.newsletter{
|
||||
background: black;
|
||||
}
|
||||
|
||||
.carouselGaleryThumbs{
|
||||
background: pink;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user