iOS transition gray out leaving view

This commit is contained in:
Adam Bradley
2015-09-14 21:29:34 -05:00
parent 722dddbbb7
commit 2fe6135800
3 changed files with 8 additions and 2 deletions

View File

@@ -8,3 +8,7 @@ $outer-content-md-background-color: #efeff4 !default;
.outer-content {
background: $outer-content-md-background-color;
}
ion-nav {
background: #000;
}