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

56 lines
917 B
SCSS
Raw 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;
.imageNormal {
width: 100%;
height: 100%;
}
}
2023-02-10 14:58:13 +00:00
@media (min-width:768px) and (max-width:1024px) {
.imageContainer {
margin-bottom: 16px;
// background-color: #EDEDED;
width: 200px;
height: 200px;
}
}