jsketcher/modules/ui/components/Folder.less
2020-06-20 21:53:23 -07:00

16 lines
No EOL
237 B
Text

@import "~ui/styles/theme.less";
.root {
}
.title {
border-bottom: 1px solid @border-color;
background-color: @bg-base-color;
padding: 3px 6px;
line-height: 1.7;
}
.handle {
font-size: 8px;
color: @font-color-suppressed;
}