mirror of
				https://github.com/fmtlib/fmt.git
				synced 2025-11-04 08:01:40 +01:00 
			
		
		
		
	
		
			
	
	
		
			11 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			191 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| 
								 | 
							
								// Progress bars
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								.progress-bar-variant(@color) {
							 | 
						||
| 
								 | 
							
								  background-color: @color;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								  // Deprecated parent class requirement as of v3.2.0
							 | 
						||
| 
								 | 
							
								  .progress-striped & {
							 | 
						||
| 
								 | 
							
								    #gradient > .striped();
							 | 
						||
| 
								 | 
							
								  }
							 | 
						||
| 
								 | 
							
								}
							 |