Merge pull request #8970 from jolyonb/jolyonb/footercss
Fixing printing for footer v3
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user