forked from M3-Academy/challenge-vtex-io
feat(product-image): finalizando breadcrumb e iniciando product-image
This commit is contained in:
parent
6b6e18f0c6
commit
bb39f3d86e
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"store.product": {
|
"store.product": {
|
||||||
"children": [
|
"children": [
|
||||||
"html#breadcrumb"
|
"html#breadcrumb",
|
||||||
|
"condition-layout.product#availability"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"html#breadcrumb": {
|
"html#breadcrumb": {
|
||||||
|
@ -1,8 +1,10 @@
|
|||||||
.container{
|
.container{
|
||||||
padding: 0 40px 16px;
|
padding: 0 40px 16px;
|
||||||
|
|
||||||
.term,.termArrow{
|
.term,.termArrow{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.term,.arrow,.homeLink{
|
.term,.arrow,.homeLink{
|
||||||
font-family: 'Open Sans',sans-serif;
|
font-family: 'Open Sans',sans-serif;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
@ -11,12 +13,15 @@
|
|||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
color: $color-gray6;
|
color: $color-gray6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.homeLink{
|
.homeLink{
|
||||||
&::before{
|
&::before{
|
||||||
content: "HOME";
|
content: "HOME";
|
||||||
}
|
}
|
||||||
|
|
||||||
.homeIcon{
|
.homeIcon{
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user