11 lines
181 B
SCSS
11 lines
181 B
SCSS
|
.product-identifier--productReference {
|
||
|
display: flex;
|
||
|
justify-content: right;
|
||
|
color: gray;
|
||
|
}
|
||
|
|
||
|
.product-identifier__label,
|
||
|
.product-identifier__separator {
|
||
|
display: none;
|
||
|
}
|