feat(product-image): finalizando breadcrumb e iniciando product-image

This commit is contained in:
Gustavo Rallenson Gonçalves Da Silva 2023-01-29 19:24:33 -03:00
parent 6b6e18f0c6
commit bb39f3d86e
2 changed files with 12 additions and 6 deletions

View File

@ -1,7 +1,8 @@
{
"store.product": {
"children": [
"html#breadcrumb"
"html#breadcrumb",
"condition-layout.product#availability"
]
},
"html#breadcrumb": {

View File

@ -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;
}
}
}