mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
34 lines
No EOL
436 B
Text
34 lines
No EOL
436 B
Text
@import "~ui/styles/theme.less";
|
|
|
|
.root {
|
|
display: flex;
|
|
}
|
|
|
|
.tabs {
|
|
position: relative;
|
|
border-right: 1px solid @border-color;
|
|
background-color: @bg-color-alt;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.tabs button {
|
|
display: block;
|
|
font-size: 13px;
|
|
}
|
|
|
|
.folder {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.folderContent {
|
|
flex: 1;
|
|
display: flex;
|
|
width: 235px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.folderContent > * {
|
|
flex: 1;
|
|
} |