Neues Initialrelease mit IonicMaterial

This commit is contained in:
Carsten Hilmer
2016-08-22 12:55:52 +02:00
parent 30a5df79aa
commit 45e482b14d
1249 changed files with 305225 additions and 68794 deletions

View File

@@ -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;
}