challenge-vtex-io-andrea-ma.../styles/sass/partials/breadcrumb/vtex.breadcrumb.scss

42 lines
582 B
SCSS
Raw Normal View History

2023-01-26 01:36:07 +00:00
.container {
// background: green;
padding: 0 40px 16px;
.link,
.term {
font-size: 14px;
line-height: 19px;
color: #929292;
padding: 2px 12px;
&:first-child {
padding: 0;
margin-right: 12px;
}
}
.arrow {
padding: 0;
}
.homeLink {
position: relative;
// background-color: yellow;
.homeIcon {
visibility: hidden;
width: 37.35px;
height: 19px;
}
&::after {
content: "Home";
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
}
}