30 lines
544 B
SCSS
30 lines
544 B
SCSS
.product-identifier--productReference {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding-right: 40px;
|
|
|
|
@media (max-width:1024px) {
|
|
display: block;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.product-identifier__label,
|
|
.product-identifier__separator {
|
|
display: none;
|
|
}
|
|
|
|
.product-identifier__value {
|
|
font-family: 'Open Sans';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
/* identical to box height */
|
|
|
|
text-align: right;
|
|
|
|
color: #9292927a;
|
|
}
|
|
}
|
|
|
|
.product-identifier__value {} |