diff --git a/lms/static/sass/shared/_footer-edx.scss b/lms/static/sass/shared/_footer-edx.scss index 42569917a4..c877108b28 100644 --- a/lms/static/sass/shared/_footer-edx.scss +++ b/lms/static/sass/shared/_footer-edx.scss @@ -139,6 +139,24 @@ footer#footer-edx-v3 { } } + .site-nav, + .legal-notices, + .footer-logo, + .external-links { + @extend %ui-print-excluded; + } + + @media print { + .site-details p { + @include float(left); + } + + .openedx-link { + margin: 0; + @include float(right); + } + } + @include media( $edx-bp-large ) { padding: 20px 10px; diff --git a/lms/static/sass/shared/_footer.scss b/lms/static/sass/shared/_footer.scss index 46bbfb5bfb..6608f96b83 100644 --- a/lms/static/sass/shared/_footer.scss +++ b/lms/static/sass/shared/_footer.scss @@ -4,6 +4,7 @@ @import 'neat/neat'; // lib - Neat .wrapper-footer { + @extend %ui-print-excluded; box-shadow: 0 -1px 5px 0 $shadow-l1; border-top: 1px solid tint($m-gray, 50%); padding: 25px ($baseline/2) ($baseline*1.5) ($baseline/2);