challenge-vtex-io-andrea-ma.../styles/sass/pages/product/vtex.product-identifier.scss

24 lines
470 B
SCSS
Raw Normal View History

.product-identifier--productReference {
display: flex;
justify-content: flex-end;
// background-color: yellow;
margin-bottom: 24px;
@include mq(lg, max) {
justify-content: flex-start;
}
.product-identifier__label,
.product-identifier__separator {
display: none;
}
.product-identifier__value {
// font-family: "Open Sans";
// font-weight: 400;
font-size: 14px;
line-height: 19px;
color: rgba(146, 146, 146, 0.48);
}
}