forked from M3-Academy/challenge-vtex-io
16 lines
279 B
SCSS
16 lines
279 B
SCSS
//Código de referência Produto
|
|
|
|
.product-identifier__label,
|
|
.product-identifier__separator {
|
|
display: none;
|
|
}
|
|
|
|
.product-identifier__value {
|
|
float: right;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
text-align: right;
|
|
color: rgba(146, 146, 146, 0.48);
|
|
}
|