commit | 522a552dd9b5c67d1a84c7a6bd2f96dcfe4e607a | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Fri Jun 09 13:51:05 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 13:14:23 2017 -0500 |
tree | 208cf7af62ee09df884029053cda838775d30c22 | |
parent | 4390b02c1f8afa6348faf7b6195f59dbca4f9fbe [diff] [blame] |
Various minor changes - Add style class for critical icon - Minor tweaks to content styles - Reorder event log content for responsiveness Change-Id: Ibbe769a9c23d288db6b8e9db1a41b25d7b060999 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/app/common/styles/base/utility.scss b/app/common/styles/base/utility.scss index 33cf61a..b82efc4 100644 --- a/app/common/styles/base/utility.scss +++ b/app/common/styles/base/utility.scss
@@ -3,7 +3,7 @@ } .disabled { - color: $lightbg__grey; + color: darken($lightbg__grey, 10%); } .float-right {