ion-card-header

This commit is contained in:
Adam Bradley
2015-08-24 17:22:04 -05:00
parent 2ac11fb716
commit d53f540d1f
11 changed files with 48 additions and 36 deletions

View File

@@ -37,7 +37,7 @@ $list-ios-header-color: #333 !default;
margin-top: $list-ios-margin-top;
}
.list[mode=ios] + .list:not(.card) ion-header {
.list[mode=ios] + .list ion-header {
margin-top: -$list-ios-margin-top;
padding-top: 0;
}

View File

@@ -32,7 +32,7 @@ $list-md-header-color: #858585 !default;
margin-top: $list-md-margin-top;
}
.list[mode=md] + .list:not(.card) ion-header {
.list[mode=md] + .list ion-header {
margin-top: -$list-md-margin-top;
padding-top: 0;
}