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