diff options
Diffstat (limited to 'www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss')
| -rw-r--r-- | www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss b/www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss deleted file mode 100644 index 5c203370..00000000 --- a/www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss +++ /dev/null @@ -1,16 +0,0 @@ -//Scroll Sista - -//places subheader underneath top tabs. Don't forget to import ionic scss before this file! -.tabs-top .bar-subheader { - top: $bar-height + $tabs-height; -} -.platform-ios.platform-cordova { - // iOS has a status bar which sits on top of the header. - // Bump down everything to make room for it. However, if - // if its in Cordova, and set to fullscreen, then disregard the bump. - &:not(.fullscreen) { - .tabs-top .bar-subheader { - top: $bar-height + $tabs-height + $ios-statusbar-height; - } - } -}
\ No newline at end of file |
