13 lines
193 B
SCSS
13 lines
193 B
SCSS
|
|
.product-identifier__value
|
|
{
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
color: #9292927a;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
@include mq (md, max) {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|