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

33 lines
486 B
SCSS
Raw Normal View History

2023-01-26 14:21:37 +00:00
.container {
padding-left: 40px;
display: flex;
align-items: center;
.homeLink {
.homeIcon {
display: none;
}
}
.homeLink::before {
content: 'Home';
2023-01-26 14:21:37 +00:00
font-size: 16px;
color: #929292;
}
.homeLink:hover::before {
color: #0f3e99;
2023-01-26 14:21:37 +00:00
}
.arrow--1 {
.link {
font-size: 0;
}
.link::before {
content: 'Sapatos';
2023-01-26 14:21:37 +00:00
font-size: 16px;
color: #929292;
}
.link:hover::before {
color: #0f3e99;
2023-01-26 14:21:37 +00:00
}
}
}