forgeplus-react/node_modules/rsuite/lib/Container/styles/common.less

17 lines
359 B
Plaintext

@import '../../styles/common';
// Container styles
// contains: <Container/> <Header/> <Content/> <Footer/> <Sidebar/>
.@{ns}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;
}
}