Skip to content

Commit

Permalink
Add fade transition on nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
qgolsteyn committed Aug 3, 2018
1 parent b771540 commit 593afbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/content/Nav/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const StyledWrapper = styled.div`
grid-template-columns: auto 1fr auto;
-ms-grid-columns: auto 1fr auto;
grid-template-rows: 64px;
transition: all .4s;
`

export const StyledNavItem = styled(NavLink)`
Expand Down

0 comments on commit 593afbf

Please sign in to comment.