challenge-vtex-io-Patrick-R.../styles/sass/pages/product/vtex.flex-layout.scss
2023-02-08 23:39:36 -03:00

38 lines
719 B
SCSS

.flexRowContent--product-container {
margin: 0;
padding: 16px 40px;
}
.flexRowContent--addToBag {
.stretchChildrenWidth {
&:first-child {
padding: 0;
width: 128px !important;
}
&:last-child {
padding-left: 10px;
width: unset !important;
flex: 1;
:global(.vtex-button) {
background-color: #000000;
border: none;
height: 49px;
box-sizing: border-box;
}
}
}
}
: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;
}
}