challenge-vtex-io-caina/styles/sass/pages/product/vtex.product-summary.scss

18 lines
252 B
SCSS
Raw Normal View History

2023-01-26 21:08:57 +00:00
.nameContainer {
text-align: center;
padding-top: 8px;
padding-bottom: 8px;
min-height: 66px;
2023-01-26 21:08:57 +00:00
.productBrand {
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: $color-black-100;
}
}
.spacer {
display: none;
}