challenge-vtex-io-carlos-wi.../styles/sass/pages/product/vtex.flex-layout.scss

29 lines
564 B
SCSS
Raw Normal View History

2023-01-25 20:47:56 +00:00
// .flexRow {
// width: auto;
// padding: 0 40px;
// }
.flexRow--buyButton {
width: 100%;
.flexRowContent--buyButton {
margin: 0;
:global(.vtex-button) {
background-color: black;
height: 49px;
border: none;
}
:global(.vtex-add-to-cart-button-0-x-buttonText) {
font-size: 0;
&::after {
content: "ADICIONAR À SACOLA";
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
color: #ffffff;
}
}
}
}