9 lines
		
	
	
		
			85 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			85 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
// Legacy
 | 
						|
 | 
						|
.left.item-image {
 | 
						|
  float: left;
 | 
						|
}
 | 
						|
.right.item-image {
 | 
						|
  float: right;
 | 
						|
}
 |