mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 10:15:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			414 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			414 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @layer components {
 | |
| /* COLORS */
 | |
| 
 | |
| 
 | |
| /* STYLES */
 | |
|   .ha-scrollbutton {
 | |
|     @apply opacity-0 transition-opacity duration-500 cursor-pointer fixed right-0 bottom-48 text-center py-2 pr-6 bg-slate-50 dark:bg-slate-700 dark:text-white px-2 shadow rounded-l-xl transition-all hover:shadow-md text-hamannSlate-700 hover:text-hamannSlate-500
 | |
|   }
 | |
| 
 | |
|   .ha-scrollbuttonarrow {
 | |
|     @apply h-8 w-8 desktop:h-10 desktop:w-10
 | |
|   }
 | |
| } | 
