Commit 30c7f00a by Chris

Merge pull request #8303 from edx/clrux/UX-2077-lms-footer-styles

Replacing top border on footer
parents 0d2c09fa b8a5dc9d
......@@ -5,7 +5,7 @@
.wrapper-footer {
box-shadow: 0 -1px 5px 0 $shadow-l1;
border-top: 1px solid tint($m-gray,50%);
border-top: 1px solid tint($m-gray, 50%);
padding: 25px ($baseline/2) ($baseline*1.5) ($baseline/2);
background: $footer-bg;
clear: both;
......@@ -297,7 +297,6 @@ $edx-footer-bg-color: rgb(252,252,252);
// NOTE: resetting older footer styles - can be removed once not needed
box-shadow: none;
border-top: none;
padding: ($baseline*2) $baseline;
// about
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment