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