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

43 lines
603 B
SCSS
Raw Normal View History

2023-01-31 21:26:49 +00:00
.container {
padding-left: 40px;
display: flex;
align-items: center;
2023-02-08 00:22:01 +00:00
@media (max-width: 1024px){
margin-bottom: 16px;
}
2023-01-31 21:26:49 +00:00
.homeLink {
.homeIcon {
display: none;
}
}
2023-01-31 21:26:49 +00:00
.homeLink::before {
content: 'Home';
font-size: 16px;
2023-01-31 21:26:49 +00:00
color: #929292;
}
.homeLink:hover::before {
color: #0f3e99;
}
.arrow--1 {
2023-01-31 21:26:49 +00:00
.link {
font-size: 0;
}
2023-01-31 21:26:49 +00:00
.link::before {
content: 'Sapatos';
font-size: 16px;
2023-01-31 21:26:49 +00:00
color: #929292;
}
.link:hover::before {
color: #0f3e99;
}
}
}
2023-02-03 18:33:31 +00:00
.termArrow{
display: none;
}
.term{
display: none;
}