jsketcher/web/app/cad/dom/components/WebApplication.less
2018-01-17 00:06:31 -08:00

21 lines
No EOL
278 B
Text

@import "~ui/styles/theme";
.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;
}