30 lines
441 B
SCSS
30 lines
441 B
SCSS
/* .product-identifier--productReference {
|
|
margin-bottom: 1rem;
|
|
} */
|
|
|
|
// .info-availability {
|
|
// display: flex;
|
|
// align-self: flex-end;
|
|
// }
|
|
|
|
.product-identifier {
|
|
|
|
&__label {
|
|
display: none;
|
|
}
|
|
|
|
&__separator {
|
|
display: none;
|
|
}
|
|
|
|
&__value {
|
|
display: flex;
|
|
justify-content: end;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
text-align: right;
|
|
color: rgba(146, 146, 146, 0.48);
|
|
}
|
|
}
|