mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
splitting all js into individual files to comparmentalize and getting rid of onload event (in favour of defer)
This commit is contained in:
24
HaWeb/wwwroot/css/print.css
Normal file
24
HaWeb/wwwroot/css/print.css
Normal file
@@ -0,0 +1,24 @@
|
||||
/* 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
|
||||
}
|
||||
Reference in New Issue
Block a user