challenge-vtex-io-wellingto.../styles/sass/pages/product/vtex.store-components.scss
2023-02-10 21:52:47 -03:00

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;
}