mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 04:26:52 +01:00 
			
		
		
		
	 1900c04b71
			
		
	
	
		1900c04b71
		
			
		
	
	
	
	
		
			
			Co-authored-by: RMartinOscar <40749467+RMartinOscar@users.noreply.github.com> Co-authored-by: Boy132 <Boy132@users.noreply.github.com> Co-authored-by: Lance Pioch <git@lance.sh>
		
			
				
	
	
		
			28 lines
		
	
	
		
			899 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			899 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| @import 'tailwindcss';
 | |
| 
 | |
| /* Required by all components */
 | |
| @import '../../vendor/filament/support/resources/css/index.css';
 | |
| 
 | |
| /* Required by actions and tables */
 | |
| @import '../../vendor/filament/actions/resources/css/index.css';
 | |
| 
 | |
| /* Required by actions, forms and tables */
 | |
| @import '../../vendor/filament/forms/resources/css/index.css';
 | |
| 
 | |
| /* Required by actions and infolists */
 | |
| @import '../../vendor/filament/infolists/resources/css/index.css';
 | |
| 
 | |
| /* Required by notifications */
 | |
| @import '../../vendor/filament/notifications/resources/css/index.css';
 | |
| 
 | |
| /* Required by actions, infolists, forms, schemas and tables */
 | |
| @import '../../vendor/filament/schemas/resources/css/index.css';
 | |
| 
 | |
| /* Required by tables */
 | |
| @import '../../vendor/filament/tables/resources/css/index.css';
 | |
| 
 | |
| /* Required by widgets */
 | |
| @import '../../vendor/filament/widgets/resources/css/index.css';
 | |
| 
 | |
| @variant dark (&:where(.dark, .dark *));
 |