challenge-vtex-io-thiago-dutra/styles/sass/pages/product/vtex.store-components.scss

20 lines
350 B
SCSS
Raw Normal View History

2023-01-22 20:32:36 +00:00
.container {
.productBrand {
display: flex;
justify-content: flex-end;
}
.productBrand--quickview {
font-family: "Open Sans", sans-serif;
font-weight: 300;
font-size: 20px;
line-height: 34px;
margin-top: 0px;
color: #575757;
}
}
.product-identifier__label,
.product-identifier__separator {
display: none;
}