Neues Initialrelease mit IonicMaterial
This commit is contained in:
@@ -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 {
|
||||
@@ -123,7 +123,6 @@
|
||||
|
||||
// Title inside of a bar is centered
|
||||
.title {
|
||||
display: block;
|
||||
position: absolute;
|
||||
|
||||
top: 0;
|
||||
@@ -160,7 +159,7 @@
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.button, button {
|
||||
.button {
|
||||
z-index: $z-index-bar-button;
|
||||
padding: 0 $button-bar-button-padding;
|
||||
min-width: initial;
|
||||
@@ -366,11 +365,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 +374,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 {
|
||||
@@ -415,3 +401,4 @@
|
||||
.nav-bar-tabs-top .bar {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user