mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-03 23:51:41 +01:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			161 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			161 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								// Labels
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.label-variant(@color) {
							 | 
						||
| 
								 | 
							
								  background-color: @color;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  &[href] {
							 | 
						||
| 
								 | 
							
								    &:hover,
							 | 
						||
| 
								 | 
							
								    &:focus {
							 | 
						||
| 
								 | 
							
								      background-color: darken(@color, 10%);
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 |