challenge-vtex-io-ana-carol.../styles/sass/pages/product/flex-layout/vtex.flex-layout.scss

41 lines
653 B
SCSS

//product-images
.flexRowContent {
padding: 0;
margin: 0;
column-gap: 32px;
}
.stretchChildrenWidth {
padding: 0;
@media (max-width: 1920px) and (min-width: 1024px) {
width: 100% !important;
}
}
.flexCol--stack-layout-content {
width: 100% !important;
}
.flexRowContent--product-main-content {
@media (max-width: 1920px) and (min-width: 1024px) {
display: grid;
grid-template-columns: 48.819% 48.819%;
}
}
// dados produto
.flexColChild {
.PriceContent {
margin: 0;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #929292;
& :nth-child(1n) {
font-weight: 700;
}
}
}