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

44 lines
552 B
SCSS

.container {
padding: 0 0 16px 40px;
.homeLink {
&::before {
content: "Home";
}
.homeIcon {
display: none;
}
}
.arrow--1,
.arrow--2 {
font-size: 0;
&::after {
font-size: 12px;
}
}
.arrow--1::after {
content: "Sapatos";
}
.arrow--2::after {
content: "Sandálias";
}
.homeLink::before,
.arrow--1::after,
.arrow--2::after {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: $color-gray7;
}
.termArrow,
.term {
display: none;
}
}