19 lines
416 B
SCSS
19 lines
416 B
SCSS
.product-identifier--productReference {
|
|
margin: 8px 0 0;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: $color-gray8;
|
|
|
|
@include mq(lg, max) {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
:global(.vtex-product-identifier-0-x-product-identifier__label),
|
|
:global(.vtex-product-identifier-0-x-product-identifier__separator) {
|
|
display: none;
|
|
}
|
|
}
|