15 lines
210 B
SCSS
15 lines
210 B
SCSS
.product-identifier {
|
|
position: absolute;
|
|
top: 42px;
|
|
right: 40px;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: $color-gray8;
|
|
|
|
&__label,
|
|
&__separator {
|
|
display: none;
|
|
}
|
|
}
|