mirror of
				https://github.com/DerTyp7/explainegy-nextjs.git
				synced 2025-11-04 07:19:00 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			285 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			285 B
		
	
	
	
		
			SCSS
		
	
	
	
	
	
@import "../variables.scss";
 | 
						|
 | 
						|
.adminNav {
 | 
						|
  border-top: 2px solid var(--color-danger);
 | 
						|
  border-bottom: 2px solid var(--color-danger);
 | 
						|
  padding: 10px;
 | 
						|
  display: flex;
 | 
						|
  justify-content: center;
 | 
						|
  align-items: center;
 | 
						|
  column-gap: 50px;
 | 
						|
  margin-top: -10px;
 | 
						|
  margin-bottom: 10px;
 | 
						|
}
 |