RSS Git Download  Clone
Raw Blame History 381B 25 lines
json-tree > json-node > ul {
    margin: 0;
}

json-tree * {
    font-size: 13px !important;
}

json-tree > json-node > span.key {
    position: relative;
    top: -8px;
}

/*
json-tree json-node.expandable::before {
    font-family: 'Font Awesome 5 Free';
    content: "\f07b";
}

json-tree json-node.expandable.expanded::before {
    content: "\f07c";
    transform: none;
}
 */