commit | 5a752b23fc8a734afcccbd4799c88ff2745b32d4 | [log] [tgz] |
---|---|---|
author | Michael Davis <michael.s.davis@ibm.com> | Thu Mar 09 09:41:08 2017 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 12:41:10 2017 -0500 |
tree | de2b9c660878ffe577c436f1f457f8efbdeb6393 | |
parent | f157d3700cce69b0f286b55ae4e79f3e23e13674 [diff] [blame] |
unit-id: start support Change-Id: Icb00b5b3178b2ea0a3996b3e7ee50bc4f9a54198 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 cedac11..8f17403 100644 --- a/src/scss/base/_utility.scss +++ b/src/scss/base/_utility.scss
@@ -64,6 +64,10 @@ margin-top: 0px !important; } +.btm-border-grey { + border-bottom: 1px solid $lightbg__grey; +} + .transitionAll { transition: all .5s ease; } \ No newline at end of file