Dark theme card header color

Also fixing code alignment
This commit is contained in:
Matheus Cruz Rocha
2016-02-04 10:22:50 -03:00
parent d833bec04f
commit 572f7cc177

View File

@@ -16,7 +16,12 @@ $font-size-ios-base: $font-size-base !default;
// iOS Outer content
// --------------------------------------------------
$outer-content-ios-background-color: $background-color !default;
$outer-content-ios-background-color: $background-color !default;
// iOS Card
// --------------------------------------------------
$card-ios-header-color: #ddd !default;
// iOS Note
// --------------------------------------------------
@@ -43,9 +48,9 @@ $list-ios-activated-background-color: #d9d9d9 !default;
// iOS List header
// --------------------------------------------------
$list-ios-header-color: $text-color !default;
$item-ios-divider-bg: #151515 !default;
$item-ios-divider-color: $text-color !default;
$list-ios-header-color: $text-color !default;
$item-ios-divider-bg: #151515 !default;
$item-ios-divider-color: $text-color !default;
ion-list-header {
background-color: #151515;