1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00
portainer/app/react/components/JsonTree.module.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
444 B
CSS
Raw Normal View History

/* json-tree override */
.json-tree {
font-size: 13px;
color: var(--blue-5);
}
.json-tree .key {
color: var(--text-json-tree-color);
padding-right: 4px;
}
.json-tree .chevronIcon {
color: var(--text-json-tree-color);
}
.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 {
color: var(--text-json-tree-leaf-color);
}