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

27 lines
450 B
SCSS
Raw Normal View History

.container {
margin-left: 40px;
.homeIcon {
display: none;
}
.Link,
.term {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
.homeLink {
&::after {
content: "Home";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
}
}