Commit a819f5f3 by AlasdairSwan

ECOM-1684 updated footer styles in line with Marketing requests

parent 7c0709ce
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
@import 'neat/neat'; // lib - Neat @import 'neat/neat'; // lib - Neat
$edx-footer-link-color: rgb(0, 158, 231); $edx-footer-link-color: $link-color;
$edx-footer-bg-color: rgb(252,252,252); $edx-footer-bg-color: rgb(252,252,252);
...@@ -16,6 +16,7 @@ $edx-footer-bg-color: rgb(252,252,252); ...@@ -16,6 +16,7 @@ $edx-footer-bg-color: rgb(252,252,252);
footer#footer-edx-v3 { footer#footer-edx-v3 {
background: $edx-footer-bg-color; background: $edx-footer-bg-color;
padding: 20px; padding: 20px;
border-top: 1px solid $courseware-button-border-color;
.footer-content-wrapper { .footer-content-wrapper {
@include outer-container; @include outer-container;
...@@ -90,7 +91,7 @@ footer#footer-edx-v3 { ...@@ -90,7 +91,7 @@ footer#footer-edx-v3 {
a.sm-link { a.sm-link {
@include float(left); @include float(left);
@include margin(0, 0, 10px, 7px); @include margin(0, 0, 10px, 10px);
@include font-size(28); @include font-size(28);
@include line-height(28); @include line-height(28);
width: 35px; width: 35px;
...@@ -99,7 +100,7 @@ footer#footer-edx-v3 { ...@@ -99,7 +100,7 @@ footer#footer-edx-v3 {
position: relative; position: relative;
display: inline; display: inline;
background: none; background: none;
text-align: center; text-align: left;
&:first-of-type { &:first-of-type {
@include margin-left(0); @include margin-left(0);
......
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