9 lines
157 B
SCSS
9 lines
157 B
SCSS
|
.sellingPriceValue{
|
||
|
font-family: $font-family;
|
||
|
font-style: normal;
|
||
|
font-weight: 700;
|
||
|
font-size: 25px;
|
||
|
line-height: 38px;
|
||
|
color: $color-black0;
|
||
|
}
|