jsketcher/web/app/cad/dom/components/AppTabs.less
2018-07-03 00:28:28 -07:00

21 lines
No EOL
283 B
Text

@import "~ui/styles/theme.less";
.root {
height: 100%;
display: flex;
flex-direction: column;
}
.content {
display: flex;
flex-direction: column;
flex: 1;
& > * {
flex: 1;
}
position: relative;
}
.contentSwitcher {
border-top: 1px solid @border-color;
}