demarches-normaliennes/app/assets/stylesheets/print.scss

43 lines
518 B
SCSS
Raw Normal View History

@media print {
2017-04-12 10:51:35 +02:00
html,
body {
margin: 0;
}
#infos-dossiers .row:last-child {
display: none;
}
#infos-dossiers {
margin-bottom: -70px;
}
#left-panel {
margin-top: 0;
height: auto;
position: relative;
width: 100%;
}
#wrap {
overflow: visible;
}
#main-container {
width: 100%;
}
.copyright {
width: 100%;
left: 0;
}
.no-page-break-inside {
page-break-inside: avoid;
}
.display-block-on-print {
display: block !important;
}
}