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

25 lines
301 B
SCSS
Raw Normal View History

2023-01-27 14:41:29 +00:00
.flexRowContent {
padding: 0;
margin:0;
}
2023-01-31 20:29:57 +00:00
.flexCol--stack {
padding-left: 40px;
}
.flexCol--right-col {
padding-right: 40px;
}
.stretchChildrenWidth {
width:0;
}
2023-02-10 14:58:13 +00:00
@media (min-width:768px) and (max-width:1024px) {
.flexRowContent {
display: flex;
2023-02-10 14:58:13 +00:00
flex-direction: column;
}
}