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

26 lines
325 B
SCSS

.container {
display: flex;
align-items: center;
flex-wrap: wrap;
margin-left: 40px;
.homeLink {
padding: 0;
}
.homeLink::before {
content: "Home";
}
.homeIcon {
display: none;
}
.link,
.term {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
}