20 lines
362 B
SCSS
20 lines
362 B
SCSS
.product-identifier {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-right: 40px;
|
|
|
|
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;
|
|
}
|
|
}
|