This commit is contained in:
Adam Bradley
2015-05-12 10:17:17 -05:00
parent e28e19fa09
commit 5e45f030d4
7 changed files with 18 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
// --------------------------------------------------
[ion-app] {
ion-app {
-webkit-user-drag: none;
-ms-content-zooming: none;

View File

@@ -12,6 +12,16 @@ html {
box-sizing: border-box;
}
body {
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
max-height: 100%;
margin: 0;
padding: 0;
}
// HTML5 display definitions
// ==========================================================================
@@ -62,7 +72,7 @@ strong {
// ==========================================================================
// Remove border when inside `a` element in IE 8/9/10.
[ion-app] img {
ion-app img {
border: 0;
}

View File

@@ -2,7 +2,7 @@ html {
height: 100%;
}
[ion-app] {
ion-app {
@include flex-display();
@include flex-direction(column);

View File

@@ -28,7 +28,7 @@ html {
}
[ion-app] {
ion-app {
font-size: $font-size-base;
font-family: $font-family-base;

View File

@@ -51,7 +51,7 @@ $toolbar-secondary-flex-order: 10;
white-space: nowrap;
text-overflow: ellipsis;
}
// Override [ion-app] h1 margin-top
// Override ion-app h1 margin-top
h1.toolbar-title {
margin: 0;
}
@@ -63,4 +63,4 @@ h1.toolbar-title {
.toolbar .button {
background: transparent;
border: none;
}
}