challenge-vtex-io-Adilson-F.../styles/sass/pages/product/vtex.breadcrumb.scss

13 lines
243 B
SCSS
Raw Normal View History

.container{
background-color: $color-white;
font-weight: 700;
font-size: 14px;
line-height: 19px;
.homeIcon{
display: none;
}
.homeLink::after{
content: 'Home';
display: inline-block;
}
}