[Mobile] Transition/Create Fix

Fix the create button to work and
also transition well. Added transition mixin
to stay DRY.
This commit is contained in:
Shivam Dave
2015-07-16 13:22:07 -07:00
parent 6e6fbe0d65
commit 15a88967d0
5 changed files with 71 additions and 57 deletions

View File

@@ -80,3 +80,8 @@
@content
}
}
@mixin slMenuTransitions {
@include transition-duration(.5s);
transition-timing-function: ease;
}