mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-10 10:25:36 +01:00
31 lines
No EOL
418 B
Text
31 lines
No EOL
418 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;
|
|
}
|
|
|
|
.main {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 235px;
|
|
flex: 1;
|
|
overflow-y: scroll;
|
|
}
|
|
|
|
.folder {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
} |