jsketcher/modules/ui/components/Folder.less
2018-07-03 00:28:28 -07:00

17 lines
No EOL
276 B
Text

@import "~ui/styles/theme.less";
.root {
background-color: @bg-color-alt;
}
.title {
border-bottom: 1px solid @border-color;
background-color: @bg-color;
padding: 0.3rem 0.6rem;
line-height: 1.7;
}
.handle {
font-size: 0.8rem;
color: @font-color-suppressed;
}