19 lines
340 B
SCSS
19 lines
340 B
SCSS
|
.product-identifier {
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
|
||
|
font-family: "Open Sans", sans-serif;
|
||
|
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,
|
||
|
.product-identifier__separator {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|