9efa3ea3e6
feat(sass): add support for contrast color in MD mode colors map
...
BREAKING CHANGE:
Can now pass contrast to the colors map:
```
$colors-md: (
primary: (
base: #327eff,
contrast: yellow
),
secondary: (
base: #32db64,
contrast: hotpink
),
danger: #d91e18,
light: #f4f4f4,
dark: #222
) !default;
```
references #5445
2016-03-22 17:53:08 -04:00
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
253cfc182b
style(sass): fixing lint errors
...
references #5797
2016-03-14 16:44:08 -04:00
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
06b3a5b3bd
feat: hairlines width can be configured with a sass variable
2016-02-07 15:00:34 +01:00
e5aeff828d
fix(icon): set ion-icon colors per mode
2016-01-06 22:09:30 -06:00
196bdfd431
fix(typography): changing body to ion-content for text-color to be more specific
...
references #762
2015-12-17 14:35:12 -05:00
b005bd1601
fix(text): added text color for the entire body and added a paragraph variable
...
renamed some variables in item and added a variable for item paragraph
color. Fixes #762
2015-12-17 14:14:05 -05:00
854d90f4c1
refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
...
references #689
2015-12-09 17:20:11 -05:00