diff --git a/lms/static/images/footer-seal.png b/lms/static/images/footer-seal.png deleted file mode 100644 index 7a5544a4cb..0000000000 Binary files a/lms/static/images/footer-seal.png and /dev/null differ diff --git a/lms/static/images/header-logo.png b/lms/static/images/header-logo.png index df8cb13233..a313ea6eb2 100644 Binary files a/lms/static/images/header-logo.png and b/lms/static/images/header-logo.png differ diff --git a/lms/static/sass/shared/_footer.scss b/lms/static/sass/shared/_footer.scss index dad40f9cdb..8a7717c825 100644 --- a/lms/static/sass/shared/_footer.scss +++ b/lms/static/sass/shared/_footer.scss @@ -202,6 +202,7 @@ // ==================== $edx-footer-spacing: ($baseline*0.75); $edx-footer-link-color: rgb(0, 158, 231); +$edx-footer-bg-color: rgb(252,252,252); %edx-footer-reset { @include box-sizing(border-box); @@ -283,7 +284,7 @@ $edx-footer-link-color: rgb(0, 158, 231); .edx-footer-new { width: 100%; - background: rgb(252, 252, 252) url("../images/footer-seal.png") -($baseline*15.5) ($baseline) no-repeat; + background: $edx-footer-bg-color; // NOTE: resetting older footer styles - can be removed once not needed box-shadow: none;