house of pane

This commit is contained in:
Adam Bradley
2015-06-05 15:03:05 -05:00
parent 4fa2e42a9f
commit 5c06eaff7e
14 changed files with 118 additions and 98 deletions

View File

@@ -28,7 +28,7 @@ ion-nav {
height: 100%;
}
ion-nav-pane {
ion-pane {
position: absolute;
top: 0;
right: 0;
@@ -98,18 +98,6 @@ ion-content {
will-change: scroll-position;
}
$swipe-handle-width: 20px !default;
swipe-handle {
position: absolute;
top: 0;
left: 0;
display: block;
width: $swipe-handle-width;
height: 100%;
z-index: $z-index-swipe-handle;
}
// Hardware Acceleration
.transitioning {