added standby and plus icons
Change-Id: I2dd38d805ace1e7c8d3141a9858072df5c342331
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/assets/images/icon-plus.svg b/app/assets/images/icon-plus.svg
new file mode 100644
index 0000000..0f36497
--- /dev/null
+++ b/app/assets/images/icon-plus.svg
@@ -0,0 +1,13 @@
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
+<style type="text/css">
+ .st0{fill:#FFFFFF;}
+ .st1{fill:#3C6DF0;}
+</style>
+<g id="Layer_2">
+ <rect x="3.7" y="4" class="st0" width="8.4" height="8.1"/>
+</g>
+<g id="Layer_1">
+ <path class="st1" d="M8,0C3.6,0,0,3.6,0,8s3.6,8,8,8s8-3.6,8-8S12.4,0,8,0z M12,9H9v3H7V9H4V7h3V4h2v3h3V9z"/>
+</g>
+</svg>
diff --git a/app/assets/images/icon-standby.svg b/app/assets/images/icon-standby.svg
index 7d08b3e..d6e9753 100644
--- a/app/assets/images/icon-standby.svg
+++ b/app/assets/images/icon-standby.svg
@@ -1,10 +1,14 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="Isolation_Mode" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px"
- y="0px" viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
+<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
+ viewBox="0 0 16 16" style="enable-background:new 0 0 16 16;" xml:space="preserve">
<style type="text/css">
- .st0{fill:#FE8500;}
+ .st0{fill:#FFFFFF;}
+ .st1{fill:#F4B000;}
</style>
-<path class="st0" d="M2.3,13.7c3.1,3.1,8.2,3.1,11.3,0s3.1-8.2,0-11.3s-8.2-3.1-11.3,0S-0.8,10.5,2.3,13.7z M7,5l0,6H5l0-6H7z M11,5
- l0,6H9l0-6H11z"/>
+<g id="Layer_2">
+ <rect x="3.9" y="3.9" class="st0" width="7.9" height="7.9"/>
+</g>
+<g id="Isolation_Mode">
+ <path class="st1" d="M2.3,13.7c3.1,3.1,8.2,3.1,11.3,0s3.1-8.2,0-11.3s-8.2-3.1-11.3,0S-0.8,10.5,2.3,13.7z M7,5l0,6H5l0-6H7z
+ M11,5l0,6H9l0-6H11z"/>
+</g>
</svg>
diff --git a/app/common/styles/base/icons.scss b/app/common/styles/base/icons.scss
index 19b4a99..f56ffcc 100644
--- a/app/common/styles/base/icons.scss
+++ b/app/common/styles/base/icons.scss
@@ -59,7 +59,7 @@
background-repeat: no-repeat;
vertical-align: middle;
width: 20px;
- height: 20px;
+ height: 23px;
margin-right: .4em;
}
@@ -88,6 +88,16 @@
background-image: url(/assets/images/icon-return.svg);
}
+.icon__standby {
+ @include status-icon;
+ background-image: url(/assets/images/icon-standby.svg);
+}
+
+.icon__plus {
+ @include status-icon;
+ background-image: url(/assets/images/icon-plus.svg);
+}
+
.icon__info{
margin-top: -4px;
margin-right: .5em;