mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-11-03 19:55:32 +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
 | 
						|
} |