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

68 lines
730 B
SCSS

.container {
width: 100%;
background-color: white;
font-size: 14px;
color: $color-gray6;
padding-left: 40px;
.homeLink {
visibility: hidden;
position: relative;
margin-right: 16px;
&::after {
visibility: visible;
display: block;
content: "Home";
position: absolute;
top: 20%;
}
}
.link--1 {
font-size: 0;
margin-left: 16px;
&::after {
visibility: visible;
display: block;
content: "Sapatos";
font-size: 14px;
}
}
.link--2 {
margin-left: 16px;
}
.termArrow,
.term {
display: none;
}
}
.carouselGaleryThumbs {
.productImagesThumb {
.thumbImg {
height: 90px;
}
}
}