challenge-vtex-io-amanda-al.../styles/sass/pages/product/vtex.breadcrumb.scss

43 lines
508 B
SCSS

.container {
display: flex;
align-items: center;
padding: 0 40px;
}
.homeLink {
&::after {
content: "Home";
font-size: 14px;
padding-right: 0.25rem;
}
}
.homeIcon,
.termArrow,
.term {
display: none;
}
.link--1 {
font-size: 0;
height: 23px;
}
.link--1 {
&::after {
content: "Sapatos";
font-size: 14px;
padding-right: 0.25rem;
}
}
:global(.vtex-breadcrumb-1-x-container) {
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
.arrow {
padding: 0;
}