72 lines
835 B
SCSS
72 lines
835 B
SCSS
.container {
|
|
width: 100%;
|
|
background-color: white;
|
|
font-size: 14px;
|
|
color: $color-gray6;
|
|
// padding-left: 40px;
|
|
|
|
// @media screen and (min-width: 2500) {
|
|
// margin-left: 521px;
|
|
// font-size: 20px;
|
|
|
|
// }
|
|
|
|
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|