22 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			436 B
		
	
	
	
		
			Plaintext
		
	
	
@import 'variables';
 | 
						|
 | 
						|
.@{stepsPrefixClass}-item-custom {
 | 
						|
  .@{stepsPrefixClass}-item-icon {
 | 
						|
    background: none;
 | 
						|
    border: 0;
 | 
						|
    width: auto;
 | 
						|
    height: auto;
 | 
						|
    > .@{stepsPrefixClass}-icon {
 | 
						|
      font-size: 20px;
 | 
						|
      top: 1px;
 | 
						|
      width: 20px;
 | 
						|
      height: 20px;
 | 
						|
    }
 | 
						|
  }
 | 
						|
  &.@{stepsPrefixClass}-item-process {
 | 
						|
    .@{stepsPrefixClass}-item-icon > .@{stepsPrefixClass}-icon {
 | 
						|
      color: @process-icon-color;
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |