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

33 lines
415 B
SCSS
Raw Normal View History

2023-01-24 01:19:28 +00:00
.container {
margin: 6px 36px;
@media screen and (min-width: 112.5em) {
margin: 6px 356px;
}
2023-01-24 02:10:03 +00:00
.link,
.term {
2023-01-24 01:19:28 +00:00
font-size: 14px;
line-height: 19px;
2023-01-24 02:10:03 +00:00
color: $gray-500;
}
.homeIcon {
display: none;
}
.link::after {
content: "Home";
font-size: 14px;
line-height: 19px;
color: $gray-500;
}
.link--1,
.link--2 {
&::after {
display: none;
}
2023-01-24 01:19:28 +00:00
}
}