mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-09 01:44:19 +01:00
36 lines
308 B
Text
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;
|
|
}
|
|
|