challenge-vtex-io-saulo-klein/styles/sass/pages/product/vtex.flex-layout.scss

16 lines
254 B
SCSS
Raw Normal View History

.flexRow {
.flexRowContent--productPanel {
margin: 16px 0 0;
padding: 0 40px;
position: relative;
.stretchChildrenWidth:first-child {
padding: 0;
.flexCol--productShowcase {
margin: 0 32px 0 0;
}
}
}
}