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

36 lines
567 B
SCSS

.container {
align-items: center;
.homeLink {
padding: 0;
.homeIcon {
display: none;
}
}
.homeLink::before {
content: "Home";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
.arrow--1 {
.link {
font-size: 0;
}
.link::before {
content: "Sapatos";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
}
}