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

16 lines
261 B
SCSS
Raw Normal View History

.product-identifier__value
{
2023-02-10 14:16:37 +00:00
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;
}
}