mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ion-card-header
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user