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": { "store.product": {
"children": [ "children": [
"html#breadcrumb" "html#breadcrumb",
"condition-layout.product#availability"
] ]
}, },
"html#breadcrumb": { "html#breadcrumb": {

View File

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