challenge-vtex-io-wellingto.../styles/css/vtex.store-components.css
2023-02-10 21:52:47 -03:00

52 lines
1020 B
CSS

/*
0 - 600PX: Phone
600 - 900px: Table portrait
900 - 1200px: Tablet landscape
[1200 - 1800] is where our nortal styles apply
1800px + : Big desktop
*/
/* Media Query M3 */
/* Grid breakpoints */
.newsletter {
background: black;
color: white;
}
.container .carouselContainer .carouselGaleryCursor .productImagesGallerySwiperContainer .swiperPaginationClickable {
display: none;
}
.container .carouselContainer .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;
}