8 lines
131 B
SCSS
8 lines
131 B
SCSS
.sellingPrice {
|
|
font-family: $font-family;
|
|
font-weight: 700;
|
|
font-size: 25px;
|
|
line-height: 38px;
|
|
color: $color-black0;
|
|
}
|