29 lines
564 B
SCSS
29 lines
564 B
SCSS
// .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;
|
|
}
|
|
}
|
|
}
|
|
}
|