challenge-vtex-io-ana-carol.../styles/sass/pages/product/flex-layout/vtex.flex-layout.scss

45 lines
993 B
SCSS

//product-images
.flexRowContent {
padding: 0;
margin: 0;
column-gap: 32px;
}
.flexCol--stack-layout-content {
width: 100% !important;
}
//Botao add Cart
.flexRow {
.flexRowContent {
.stretchChildrenWidth {
:global(.vtex-button):first-child {
background: #000000;
padding: 12px 64px;
height: 49px;
border: none;
border-radius: 0;
@media (max-width: 768px) and (min-width: 375px) {
height: 74px;
margin-top: 10px;
}
:global(.vtex-button__label) {
:global(.vtex-add-to-cart-button-0-x-buttonDataContainer) {
font-size: 0;
}
:global(.vtex-add-to-cart-button-0-x-buttonDataContainer)::after {
content: "ADICIONAR À SACOLA";
font-family: "Open Sans", sans-serif;
color: #ffffff;
font-weight: 400;
font-size: 18px;
line-height: 25px;
}
}
}
}
}
}