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

31 lines
386 B
SCSS
Raw Normal View History

.container {
padding: 0 40px;
margin-bottom: 16px;
.homeIcon {
display: none;
}
.homeLink {
&::after {
content: "Home";
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
}
}
.link,
.term {
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
2023-01-31 11:16:49 +00:00
.link,
.term {
2023-01-31 11:16:49 +00:00
color: #929292;
}
}