2023-02-09 00:15:54 +00:00
|
|
|
.product-identifier--productReference {
|
|
|
|
display: flex;
|
|
|
|
justify-content: right;
|
2023-02-09 15:32:27 +00:00
|
|
|
|
|
|
|
font-family: $font-family;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: $color-gray7;
|
|
|
|
|
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
|
justify-content: left;
|
|
|
|
}
|
2023-02-09 00:15:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.product-identifier__label,
|
|
|
|
.product-identifier__separator {
|
|
|
|
display: none;
|
|
|
|
}
|