diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-31 18:18:32 -0500 |
|---|---|---|
| committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:42:41 -0500 |
| commit | 44621a87cfe4cc2809fd507dcd8635707a35a888 (patch) | |
| tree | 2e61be5037dff2874ddb481c991b397014343bcd /app/common/styles/base | |
| parent | 8b5279905a2c2a52ed238ae2b2979ca8dc1a0011 (diff) | |
| download | phosphor-webui-44621a87cfe4cc2809fd507dcd8635707a35a888.tar.gz phosphor-webui-44621a87cfe4cc2809fd507dcd8635707a35a888.zip | |
adding new on, off and standby svg icons. Color change to IBM logo.
Change-Id: I9a9aa63802beac60a30e35a130a7ad73a3e80f0f
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/common/styles/base')
| -rw-r--r-- | app/common/styles/base/icons.scss | 5 | ||||
| -rw-r--r-- | app/common/styles/base/mixins.scss | 22 |
2 files changed, 5 insertions, 22 deletions
diff --git a/app/common/styles/base/icons.scss b/app/common/styles/base/icons.scss index 7b7e981..2c803d2 100644 --- a/app/common/styles/base/icons.scss +++ b/app/common/styles/base/icons.scss @@ -78,6 +78,11 @@ background-image: url(/assets/images/icon-on.svg); } +.icon__off { + @include status-icon; + background-image: url(/assets/images/icon-off.svg); +} + .icon__info{ margin-top: -4px; margin-right: .5em; diff --git a/app/common/styles/base/mixins.scss b/app/common/styles/base/mixins.scss index d13f2ce..79b0f34 100644 --- a/app/common/styles/base/mixins.scss +++ b/app/common/styles/base/mixins.scss @@ -40,28 +40,6 @@ font-weight: 700; } -//Navigation icons -@mixin navIcons { - color: $white; - fill: $white; - max-height: 40px; - stroke-width: .5; - display: block; - width: 40px; - margin: 0 auto .5em auto; - .st0 { - fill: none; - stroke: #fff; - stroke-width: 2; - stroke-miterlimit: 10; - } - .st1 { - fill: none; - stroke: #fff; - stroke-width: 4; - stroke-miterlimit: 10; - } -} //Transitions mixin @mixin fastTransition-all { |

