summaryrefslogtreecommitdiff
path: root/www/lib/ionic/scss/_platform.scss
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-10 10:50:41 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-10 10:50:41 -0400
commit2559905b54b77668361d8a1325a46d5183e61aa5 (patch)
treecf591a06057fc6320edcb69ec5f0fb16619d8289 /www/lib/ionic/scss/_platform.scss
parentbfdcdcccee146f924f3311b6955ce81d2dab226f (diff)
upgraded ionic libraries to latest version
Diffstat (limited to 'www/lib/ionic/scss/_platform.scss')
-rw-r--r--www/lib/ionic/scss/_platform.scss18
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;