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

41 lines
688 B
SCSS

.container {
align-items: center;
@media (min-width: 2560px) {
margin: 0 320px;
}
.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;
@media (min-width: 2560px) {
vertical-align: super;
}
}
.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;
}
}
}