challenge-vtex-io-emersonfully/styles/sass/pages/product/vtex.product-identifier.scss
2023-02-09 12:32:27 -03:00

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;
}