mirror of
				https://github.com/bra1n/townsquare.git
				synced 2025-10-21 16:55:12 +00:00 
			
		
		
		
	linting fix
This commit is contained in:
		
							parent
							
								
									7ab4bcbc4d
								
							
						
					
					
						commit
						af0d944d45
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -145,7 +145,11 @@ ul.tokens li {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
.button.active {
 | 
			
		||||
  background: linear-gradient(to bottom, $townsfolk 0%, rgba(0, 0, 0, 0.7) 100%);
 | 
			
		||||
  background: linear-gradient(
 | 
			
		||||
    to bottom,
 | 
			
		||||
    $townsfolk 0%,
 | 
			
		||||
    rgba(0, 0, 0, 0.7) 100%
 | 
			
		||||
  );
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#townsquare.spectator ul.tokens li.traveler {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue