diff options
author | Michael Davis <michael.s.davis@ibm.com> | 2017-07-10 11:28:55 -0500 |
---|---|---|
committer | Adriana Kobylak <anoo@us.ibm.com> | 2017-10-09 13:41:31 -0500 |
commit | 73be0d5c0ff5ccaed10dbbda221e0d759bc2b787 (patch) | |
tree | 546d3be3bbdb0a15e973018288fc76429ecc0a54 /app/server-health/styles | |
parent | 0a80dd6792a4e2664abb2ece24bb203bb90bbf19 (diff) | |
download | phosphor-webui-73be0d5c0ff5ccaed10dbbda221e0d759bc2b787.tar.gz phosphor-webui-73be0d5c0ff5ccaed10dbbda221e0d759bc2b787.zip |
made all content labels consistent font & color. darkened color of labels.
Change-Id: I4b6a083b2179679c3e550ab97151818e1465506b
Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
Diffstat (limited to 'app/server-health/styles')
-rw-r--r-- | app/server-health/styles/sensors.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/server-health/styles/sensors.scss b/app/server-health/styles/sensors.scss index 2d5e2ce..7ee09cb 100644 --- a/app/server-health/styles/sensors.scss +++ b/app/server-health/styles/sensors.scss @@ -76,6 +76,7 @@ $title-minWidth: 210px; .content-label { font-size: 1em; margin-left: .8em; + color: lighten($darkgrey, 10%); } .sensor__reading { @include fontCourierBold; |