jsketcher/web/app/cad/dom/components/FloatView.less
2020-05-19 01:48:19 -07:00

41 lines
No EOL
521 B
Text

@import "~ui/styles/theme.less";
.root {
display: flex;
svg {
path {
stroke: white;
}
width: 16px;
height: 16px;
}
}
.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;
}