mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25: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:
File diff suppressed because one or more lines are too long
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
|
||||
}
|
||||
@@ -14,6 +14,7 @@
|
||||
@import "./upload.css";
|
||||
@import "./index.css";
|
||||
@import "./search.css";
|
||||
@import "./print.css";
|
||||
|
||||
@layer components {
|
||||
/* TODO: check what can be inlined (eg. used once in the code, has no double paths etc...) */
|
||||
|
||||
Reference in New Issue
Block a user