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

29 lines
344 B
SCSS
Raw Normal View History

.container {
display: flex;
align-items: center;
background-color: white;
.homeLink {
.homeIcon {
display: none;
}
}
.homeLink::before {
content:"Home";
font-size:16px;
}
.arrow--1 {
.Link {
font-size:0;
}
.Link::before {
content:"Sapatos";
font-size: 16px;
}
}
}