Merge pull request #427 from T2hhbmEK/feat/tasklist
Fix broken checkbox styles
This commit is contained in:
		
						commit
						3760c42316
					
				| @ -72,6 +72,16 @@ | |||||||
|     margin-top: 30px; |     margin-top: 30px; | ||||||
|   } |   } | ||||||
| 
 | 
 | ||||||
|  |   input[type="checkbox"] { | ||||||
|  |     vertical-align: middle; | ||||||
|  |     padding: 5px; | ||||||
|  |     margin: 0 .2em .25em -.2em; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|  |   input[type="checkbox"]:checked { | ||||||
|  |     background: $accent; | ||||||
|  |   } | ||||||
|  | 
 | ||||||
|   &-cover { |   &-cover { | ||||||
|     border: 20px solid $accent; |     border: 20px solid $accent; | ||||||
|     background: transparent; |     background: transparent; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user