m3-academy-template-vtexio/storefront/styles/sass/pages/product/vtex.product-summary.scss
Caroline Moran f2a03c53ae first commit
2022-08-11 09:06:07 -04:00

27 lines
467 B
SCSS

.brandName--m3-shelf {
color: #7d7d7d;
font-family: "Roboto", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 16px;
text-transform: capitalize;
text-align: center;
}
.nameContainer--m3-shelf {
margin: 0;
padding: 7px 0;
}
.element--m3-shelf-product {
position: relative;
}
.element--m3-shelf-product :global(.vtex-button) {
background: #292929;
border: none;
border-radius: 5px;
color: $color-white;
}