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

39 lines
576 B
SCSS
Raw Normal View History

.flexRow {
.flexCol {
&--info-availability,
&--rightCol {
position: relative;
}
}
.flexRowContent--productPanel {
2023-02-06 23:47:29 +00:00
margin: 16px 0;
padding: 0 40px;
.stretchChildrenWidth:first-child {
padding: 0;
2023-02-03 00:37:40 +00:00
justify-content: normal;
}
.flexCol--productShowcase {
padding: 0 32px 0 0;
}
}
.flexRowContent--quantityAndBuy {
margin: 0 0 16px;
.stretchChildrenWidth {
width: auto !important;
2023-02-03 00:37:40 +00:00
&:last-child {
flex: 1;
}
}
}
2023-02-06 23:47:29 +00:00
.flexRowContent--productName {
margin: 0;
}
}