diff options
| author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-10 11:28:55 -0500 |
|---|---|---|
| committer | Patrick Williams <patrick@stwcx.xyz> | 2017-09-20 13:14:23 -0500 |
| commit | fa278fbb6cdc5ffbcd07cf1bb7983808d725d101 (patch) | |
| tree | 099c4df3a4850aa2b3dd1c380cf33a7b32d2b94b | |
| parent | f0a988bf919f2e73d910f8f81661121b0fcfee39 (diff) | |
| download | phosphor-webui-fa278fbb6cdc5ffbcd07cf1bb7983808d725d101.tar.gz phosphor-webui-fa278fbb6cdc5ffbcd07cf1bb7983808d725d101.zip | |
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>
| -rw-r--r-- | app/server-health/styles/inventory.scss | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ $title-minWidth: 210px; @include mediaQuery(small) { @include calcColumn-3; } + .content-label { + color:lighten($darkgrey, 10%); + } } .inventory__metadata-scroll { |

