41 lines
532 B
Text
41 lines
532 B
Text
@import "variables.less";
|
|
|
|
.tree {
|
|
padding: 15px;
|
|
}
|
|
|
|
.tree li {
|
|
list-style: none;
|
|
margin: 2px 0px;
|
|
}
|
|
|
|
ul.tree-children {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
.tree-link {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tree-link.active i {
|
|
color: @indicator-blue !important;
|
|
}
|
|
|
|
.tree-hover {
|
|
background-color: @panel-bg;
|
|
min-height: 20px;
|
|
border: 1px solid @border-color;
|
|
}
|
|
|
|
.tree-node-toolbar {
|
|
display: inline-block;
|
|
padding: 0px 5px;
|
|
margin-left: 15px;
|
|
margin-bottom: -4px;
|
|
}
|
|
|
|
@media (max-width: @screen-xs) {
|
|
ul.tree-children {
|
|
padding-left: 10px;
|
|
}
|
|
}
|