mirror of https://github.com/portainer/portainer
31 lines
501 B
CSS
31 lines
501 B
CSS
![]() |
/* json-tree override */
|
||
|
.json-tree,
|
||
|
json-tree {
|
||
|
font-size: 13px;
|
||
|
color: var(--blue-5);
|
||
|
}
|
||
|
|
||
|
.json-tree .key,
|
||
|
json-tree .key {
|
||
|
color: var(--text-json-tree-color);
|
||
|
}
|
||
|
|
||
|
json-tree .key {
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
|
||
|
.json-tree .branch-preview,
|
||
|
json-tree .branch-preview {
|
||
|
color: var(--text-json-tree-branch-preview-color);
|
||
|
font-style: normal;
|
||
|
font-size: 11px;
|
||
|
opacity: 0.5;
|
||
|
}
|
||
|
|
||
|
.json-tree .leaf-value,
|
||
|
json-tree .leaf-value {
|
||
|
color: var(--text-json-tree-leaf-color);
|
||
|
}
|
||
|
|
||
|
/* !json-tree override */
|