[Mobile] Transitions

Made transitions properly work for
create button.
This commit is contained in:
Shivam Dave
2015-07-16 12:54:10 -07:00
parent 180e5f14ae
commit 6e6fbe0d65
4 changed files with 32 additions and 22 deletions

View File

@@ -33,12 +33,6 @@
}
}
$phoneMenuSizePortrait: 80%;
$phoneMenuSizeLandscape: 30%;
$tabletMenuSizePortrait: 40%;
$tabletMenuSizeLandscape: 25%;
$desktopMenuSize: 25%;
.desktop-browse {
@include desktop {
@@ -56,7 +50,8 @@ $desktopMenuSize: 25%;
right: auto !important;
.createBtnPos {
display: none;
overflow-y: hidden;
overflow-x: hidden;
}
}
}
@@ -76,6 +71,11 @@ $desktopMenuSize: 25%;
@include transition-duration(.2s);
display: block !important;
right: auto !important;
.createBtnPos {
overflow-y: hidden;
overflow-x: hidden;
}
}
@include phonePortrait {
width: $phoneMenuSizePortrait !important;