jsketcher/web/app/cad/dom/components/FloatView.less
2019-02-24 14:43:19 -08:00

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;
}