Apply different background color for even items
This commit is contained in:
		
							parent
							
								
									729f047903
								
							
						
					
					
						commit
						a1628d6297
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -45,6 +45,10 @@
 | 
				
			||||||
	page-break-inside: avoid;
 | 
						page-break-inside: avoid;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.stationItem:nth-of-type(even) {
 | 
				
			||||||
 | 
						background-color: #fafafa;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.stationItem .name {
 | 
					.stationItem .name {
 | 
				
			||||||
	text-align: center;
 | 
						text-align: center;
 | 
				
			||||||
	grid-area: name;
 | 
						grid-area: name;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue