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

40 lines
506 B
SCSS
Raw Normal View History

2023-02-01 01:24:50 +00:00
// Breadcrumb
2023-01-24 01:19:28 +00:00
.container {
2023-01-31 17:21:27 +00:00
padding: 14px 36px;
2023-01-31 17:21:27 +00:00
@media screen and (min-width: 1920px) and (max-width: 2560px) {
2023-01-31 00:37:44 +00:00
margin: 0px 356px;
2023-01-31 17:21:27 +00:00
padding: 14px 0;
}
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;
}
2023-02-01 01:24:50 +00:00
// Home
2023-01-24 02:10:03 +00:00
.homeIcon {
display: none;
}
.link::after {
content: "Home";
font-size: 14px;
line-height: 19px;
color: $gray-500;
}
2023-02-01 01:24:50 +00:00
// Outros links
2023-01-24 02:10:03 +00:00
.link--1,
.link--2 {
&::after {
display: none;
}
2023-01-24 01:19:28 +00:00
}
}