diff options
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index 3040a8e4..993a3101 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -159,6 +159,27 @@ fill: $mid-grey; } +// TODO: how to define type colors using the scss dollar attributes? injecting css is easy, scss - not sure +.circle.keyword { + fill: $magenta; +} + +.circle.project { + fill: $yellow; +} + +.circle.project_component { + fill: $purple; +} + +.circle.objective { + fill: $green; +} + +.circle.outcome { + fill: $cyan; +} + /* Selected parts of the graph, right now by clicking, later with search. */ |
