jsketcher/web/app/cad/dom/components/FloatView.less
2018-11-26 21:08:11 -08:00

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