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

29 lines
397 B
SCSS

.homeLink {
.homeIcon {
display: none;
}
&::before {
content: "Home";
font-family: $font-family;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
}
.link--1,
.link--2,
.link--3 {
font-family: $font-family;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}