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

20 lines
362 B
SCSS
Raw Normal View History

2023-01-26 14:21:37 +00:00
.product-identifier {
display: flex;
justify-content: flex-end;
margin-right: 40px;
font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: right;
color: rgba(146, 146, 146, 0.48);
.product-identifier__label,
.product-identifier__separator {
display: none;
}
}