challenge-vtex-io-marcelllo.../styles/css/vtex.store-components.css

75 lines
1.1 KiB
CSS
Raw Normal View History

/*
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 */
2023-02-10 15:47:25 +00:00
.skuSelectorContainer {
display: flex;
flex-direction: column-reverse;
}
.vtex-flex-layout-0-x-stretchChildrenWidth {
width: 46.11% !important;
}
.relative :first-child {
min-width: 100%;
}
.productImage {
height: 664px;
}
.productImageTag {
min-height: 100%;
}
.productImageTag--main {
width: unset !important;
min-height: 100% !important;
max-height: unset !important;
}
.figure {
width: 90px;
height: 90px;
}
.productImagesThumb {
width: 90px !important;
height: 90px !important;
margin-right: 16px;
}
.carouselThumbBorder {
width: 90px;
height: 90px;
}
.thumbImg {
width: 90px;
height: 90px;
border-radius: 8px !important;
2023-02-10 22:33:02 +00:00
}
.productDescriptionTitle {
font-weight: 400;
font-size: 24px;
line-height: 32px;
color: #575757;
}
.productDescriptionText {
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #929292;
2023-02-11 01:15:06 +00:00
}
.discountInsideContainer {
display: none;
}