challenge-vtex-io-ueber-james/styles/sass/pages/product/vtex.product-identifier.scss
2023-02-10 11:16:37 -03:00

16 lines
261 B
SCSS

.product-identifier__value
{
font-family: $font-open;
font-weight: 400;
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;
}
}