forked from M3-Academy/challenge-vtex-io
feat:breadcrumb estilizado
This commit is contained in:
parent
106d7600ec
commit
4c54494242
@ -1 +1,2 @@
|
|||||||
CHANGELOG.md
|
CHANGELOG.md
|
||||||
|
Todo.md
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
"condition-layout.product#availability",
|
"condition-layout.product#availability",
|
||||||
"flex-layout.row#description",
|
"flex-layout.row#description",
|
||||||
"flex-layout.row#specifications-title",
|
"flex-layout.row#specifications-title",
|
||||||
|
"example-component",
|
||||||
"product-specification-group#table",
|
"product-specification-group#table",
|
||||||
"shelf.relatedProducts",
|
"shelf.relatedProducts",
|
||||||
"product-questions-and-answers"
|
"product-questions-and-answers"
|
||||||
@ -91,7 +92,7 @@
|
|||||||
"desktop": "auto",
|
"desktop": "auto",
|
||||||
"phone": "16:9"
|
"phone": "16:9"
|
||||||
},
|
},
|
||||||
"displayThumbnailsArrows": true
|
"displayThumbnailsArrows": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"flex-layout.col#right-col": {
|
"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%;
|
0 - 600PX: Phone
|
||||||
min-height: 257px
|
600 - 900px: Table portrait
|
||||||
}
|
900 - 1200px: Tablet landscape
|
||||||
|
[1200 - 1800] is where our nortal styles apply
|
||||||
.stackItem--quickview {
|
1800px + : Big desktop
|
||||||
right: 0;
|
*/
|
||||||
top: 0;
|
/* Media Query M3 */
|
||||||
left: auto;
|
/* Grid breakpoints */
|
||||||
|
.stackItem {
|
||||||
|
display: block;
|
||||||
}
|
}
|
@ -42,3 +42,8 @@
|
|||||||
.newsletter {
|
.newsletter {
|
||||||
background: black;
|
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{
|
.newsletter{
|
||||||
background: black;
|
background: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.carouselGaleryThumbs{
|
||||||
|
background: pink;
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user