commit | 2f275a46b9d93d23e600eb5816797c3d8bce7828 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Fri Sep 08 11:28:08 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 14:55:26 2017 -0500 |
tree | 22a710b128c63975ba6311c9d7199014345bd44b | |
parent | 58fcd7f6ef9fa6f5aa66e633cb637f149eaca732 [diff] |
fixed alignment of icons Change-Id: I9d2895170c50c77b1cbf12fcc069492c9764c88a Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/icons.scss b/app/common/styles/base/icons.scss index ab0446f..47523fe 100644 --- a/app/common/styles/base/icons.scss +++ b/app/common/styles/base/icons.scss
@@ -61,7 +61,6 @@ width: 16px; height: 16px; margin-right: .4em; - margin-left: .3em; } .icon__warning {
diff --git a/app/server-health/styles/inventory.scss b/app/server-health/styles/inventory.scss index 5f0f101..42de893 100644 --- a/app/server-health/styles/inventory.scss +++ b/app/server-health/styles/inventory.scss
@@ -148,7 +148,8 @@ width: 30%; } .icon__warning { - margin-top: -10px; + margin-top: -5px; + margin-left: .3em; } } }