mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-24 17:33:27 +01:00
35 lines
267 B
Text
35 lines
267 B
Text
.tree {
|
|
|
|
}
|
|
|
|
.tree-caption {
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
color: @color-text-highlight;
|
|
}
|
|
|
|
}
|
|
|
|
.tree-placeholder {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
.tree-icon {
|
|
|
|
}
|
|
|
|
.tree-label {
|
|
|
|
}
|
|
|
|
.tree-content {
|
|
padding-left: 16px;
|
|
}
|
|
|