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

46 lines
566 B
SCSS
Raw Normal View History

.container {
padding: 0 40px;
margin: 32px 0 0;
.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-gray6;
}
.termArrow,
.term {
display: none;
}
}