forked from M3-Academy/challenge-vtex-io
30 lines
549 B
CSS
30 lines
549 B
CSS
.product-identifier--productReference {
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
.product-identifier__label,
|
|
.product-identifier__separator {
|
|
display: none;
|
|
}
|
|
|
|
.product-identifier__value {
|
|
text-align: right;
|
|
position: absolute;
|
|
right: 0;
|
|
margin-right: 40px;
|
|
}
|
|
|
|
.product-identifier--productReference {
|
|
position: relative;
|
|
font-family: "Open Sans";
|
|
text-align: right;
|
|
display: flex;
|
|
align-self: flex-end;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
text-align: right;
|
|
color: rgba(146, 146, 146, 0.48);
|
|
}
|