commit | 9632d71c43a88cda4795ca7b3ff4fd85add9b843 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Mon Aug 28 18:36:53 2017 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Mon Oct 09 14:41:16 2017 -0500 |
tree | 9e26d12a17b984adf4a9f09d3f4aebe7477c697c | |
parent | 7845348121d0f4c3a8da46d144dc45bb2779b7f7 [diff] [blame] |
fixed sizes and positioning of icons Change-Id: Idc6930c87f61217f9bf4daab5b82c418606cdf80 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 f56ffcc..ba41514 100644 --- a/app/common/styles/base/icons.scss +++ b/app/common/styles/base/icons.scss
@@ -58,9 +58,10 @@ @mixin status-icon { background-repeat: no-repeat; vertical-align: middle; - width: 20px; - height: 23px; + width: 16px; + height: 16px; margin-right: .4em; + margin-left: .3em; } .icon__warning {