Commit c37df8d2 by AlasdairSwan

Merge pull request #8970 from jolyonb/jolyonb/footercss

Fixing printing for footer v3
parents 3a1f9bd8 ecf8792c
......@@ -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;
......
......@@ -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