Commit 24edec35 by Jolyon Bloomfield

Fixing footer printing (LMS)

parent b12d3f63
......@@ -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 {
float: left;
}
.openedx-link {
margin: 0;
float: right;
}
}
@include media( $edx-bp-large ) {
padding: 20px 10px;
......
......@@ -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);
......
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