10 Commits

Author SHA1 Message Date
ff1a8ac6c7 feat(sass): add the ability to pass a contrast color in the colors map to iOS
this adds the functions necessary for the other modes as well

BREAKING CHANGE:

Can now pass contrast to the colors map:

```
$colors-ios: (

  primary: (
    base: #327eff,
    contrast: yellow
  ),
  secondary: (
    base: #32db64,
    contrast: hotpink
  ),
  danger: #d91e18,
  light: #f4f4f4,
  dark: #222
) !default;
```

references #5445
2016-03-22 17:14:39 -04:00
f7b52eeee1 chore(sass): update sass to match linter config
references #5797
2016-03-10 22:42:38 -05:00
fe256c785c refactor(sass): rename bg to background in all sass variables
BREAKING CHANGE:

`$item-ios-divider-bg` is now `$item-ios-divider-background`
`$item-ios-sliding-content-bg` is now
`$item-ios-sliding-content-background`

`$item-md-divider-bg` is now `$item-md-divider-background`
`$item-md-sliding-content-bg` is now
`$item-md-sliding-content-background`

`$item-wp-divider-bg` is now `$item-wp-divider-background`
`$item-wp-sliding-content-bg` is now
`$item-wp-sliding-content-background`

references #5651
2016-03-10 13:56:03 -05:00
572f7cc177 Dark theme card header color
Also fixing code alignment
2016-02-04 10:22:50 -03:00
d833bec04f Dark theme ion-note 2016-02-04 10:22:16 -03:00
10d95f237f Change color iOS outer-content background 2016-02-04 10:08:54 -03:00
a955482e70 Toggle iOS colors 2016-02-03 09:26:53 -03:00
0d4c9beaf5 Changing list-headers and sticky headers colors
For iOS
2016-02-03 09:14:01 -03:00
af8ced290a Dark theme ios list header 2016-02-02 19:18:40 -03:00
c2cf3b0636 refactor(themes): adjusted scss structure for additional themes
Related #4967
2016-02-02 10:02:31 -06:00