mirror of
				https://github.com/pelican-dev/panel.git
				synced 2025-10-31 08:06:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			234 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			234 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| .login-box {
 | |
|   @apply .bg-white .shadow-lg .rounded-lg .pt-10 .px-8 .pb-6 .mb-4;
 | |
| 
 | |
|   @screen xsx {
 | |
|     @apply .rounded-none;
 | |
|     margin-top: 25%;
 | |
|     box-shadow: 0 15px 30px 0 rgba(0, 0, 0, .2), 0 -15px 30px 0 rgba(0, 0, 0, .2);
 | |
|   }
 | |
| }
 | 
