14 lines
204 B
SCSS
14 lines
204 B
SCSS
.product-identifier {
|
|
&__label, &__separator {
|
|
display: none;
|
|
}
|
|
|
|
&__value {
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: $gray-550;
|
|
}
|
|
}
|