challenge-vtex-io-ueber-james/styles/sass/pages/product/vtex.product-identifier.scss

14 lines
214 B
SCSS
Raw Normal View History

.product-identifier__value
{
font-size: 14px;
line-height: 19px;
color: #9292927a;
display: flex;
justify-content: flex-end;
margin-bottom: 24px;
@include mq (md, max) {
justify-content: flex-start;
}
}