Initial import with skill sheet working
This commit is contained in:
		
							
								
								
									
										26
									
								
								styles/injury.less
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								styles/injury.less
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| .injury-content { | ||||
|   .sheet-common(); | ||||
|   .item-sheet-common(); | ||||
|  | ||||
|   .header { | ||||
|     display: flex; | ||||
|     img { | ||||
|       width: 50px; | ||||
|       height: 50px; | ||||
|     } | ||||
|   } | ||||
|  | ||||
|   input[type="checkbox"] { | ||||
|     font-size: var(--font-size-14); | ||||
|     width: 20px; | ||||
|     padding-top: 0; | ||||
|   } | ||||
|  | ||||
|   input[type="checkbox"]:checked { | ||||
|     background-color: rgba(0, 0, 0, 0.1); | ||||
|   } | ||||
|    | ||||
|   input[type="checkbox"]:checked::after { | ||||
|     color: rgba(0, 0, 0, 0.1); | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user