mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			342 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			342 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import "~tabler-ui/dist/assets/css/dashboard";
 | 
						|
@import "tabler-extra";
 | 
						|
@import "fonts";
 | 
						|
@import "selectize";
 | 
						|
@import "custom";
 | 
						|
 | 
						|
/* Before any JS content is loaded */
 | 
						|
#app > .loader, #login > .loader, .container > .loader {
 | 
						|
    position: absolute;
 | 
						|
    left: 49%;
 | 
						|
    top: 40%;
 | 
						|
    display: block;
 | 
						|
}
 | 
						|
 | 
						|
.no-js-warning {
 | 
						|
    margin-top: 100px;
 | 
						|
}
 |