16 lines
262 B
CSS
16 lines
262 B
CSS
.installment-product {
|
|
font-family: 'Open Sans', sans-serif;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
margin: 0;
|
|
padding: 0;
|
|
height: 22px;
|
|
color: #929292;
|
|
}
|
|
|
|
.installment-product__strong {
|
|
font-weight: 700;
|
|
}
|