14 lines
235 B
CSS
14 lines
235 B
CSS
.containerProductReference{
|
|
display: flex;
|
|
justify-content: right;
|
|
margin-bottom: 16px;
|
|
}
|
|
|
|
.productReference{
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
text-align: right;
|
|
color: rgba(146, 146, 146, 0.48);
|
|
}
|