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

50 lines
687 B
SCSS
Raw Normal View History

:global(.vtex-breadcrumb-1-x-container){
padding: 0 40px;
2023-01-26 12:14:04 +00:00
display: inline-block;
vertical-align: middle;
}
2023-01-21 16:01:27 +00:00
.homeIcon, .caretIcon{
display: none;
}
.termArrow, .arrow{
&::before{
content: ">";
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
2023-01-26 12:14:04 +00:00
padding: 0 6px;
2023-01-21 16:01:27 +00:00
}
}
2023-01-26 12:14:04 +00:00
.arrow{
padding: 0;
}
2023-01-21 16:01:27 +00:00
.link, .term{
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: #929292;
2023-01-26 12:14:04 +00:00
padding: 0;
2023-01-21 16:01:27 +00:00
}
.homeLink {
&::after{
2023-01-26 12:14:04 +00:00
content: "Home ";
2023-01-21 16:01:27 +00:00
font-weight: 400;
font-size: 14px;
line-height: 19px;
}
}
2023-01-25 21:45:51 +00:00
@media screen and (min-width: 1920px) {
:global(.vtex-breadcrumb-1-x-container){
padding: 0 360px;
}
}