jsketcher/modules/ui/styles/global/tree.less
2020-05-30 19:30:05 -07:00

36 lines
308 B
Text

.tree {
line-height: 1.9;
}
.tree-caption {
display: flex;
align-items: center;
cursor: pointer;
&:hover {
color: @on-color-highlight;
}
}
.tree-placeholder {
visibility: hidden;
}
.tree-icon {
padding: 0 5px 0 2px;
}
.tree-label {
}
.tree-content {
padding-left: 16px;
}