[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:
@@ -80,3 +80,8 @@
|
||||
@content
|
||||
}
|
||||
}
|
||||
|
||||
@mixin slMenuTransitions {
|
||||
@include transition-duration(.5s);
|
||||
transition-timing-function: ease;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user