47 lines
744 B
SCSS
47 lines
744 B
SCSS
.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%;
|
|
}
|
|
}
|