challenge-vtex-io-gabriel-l.../styles/sass/pages/product/vtex.product-identifier.scss

21 lines
310 B
SCSS
Raw Normal View History

2023-02-10 15:35:03 +00:00
.product-identifier__separator {
display: none;
}
.product-identifier__label {
display: none;
}
.product-identifier__value {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: rgba(146, 146, 146, 0.48);
}
.product-identifier {
display: flex;
justify-content: end;
width: 100%;
}