11 lines
137 B
CSS
11 lines
137 B
CSS
|
.sellingPrice{
|
||
|
font-weight: 400;
|
||
|
font-size: 16px;
|
||
|
line-height: 22px;
|
||
|
color: #929292;
|
||
|
}
|
||
|
|
||
|
.sellingPriceBold{
|
||
|
font-weight: 700;
|
||
|
}
|