mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	feat(navbar): Delete a animation in the navigation bar
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
		@@ -35,25 +35,6 @@
 | 
				
			|||||||
  float: right;
 | 
					  float: right;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@media(min-width: 382px) {
 | 
					 | 
				
			||||||
  .nav-pills {
 | 
					 | 
				
			||||||
    li {
 | 
					 | 
				
			||||||
      display: inline-block;
 | 
					 | 
				
			||||||
      transform: perspective(1px) translateZ(0);
 | 
					 | 
				
			||||||
      transition-duration: .3s;
 | 
					 | 
				
			||||||
      transition-property: transform;
 | 
					 | 
				
			||||||
      transition-timing-function: ease-out;
 | 
					 | 
				
			||||||
      vertical-align: middle;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
      &:active,
 | 
					 | 
				
			||||||
      &:focus,
 | 
					 | 
				
			||||||
      &:hover {
 | 
					 | 
				
			||||||
        transform: translateY(8px);
 | 
					 | 
				
			||||||
      }
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
@media (max-width: 382px) {
 | 
					@media (max-width: 382px) {
 | 
				
			||||||
  .nav-right,
 | 
					  .nav-right,
 | 
				
			||||||
  .nav-pills li {
 | 
					  .nav-pills li {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user