mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 10:15:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			274 B
		
	
	
	
		
			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
 | |
| } | 
