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

30 lines
402 B
SCSS

// Prateleira de produtos
// Imagem do produto
.imageWrapper {
height: 314px;
display: flex;
justify-content: center;
align-items: center;
}
// .imageNormal {
// width: 314px;
// height: 314px;
// max-height: 100%;
// }
// Nome do produto
.nameContainer {
padding: 0 0 8px;
.brandName {
font-weight: 400;
font-size: 14px;
line-height: 19px;
color: $black;
}
}