21 lines
375 B
SCSS
21 lines
375 B
SCSS
.product-identifier--productReference {
|
|
display: flex;
|
|
justify-content: right;
|
|
|
|
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;
|
|
}
|
|
}
|
|
|
|
.product-identifier__label,
|
|
.product-identifier__separator {
|
|
display: none;
|
|
}
|