rsuite
Version:
A suite of react components
17 lines (13 loc) • 357 B
text/less
@import '../../styles/common';
// Container styles
// contains: <Container/> <Header/> <Content/> <Footer/> <Sidebar/>
.rs-container {
display: flex;
flex-direction: column;
flex: auto;
// The sidebar only are combined and containers.
// When they combined , change flex-direction value to row.
&-has-sidebar {
flex-direction: row;
}
}