23 lines
417 B
SCSS
23 lines
417 B
SCSS
.product-identifier--productReference {
|
|
display: flex;
|
|
justify-content: right;
|
|
margin-top: 8px !important;
|
|
margin-bottom: 24px !important;
|
|
font-family: "Open Sans";
|
|
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 {
|
|
font-size: 0;
|
|
}
|
|
|
|
.product-identifier__separator {
|
|
font-size: 0;
|
|
}
|