challenge-vtex-io-gabriel-f.../styles/sass/pages/product/vtex.breadcrumb.scss

36 lines
517 B
SCSS

.container {
padding: 0 40px;
margin: 0 auto;
max-width: 96rem;
.homeLink {
.homeIcon {
display: none;
}
}
.homeLink::before {
content: 'Home';
font-size: 16px;
color: #929292;
}
.homeLink:hover::before {
color: #0f3e99;
}
.arrow--1 {
.link {
font-size: 0;
}
.link::before {
content: 'Sapatos';
font-size: 16px;
color: #929292;
}
.link:hover::before {
color: #0f3e99;
}
}
.term {
padding-right: 0;
}
}