Develop #6

Merged
Gustavo_Rallenson_Goncalves_Da_Silva merged 70 commits from Develop into master 2023-02-10 10:36:40 +00:00
2 changed files with 12 additions and 6 deletions
Showing only changes of commit bb39f3d86e - Show all commits

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