From db363484901a9521949cdd394c0701bb51153e2b Mon Sep 17 00:00:00 2001 From: Ofer Lehr Date: Sat, 6 Dec 2014 22:43:12 +0200 Subject: 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) --- res/css/partials/graph-view.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'res/css/partials/graph-view.scss') 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); } -- cgit v1.3.1