adjust style
This commit is contained in:
		
							parent
							
								
									c9612d8a1d
								
							
						
					
					
						commit
						ad8718ba49
					
				
					 48 changed files with 4217 additions and 15 deletions
				
			
		
							
								
								
									
										24
									
								
								sass/_table.scss
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								sass/_table.scss
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,24 @@
 | 
			
		|||
table {
 | 
			
		||||
	box-shadow: var(--edge-highlight);
 | 
			
		||||
	border-radius: var(--rounded-corner);
 | 
			
		||||
	border-collapse: collapse;
 | 
			
		||||
	background-color: var(--fg-muted-1);
 | 
			
		||||
	width: 100%;
 | 
			
		||||
	overflow: hidden;
 | 
			
		||||
 | 
			
		||||
	tr {
 | 
			
		||||
		&:nth-child(even) {
 | 
			
		||||
			background-color: var(--fg-muted-1);
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		th,
 | 
			
		||||
		td {
 | 
			
		||||
			padding: 0.5rem 1rem;
 | 
			
		||||
		}
 | 
			
		||||
 | 
			
		||||
		th {
 | 
			
		||||
			background-color: var(--fg-muted-2);
 | 
			
		||||
			font-weight: bold;
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue