challenge-vtex-io/styles/sass/pages/product/vtex.product-summary.scss

57 lines
908 B
SCSS
Raw Permalink Normal View History

.installmentContainer {
background-color: none;
}
.productNameContainer {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
text-align: center;
color: #000000;
}
.nameContainer {
padding:0;
margin-bottom: 8px;
}
.priceContainer {
padding: 0;
}
.price_listPriceContainer {
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: center;
text-decoration-line: line-through;
color: #BABABA;
padding: 0;
margin-bottom: 8px;
}
.imageContainer {
margin-bottom: 16px;
// background-color: #EDEDED;
width: 314.4px;
height: 314.4px;
2023-02-10 21:07:08 +00:00
@media (max-width:376px) {
width: 114px !important;
height: 114px !important;
}
@media (max-width:1024px) {
width: 291px;
height: 291px;
}
.imageNormal {
width: 100%;
height: 100%;
}
}