🎨
This commit is contained in:
		
							parent
							
								
									46d5711071
								
							
						
					
					
						commit
						3a28c06534
					
				
					 1 changed files with 19 additions and 0 deletions
				
			
		|  | @ -401,6 +401,25 @@ hr { | ||||||
| 	backdrop-filter: blur(15px); | 	backdrop-filter: blur(15px); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | ._inputSplit { | ||||||
|  | 	display: grid; | ||||||
|  | 	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); | ||||||
|  | 	grid-gap: 8px; | ||||||
|  | 	margin: 1em 0; | ||||||
|  | 
 | ||||||
|  | 	> * { | ||||||
|  | 		margin: 0 !important; | ||||||
|  | 	} | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | ._inputNoTopMargin { | ||||||
|  | 	margin-top: 0 !important; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | ._inputNoBottomMargin { | ||||||
|  | 	margin-bottom: 0 !important; | ||||||
|  | } | ||||||
|  | 
 | ||||||
| ._table { | ._table { | ||||||
| 	> ._row { | 	> ._row { | ||||||
| 		display: flex; | 		display: flex; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue