31 lines
		
	
	
		
			534 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			534 B
		
	
	
	
		
			Plaintext
		
	
	
| @import 'variables';
 | |
| 
 | |
| .@{stepsPrefixClass}-label-vertical {
 | |
|   .@{stepsPrefixClass}-item {
 | |
|     overflow: visible;
 | |
|     &-tail {
 | |
|       padding: 0px 24px;
 | |
|       margin-left: 48px;
 | |
|     }
 | |
|     &-content {
 | |
|       display: block;
 | |
|       text-align: center;
 | |
|       margin-top: 8px;
 | |
|       width: @stepDescriptionMaxWidth;
 | |
|     }
 | |
|     &-icon {
 | |
|       display: inline-block;
 | |
|       margin-left: 36px;
 | |
|     }
 | |
|     &-title {
 | |
|       padding-right: 0;
 | |
|       &:after {
 | |
|         display: none;
 | |
|       }
 | |
|     }
 | |
|     &-description {
 | |
|       text-align: left;
 | |
|     }
 | |
|   }
 | |
| }
 |