diff options
| author | garbash <dor.garbash@gmail.com> | 2015-05-18 17:38:32 +0300 |
|---|---|---|
| committer | garbash <dor.garbash@gmail.com> | 2015-05-18 17:38:32 +0300 |
| commit | fd6f9c830d04626b914dc9fd2766bfedd68be8c3 (patch) | |
| tree | 8380614aa903257fbfc946d88215d78b6c320585 /res/client/css/by-view | |
| parent | 9dd28bedcac9bd31373b2a9f0c4b7350318dcdc0 (diff) | |
Modified Ohalo domain types
Diffstat (limited to 'res/client/css/by-view')
| -rw-r--r-- | res/client/css/by-view/graph-view.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/client/css/by-view/graph-view.scss b/res/client/css/by-view/graph-view.scss index e7542561..1d1b2d21 100644 --- a/res/client/css/by-view/graph-view.scss +++ b/res/client/css/by-view/graph-view.scss @@ -176,6 +176,18 @@ @include node-fill-color($blue); } +.circle.personality-trait { + @include node-fill-color($orange); +} + +.circle.accepting-changes { + @include node-fill-color(adjust-hue($yellow, 25)); +} + +.circle.decision-making { + @include node-fill-color(adjust-hue($yellow, 50)); +} + .circle.beneficiary { @include node-fill-color($green); } |
