40 lines
539 B
SCSS
40 lines
539 B
SCSS
|
|
.flexRowContent--product-main {
|
|
gap: 32px;
|
|
padding: 0;
|
|
margin: 0;
|
|
// 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;
|
|
}
|
|
}
|
|
|
|
|