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

26 lines
507 B
SCSS
Raw Permalink Normal View History

.product-identifier--productReference {
display: flex;
justify-content: flex-end;
// padding-right: 40px;
@media (max-width:1024px) {
display: block;
padding-right: 0;
padding-bottom: 24px;
}
.product-identifier__label,
.product-identifier__separator {
display: none;
}
.product-identifier__value {
font-family: $font-family;
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
text-align: right;
color: #9292927a;
}
}