mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 17:57:33 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			139 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			139 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
		
			Vendored
		
	
	
	
| // Contextual backgrounds
 | |
| 
 | |
| .bg-variant(@color) {
 | |
|   background-color: @color;
 | |
|   a&:hover {
 | |
|     background-color: darken(@color, 10%);
 | |
|   }
 | |
| }
 |