9 lines
164 B
CSS
9 lines
164 B
CSS
|
.pixDiscount {
|
||
|
/* background-color: red; */
|
||
|
margin: 0;
|
||
|
/* font-family: "Open Sans"; */
|
||
|
font-weight: 700;
|
||
|
font-size: 18px;
|
||
|
color: rgba(0, 0, 0, 0.58);
|
||
|
}
|