diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-08 09:02:26 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-09 06:39:23 +0300 |
| commit | 25e51d2d0470ec394cfda6d21938a71a077dadd5 (patch) | |
| tree | ba91da7a52787859988b5ca61bc52277014ca608 /res/client/css/by-view | |
| parent | a912dd04d3fe334f6196c4308963f44acf8f94d6 (diff) | |
client: add different colors for commons domain
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. */ |
