10 lines
		
	
	
		
			129 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			129 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
 | 
						|
 | 
						|
 | 
						|
/* checkbox items */
 | 
						|
.task-list-item-checkbox {
 | 
						|
    /* bigger checkbox items */
 | 
						|
    transform: scale(1.2) translateX(4pt);
 | 
						|
}
 | 
						|
 |