Files
hamann-ausgabe-core/HaWeb/wwwroot/css/print.css

24 lines
274 B
CSS

/* PRINT */
header {
@apply print:hidden
}
.ha-footer {
@apply print:hidden
}
.ha-letterheadernav {
@apply print:!hidden
}
.ha-letterheader {
@apply print:!border-none
}
.ha-scrollbutton {
@apply print:!hidden
}
html {
@apply print:text-base
}