Faster transitions
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
margin-top 0
|
||||
height 3px
|
||||
width 0px
|
||||
transition all 500ms ease
|
||||
transition all transitionSpeed ease
|
||||
&.active
|
||||
&:hover
|
||||
cursor pointer
|
||||
@ -33,4 +33,4 @@
|
||||
padding 0.75em 1em
|
||||
font-size 1.1em
|
||||
line-height 1em
|
||||
transition all 290ms ease
|
||||
// transition all transitionSpeed ease
|
Reference in New Issue
Block a user