challenge-vtex-io/styles/sass/pages/product/vtex.add-to-cart-button.scss

31 lines
579 B
SCSS

// .flexRow--m3-buyButton {
// width: 100%;
// .buttonText {
// font-family: 'Open Sans';
// font-style: normal;
// font-weight: 400;
// font-size: 18px;
// line-height: 25px;
// display: flex;
// align-items: center;
// text-align: center;
// color: #FFFFFF;
// }
// :global(.vtex-button) {
// background-color: black;
// height: 49px;
// }
// }
.m3-buyButton {
:global(.vtex-button) {
background-color: black;
height: 49px;
}
}
.m3-boxBuy {
display: flex;
flex-direction: row;
background-color: green;
}