mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
21 lines
No EOL
283 B
Text
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;
|
|
} |