mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-30 19:19:20 +01:00
17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
@import (reference) "../../../core/client/less/mt-var.less";
|
|
|
|
json-tree {
|
|
json-node.expandable {
|
|
&::before {
|
|
content: '\25b6';
|
|
position: absolute;
|
|
left: 0;
|
|
top: 2px;
|
|
font-size: 10px;
|
|
transition: transform .1s ease;
|
|
}
|
|
}
|
|
.branch-preview {
|
|
max-width: 80%;
|
|
}
|
|
} |