From 2559905b54b77668361d8a1325a46d5183e61aa5 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 10 Jul 2015 10:50:41 -0400 Subject: upgraded ionic libraries to latest version --- www/lib/ionic/scss/_platform.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'www/lib/ionic/scss/_platform.scss') 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; -- cgit v1.2.3