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

29 lines
344 B
SCSS

.container {
margin: 8px 40px;
.link,
.term {
font-size: 14px;
line-height: 19px;
color: $gray-500;
}
.homeIcon {
display: none;
}
.link::after {
content: "Home";
font-size: 14px;
line-height: 19px;
color: $gray-500;
}
.link--1,
.link--2 {
&::after {
display: none;
}
}
}