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

26 lines
440 B
SCSS
Raw Normal View History

.container--testebread {
margin-left: 40px;
margin-right: 40px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
.homeIcon--testebread {
display: none;
}
.homeLink--testebread {
vertical-align: top;
&::after {
content: "Home";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
}
}