challenge-vtex-io-eleonora-otz/styles/sass/pages/product/vtex.product-identifier.scss

24 lines
335 B
SCSS
Raw Normal View History

2023-01-25 02:22:27 +00:00
2023-02-01 01:24:50 +00:00
// Código de identificação do produto
2023-01-25 02:22:27 +00:00
.product-identifier {
&__label {
display: none;
}
&__separator {
display: none;
}
&__value {
display: flex;
justify-content: end;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: right;
color: rgba(146, 146, 146, 0.48);
}
}