summaryrefslogtreecommitdiff
path: root/www/lib/ionic-scroll-sista/scss
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-29 08:47:33 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-29 08:47:33 -0400
commit231c8f14a84b5493eed9b221c095a72e996e0366 (patch)
treea60e63920739e08aa243d552b33436509ecf74f6 /www/lib/ionic-scroll-sista/scss
parent0d9a9353e756b7cdcabae85b4d4a4840910ed3df (diff)
applied scroll sista patch for native, moved it to external
Former-commit-id: 36e79c5df09980a6ad9a8751a19cea7f463a85fc
Diffstat (limited to 'www/lib/ionic-scroll-sista/scss')
-rw-r--r--www/lib/ionic-scroll-sista/scss/ionic.scroll.sista.scss16
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