commit | fa278fbb6cdc5ffbcd07cf1bb7983808d725d101 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Mon Jul 10 11:28:55 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 13:14:23 2017 -0500 |
tree | 099c4df3a4850aa2b3dd1c380cf33a7b32d2b94b | |
parent | f0a988bf919f2e73d910f8f81661121b0fcfee39 [diff] |
Minor usability fix - made all content labels consistent font & color. - darkened color of labels. Change-Id: I17caebdefa92e6b3b40709f353c84d38a81df3b8 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/server-health/styles/inventory.scss b/app/server-health/styles/inventory.scss index ecb3a8a..6abbe27 100644 --- a/app/server-health/styles/inventory.scss +++ b/app/server-health/styles/inventory.scss
@@ -151,6 +151,9 @@ @include mediaQuery(small) { @include calcColumn-3; } + .content-label { + color:lighten($darkgrey, 10%); + } } .inventory__metadata-scroll {