diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-10 10:50:41 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-10 10:50:41 -0400 |
| commit | 2559905b54b77668361d8a1325a46d5183e61aa5 (patch) | |
| tree | cf591a06057fc6320edcb69ec5f0fb16619d8289 /www/lib/ionic/scss/_platform.scss | |
| parent | bfdcdcccee146f924f3311b6955ce81d2dab226f (diff) | |
upgraded ionic libraries to latest version
Diffstat (limited to 'www/lib/ionic/scss/_platform.scss')
| -rw-r--r-- | www/lib/ionic/scss/_platform.scss | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/www/lib/ionic/scss/_platform.scss b/www/lib/ionic/scss/_platform.scss index 75747cd4..163994e8 100644 --- a/www/lib/ionic/scss/_platform.scss +++ b/www/lib/ionic/scss/_platform.scss @@ -40,6 +40,24 @@ top: $bar-height + $bar-subheader-height + $tabs-height + $ios-statusbar-height; } } + .popover{ + .bar-header:not(.bar-subheader) { + height: $bar-height; + &.item-input-inset .item-input-wrapper { + margin-top: -1px; + } + > * { + margin-top: 0; + } + } + .has-header, + .bar-subheader { + top: $bar-height; + } + .has-subheader { + top: $bar-height + $bar-subheader-height; + } + } &.status-bar-hide { // Cordova doesn't adjust the body height correctly, this makes up for it margin-bottom: 20px; |
