challenge-vtex-io-ueber-james/styles/sass/pages/product/vtex.flex-layout.scss

40 lines
539 B
SCSS
Raw Normal View History

.flexRowContent--product-main {
gap: 32px;
padding: 0;
margin: 0;
2023-02-08 02:55:02 +00:00
// padding-left: 40px;
// padding-right: 40px;
.stretchChildrenWidth {
padding: 0;
}
}
// quantity
.flexRow--size-buy-button{
width: 100%;
height: 49px;
margin: 0;
.flexRowContent--size-buy-button {
height: 49px;
width: 100%;
margin: 0;
}
}
.flexRowContent--size-buy-button :global(.vtex-button) {
background: $color-black2;
border: none;
border-radius: 0;
width: 100%;
@include mq (md, max) {
width: 780px;
}
}