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": {
|
||||
"children": [
|
||||
"html#breadcrumb"
|
||||
"html#breadcrumb",
|
||||
"condition-layout.product#availability"
|
||||
]
|
||||
},
|
||||
"html#breadcrumb": {
|
||||
|
@ -1,8 +1,10 @@
|
||||
.container{
|
||||
padding: 0 40px 16px;
|
||||
.term,.termArrow{
|
||||
display: none;
|
||||
}
|
||||
padding: 0 40px 16px;
|
||||
|
||||
.term,.termArrow{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.term,.arrow,.homeLink{
|
||||
font-family: 'Open Sans',sans-serif;
|
||||
font-style: normal;
|
||||
@ -11,12 +13,15 @@
|
||||
line-height: 19px;
|
||||
color: $color-gray6;
|
||||
}
|
||||
|
||||
.homeLink{
|
||||
&::before{
|
||||
content: "HOME";
|
||||
}
|
||||
.homeIcon{
|
||||
|
||||
.homeIcon{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user