18 lines
342 B
SCSS
18 lines
342 B
SCSS
|
.product-identifier--productReference{
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
margin-bottom: 16px;
|
||
|
|
||
|
.product-identifier__label, .product-identifier__separator{
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.product-identifier__value{
|
||
|
font-weight: 400;
|
||
|
font-size: 14px;
|
||
|
line-height: 19px;
|
||
|
text-align: right;
|
||
|
color: rgba(146, 146, 146, 0.48);
|
||
|
}
|
||
|
}
|