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

36 lines
517 B
SCSS
Raw Normal View History

2023-01-26 14:21:37 +00:00
.container {
2023-02-10 13:44:40 +00:00
padding: 0 40px;
margin: 0 auto;
max-width: 96rem;
2023-01-26 14:21:37 +00:00
.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
}
}
.term {
padding-right: 0;
}
2023-01-26 14:21:37 +00:00
}