mirror of https://github.com/ElemeFE/element
				
				
				
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			412 B
		
	
	
	
		
			SCSS
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			412 B
		
	
	
	
		
			SCSS
		
	
	
.demo-color-picker .block {
 | 
						|
  padding: 30px 0;
 | 
						|
  text-align: center;
 | 
						|
  border-right: solid 1px #eff2f6;
 | 
						|
  display: inline-block;
 | 
						|
  width: 50%;
 | 
						|
  box-sizing: border-box;
 | 
						|
  &:last-child {
 | 
						|
    border-right: none;
 | 
						|
  }
 | 
						|
}
 | 
						|
.demo-color-picker .demonstration {
 | 
						|
  display: block;
 | 
						|
  color: #8492a6;
 | 
						|
  font-size: 14px;
 | 
						|
  margin-bottom: 20px;
 | 
						|
}
 | 
						|
.demo-color-picker .el-color-picker + .el-color-picker {
 | 
						|
  margin-left: 20px;
 | 
						|
}
 |