You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-30 18:05:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			570 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			570 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
| $primary-color: #2bcbba;
 | |
| 
 | |
| .loader {
 | |
|     color: $primary-color;
 | |
| }
 | |
| 
 | |
| a {
 | |
|     color: $primary-color;
 | |
| }
 | |
| 
 | |
| a:hover {
 | |
|     color: darken($primary-color, 10%);
 | |
| }
 | |
| 
 | |
| .dropdown-header {
 | |
|     padding-left: 1rem;
 | |
| }
 | |
| 
 | |
| .dropdown-item.active, .dropdown-item:active {
 | |
|     background-color: $primary-color;
 | |
| }
 | |
| 
 | |
| .custom-switch-input:checked ~ .custom-switch-indicator {
 | |
|     background: $primary-color;
 | |
| }
 | |
| 
 | |
| .min-100 {
 | |
|     min-height: 100px;
 | |
| }
 | |
| 
 | |
| .card-options .dropdown-menu a:not(.btn) {
 | |
|     margin-left: 0;
 | |
| }
 | |
| 
 | |
| .wrap {
 | |
|     display: flex;
 | |
|     flex-wrap: wrap;
 | |
| }
 | |
| 
 | |
| .col-login {
 | |
|     max-width: 48rem;
 | |
| } |