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

24 lines
351 B
SCSS
Raw Normal View History

2023-01-25 17:53:15 +00:00
.container {
padding: 0;
font-size: 14px;
2023-01-25 17:53:15 +00:00
.homeIcon {
display: none;
}
.homeLink {
padding-left: 0;
&::before {
content: "Home";
font-size: 14px;
line-height: 19px;
color: #929292;
2023-01-25 17:53:15 +00:00
}
}
}
.agenciamagma-store-theme-5-x-html--prateleira {
display: flex;
flex-direction: column;
height: 100%;
}