From 32c4c2979b5963123806b3044a5944219d7326bd Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 4 Feb 2016 13:54:06 +0100 Subject: [PATCH] use two colored icons --- _src/_assets/images/icon-graph.svg | 39 +++++++++---------- _src/_assets/images/icon-group.svg | 10 +++-- _src/_assets/images/icon-servers.svg | 48 +++++++++++------------- _src/_assets/images/icon-tree.svg | 28 ++++++-------- _src/_assets/styles/bigchain/_icons.scss | 3 +- 5 files changed, 58 insertions(+), 70 deletions(-) diff --git a/_src/_assets/images/icon-graph.svg b/_src/_assets/images/icon-graph.svg index afc8e82..3260690 100644 --- a/_src/_assets/images/icon-graph.svg +++ b/_src/_assets/images/icon-graph.svg @@ -1,24 +1,19 @@ - - - - - - - - - - - - - - - - - - + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 60"> + + + + + + + + + + + + + + + + diff --git a/_src/_assets/images/icon-group.svg b/_src/_assets/images/icon-group.svg index 4a3c7a9..b12c6b4 100644 --- a/_src/_assets/images/icon-group.svg +++ b/_src/_assets/images/icon-group.svg @@ -1,10 +1,12 @@ - + + + + + + - - - diff --git a/_src/_assets/images/icon-servers.svg b/_src/_assets/images/icon-servers.svg index 9f04c0c..cc733d1 100644 --- a/_src/_assets/images/icon-servers.svg +++ b/_src/_assets/images/icon-servers.svg @@ -1,28 +1,24 @@ - - - - - - - - - - - - - - - - - - - - - - + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 60"> + + + + + + + + + + + + + + + + + + + + + diff --git a/_src/_assets/images/icon-tree.svg b/_src/_assets/images/icon-tree.svg index 7470a26..339549e 100644 --- a/_src/_assets/images/icon-tree.svg +++ b/_src/_assets/images/icon-tree.svg @@ -1,19 +1,13 @@ - - - - - - - - - - - + xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 58 60"> + + + + + + + + + diff --git a/_src/_assets/styles/bigchain/_icons.scss b/_src/_assets/styles/bigchain/_icons.scss index d3a1a88..d8e62f6 100644 --- a/_src/_assets/styles/bigchain/_icons.scss +++ b/_src/_assets/styles/bigchain/_icons.scss @@ -1,7 +1,8 @@ .icon { fill: none; - stroke: $brand-main-green; + stroke: $brand-primary; + color: $brand-main-blue-light; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round;