From 25e51d2d0470ec394cfda6d21938a71a077dadd5 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 8 Apr 2015 09:02:26 +0300 Subject: client: add different colors for commons domain --- res/client/css/by-view/graph-view.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'res/client/css/by-view') 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. */ -- cgit v1.3.1