challenge-vtex-io-vitor-soares/styles/sass/pages/vtex.breadcrumb.scss

39 lines
419 B
SCSS
Raw Normal View History

2023-01-25 22:35:24 +00:00
.homeIcon {
display: none;
}
.arrow--1 {
.caretIcon {
display: none;
}
}
.link--1 {
font-size: 0px;
&::after {
content: "Home";
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: $gray;
}
}
.link--2 {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: $gray;
}
.term {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: $gray;
}