mirror of
				https://github.com/mdbootstrap/mdb-ui-kit.git
				synced 2025-11-04 09:57:36 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			235 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			235 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
 | 
						|
.progress {
 | 
						|
  height: 4px;
 | 
						|
  background: #c8c8c8;
 | 
						|
  border-radius: 0;
 | 
						|
  box-shadow: none;
 | 
						|
  .progress-bar {
 | 
						|
    box-shadow: none;
 | 
						|
    @include variations(unquote(".progress-bar"), unquote(""), background-color, $brand-primary);
 | 
						|
  }
 | 
						|
}
 |