summaryrefslogtreecommitdiff
path: root/www/lib/ionic/scss/_bar.scss
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-09-21 12:49:18 -0400
committerPliable Pixels <pliablepixels@gmail.com>2017-09-21 12:49:18 -0400
commitb28028ac4082842143b0f528d6bc539da6ccb419 (patch)
tree1e26ea969a781ed8e323fca4e3c76345113fc694 /www/lib/ionic/scss/_bar.scss
parent676270d21beed31d767a06c89522198c77d5d865 (diff)
mega changes, including updates and X
Diffstat (limited to 'www/lib/ionic/scss/_bar.scss')
-rw-r--r--www/lib/ionic/scss/_bar.scss19
1 files changed, 3 insertions, 16 deletions
diff --git a/www/lib/ionic/scss/_bar.scss b/www/lib/ionic/scss/_bar.scss
index c8d11a95..a6147d89 100644
--- a/www/lib/ionic/scss/_bar.scss
+++ b/www/lib/ionic/scss/_bar.scss
@@ -99,7 +99,7 @@
&.bar-balanced {
@include bar-style($bar-balanced-bg, $bar-balanced-border, $bar-balanced-text);
&.bar-footer{
- background-image: linear-gradient(180deg, $bar-balanced-border, $bar-balanced-border 50%, transparent 50%);
+ background-image: linear-gradient(180deg, $bar-balanced-border, $bar-positive-border 50%, transparent 50%);
}
}
&.bar-energized {
@@ -366,11 +366,6 @@
&.item-input-inset {
position: absolute;
}
-
- .title {
- height: $bar-footer-height - 1;
- line-height: $bar-footer-height;
- }
}
// Don't render padding if the bar is just for tabs
@@ -380,23 +375,15 @@
.bar-subheader {
top: $bar-height;
+ display: block;
height: $bar-subheader-height;
-
- .title {
- height: $bar-subheader-height - 1;
- line-height: $bar-subheader-height;
- }
}
.bar-subfooter {
bottom: $bar-footer-height;
+ display: block;
height: $bar-subfooter-height;
-
- .title {
- height: $bar-subfooter-height - 1;
- line-height: $bar-subfooter-height;
- }
}
.nav-bar-block {