commit | 0f03ad1314ca2e5afad65709413c0adb7e3e06fb | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Mon Feb 27 16:54:18 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 12:41:10 2017 -0500 |
tree | 0b4bb273b12ec06da50d113022568c57c0835941 | |
parent | b0f376ab14e7d39557f05682cf3f881e4082ebc6 [diff] [blame] |
style updates for header and power-ops Change-Id: I5f518dd983d8ff4220062f4c31f0d9bd4f09b6f1 Signed-off-by: Michael Davis <michael.s.davis@ibm.com>
diff --git a/src/scss/base/_utility.scss b/src/scss/base/_utility.scss index 3d5a8ce..cedac11 100644 --- a/src/scss/base/_utility.scss +++ b/src/scss/base/_utility.scss
@@ -42,6 +42,12 @@ } } +.fixed { + position:fixed; + top:130px; + z-index:200; +} + .no-margin { margin: 0px !important; }