demarches-normaliennes/app/assets/stylesheets/print.scss
2017-04-20 10:35:53 +02:00

53 lines
686 B
SCSS

@media print {
html,
body {
margin: 0;
}
#infos-dossiers .row:last-child {
display: none;
}
#infos-dossiers {
margin-bottom: -70px;
}
#backoffice-dossier-show .nav-tabs {
display: none;
}
#left-panel {
margin-top: 0;
height: auto;
position: relative;
width: 100%;
}
#wrap {
overflow: visible;
}
#main-container {
width: 100%;
}
#beta {
top: 26px;
bottom: initial;
position: absolute;
transform: rotate(45deg);
}
.copyright {
width: 100%;
left: 0;
}
.no-page-break-inside {
page-break-inside: avoid;
}
.display-block-on-print {
display: block !important;
}
}