wix-style-react
Version:
20 lines (16 loc) • 308 B
CSS
.rowLayout {
-st-states: stretchViewsVertically;
margin-left: -15px;
margin-right: -15px;
}
.rowLayout:stretchViewsVertically .columnRoot {
display: flex;
flex-direction: column;
}
.rowRoot:not(:last-child) {
margin-bottom: 30px;
}
.columnRoot {
padding-right: 15px;
padding-left: 15px;
}