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
64ae1000f4
refactor(button): refactors button's css to work in chrome/safari
2016-02-07 00:37:30 +01: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
a801a09991
fix(sass): copy $colors map for $color-ios/$color-md
2015-12-14 15:57:46 -06:00
aa884c9da5
chore(sass): fix file paths
2015-12-10 12:42:33 -06:00
901508e035
fix(toolbar/tabs): change toolbar-background to use the background property
...
Renamed Sass variables for toolbar and tabbar to use just background,
not color. Closes #716
2015-12-10 11:10:53 -05:00
5ae94e6559
mode font styling
2015-12-05 11:19:09 -06:00
022d873723
update item/list variable setup
2015-12-04 23:45:39 -06:00
d8f235d09d
fix color inheritance, core components should not contain colors
2015-12-04 23:23:55 -06:00
4f125354cc
mode theming
2015-12-04 14:09:44 -06:00