diff options
| author | Ofer Lehr <ofer@oferlehr.com> | 2014-12-06 22:43:12 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-12-06 23:34:55 +0200 |
| commit | db363484901a9521949cdd394c0701bb51153e2b (patch) | |
| tree | ecf7af4573a457f1747340f41f11029ce2469ee2 /res/css/partials/graph-view.scss | |
| parent | 65f2db92de282047317dab0c4669c2c255328a2e (diff) | |
new info box (now card) styling - Partial
added a class to the info card to style different types in css.
also rearranged colors in helpers.js
(alon: changed implementation and broke the edit, will fix in the
morning)
Diffstat (limited to 'res/css/partials/graph-view.scss')
| -rw-r--r-- | res/css/partials/graph-view.scss | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/res/css/partials/graph-view.scss b/res/css/partials/graph-view.scss index 758285ea..44575d4e 100644 --- a/res/css/partials/graph-view.scss +++ b/res/css/partials/graph-view.scss @@ -1,6 +1,7 @@ .graph-view { width:100%; background-color: #f5f5fa; //$light-grey + position: relative; } .node { @@ -106,9 +107,8 @@ fill: $blue; } - .circle.club { - fill: $purple; + fill: $magenta; } .circle.skill { @@ -116,7 +116,7 @@ } .circle.interest { - fill: $orange; + fill: $purple; } .circle.project { @@ -124,23 +124,23 @@ } .circle.third-internship-proposal { - fill: $magenta; + fill: $cyan; } .circle.internship { - fill: $cyan; + fill: $orange; } .circle.empty { - fill: #080808; + fill: $mid-grey; } .circle.chainlink { - fill: #fff; + fill: $dark-grey; } .circle.bubble { - fill: rgba(0,0,0,0.2); + fill: rgba(255,255,255,0.2); } |
