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

15 lines
210 B
SCSS
Raw Normal View History

.product-identifier {
position: absolute;
2023-02-06 23:47:29 +00:00
top: 42px;
right: 40px;
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: $color-gray8;
&__label,
&__separator {
display: none;
}
}