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

26 lines
267 B
SCSS
Raw Normal View History

.stack-layout {
background-color: yellow;
}
2023-01-27 14:41:29 +00:00
.flexRowContent {
padding: 0;
margin:0;
}
2023-01-27 14:41:29 +00:00
.content-main {
background-color: red;
}
2023-01-31 20:29:57 +00:00
.flexCol--stack {
padding-left: 40px;
}
.flexCol--right-col {
padding-right: 40px;
}
.stretchChildrenWidth {
width:0;
}