mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
add colors
This commit is contained in:
parent
0a330dfb90
commit
09b697db57
|
@ -898,7 +898,7 @@ export default mixins(
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
.vjs-tree {
|
.vjs-tree {
|
||||||
color: #5045A1;
|
color: #5045A1; // todo
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-tree.is-highlight-selected {
|
.vjs-tree.is-highlight-selected {
|
||||||
|
@ -911,10 +911,14 @@ export default mixins(
|
||||||
|
|
||||||
.vjs-tree .vjs-value__boolean,
|
.vjs-tree .vjs-value__boolean,
|
||||||
.vjs-tree .vjs-value__number {
|
.vjs-tree .vjs-value__number {
|
||||||
color: #1d8ce0;
|
color: #1d8ce0; // todo
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-tree .vjs-value__string {
|
.vjs-tree .vjs-value__string {
|
||||||
color: #5045A1;
|
color: #5045A1; // todo
|
||||||
|
}
|
||||||
|
|
||||||
|
.vjs-tree .vjs-key, .vjs-tree__brackets {
|
||||||
|
color: var(--color-text-dark);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in a new issue