forked from M3-Academy/challenge-vtex-io
82 lines
1.4 KiB
SCSS
82 lines
1.4 KiB
SCSS
.newsletter {
|
|
background: black;
|
|
color: white;
|
|
}
|
|
|
|
// Bloco do produto
|
|
.container {
|
|
.product-images {
|
|
// display: block;
|
|
}
|
|
|
|
// Bloco das imagens
|
|
.carouselContainer {
|
|
// Bloco das miniaturas
|
|
.carouselGaleryThumbs {
|
|
// Miniaturas individuais
|
|
.productImagesThumb {
|
|
}
|
|
}
|
|
|
|
.carouselGaleryCursor {
|
|
// width: 50% !important;
|
|
// order: 1;
|
|
.productImagesGallerySwiperContainer {
|
|
.productImagesGallerySlide {
|
|
.productImage {
|
|
.productImageTag--main {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.productImagesGallerySwiperContainer {
|
|
.swiperPaginationClickable {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.flexColChild {
|
|
.productBrand {
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
text-align: right !important;
|
|
color: #575757;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.flexCol {
|
|
.flexColChild {
|
|
.flexRowContent {
|
|
justify-content: end !important;
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.productBrand--quickview {
|
|
display: flex;
|
|
justify-content: end;
|
|
font-family: "Open Sans";
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
line-height: 34px;
|
|
text-align: right;
|
|
color: #575757;
|
|
}
|
|
|
|
.productImageTag {
|
|
height: 664px;
|
|
width: 664px;
|
|
}
|
|
|
|
.sellingPriceValue {
|
|
display: none;
|
|
}
|