mirror of
				https://github.com/em-squared/5e-drs.git
				synced 2025-10-30 21:24:18 +00:00 
			
		
		
		
	les sorts/monstres/objets magiques sont visibles directement depuis les listes d'un simple clic
This commit is contained in:
		
							parent
							
								
									65fa675c6f
								
							
						
					
					
						commit
						2a3f9b153a
					
				
					 8 changed files with 80 additions and 16 deletions
				
			
		|  | @ -1,14 +1,12 @@ | |||
| .page.content { | ||||
|   .column-count-2 { | ||||
|     column-count: 2; | ||||
|     column-gap: 25pt; | ||||
|   } | ||||
|   .column-count-3 { | ||||
|     column-count: 3; | ||||
|     margin-bottom: 12px; | ||||
|   } | ||||
|   .column-count-4 { | ||||
|     column-count: 4; | ||||
|     margin-bottom: 12px; | ||||
|   } | ||||
| .column-count-2 { | ||||
|   column-count: 2; | ||||
|   column-gap: 25pt; | ||||
| } | ||||
| .column-count-3 { | ||||
|   column-count: 3; | ||||
|   margin-bottom: 12px; | ||||
| } | ||||
| .column-count-4 { | ||||
|   column-count: 4; | ||||
|   margin-bottom: 12px; | ||||
| } | ||||
|  |  | |||
|  | @ -74,6 +74,21 @@ table { | |||
|       } | ||||
|     } | ||||
|   } | ||||
| 
 | ||||
|   .data-table { | ||||
|     table { | ||||
|       tbody { | ||||
|         tr { | ||||
|           background-color: #fff; | ||||
|           &:hover { | ||||
|             background-color: #eee !important; | ||||
|           } | ||||
|           td { | ||||
|           } | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
| 
 | ||||
| .theme--dark { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Maxime Moraine
						Maxime Moraine