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

41 lines
664 B
SCSS
Raw Normal View History

.container--testebread {
margin-left: 40px;
margin-right: 40px;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
2023-01-24 18:13:48 +00:00
color: $color-gray6;
.homeIcon--testebread {
display: none;
}
.homeLink--testebread {
vertical-align: top;
&::after {
content: "Home";
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
}
2023-01-24 18:13:48 +00:00
.arrow--testebread--1 {
font-size: 0;
&::after {
content: "Sapatos";
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
}
.termArrow--testebread,
.term--testebread {
display: none;
}
}