Commit 5d16e802 by Brian Talbot

LMS: optimizing header PNG asset

parent 337d6cbc
lms/static/images/header-logo.png

1.19 KB | W: | H:

lms/static/images/header-logo.png

1.21 KB | W: | H:

lms/static/images/header-logo.png
lms/static/images/header-logo.png
lms/static/images/header-logo.png
lms/static/images/header-logo.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -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;
......
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