12 Commits

Author SHA1 Message Date
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
8fff76e299 fix(label): add color to label in a select
references #5669
2016-03-14 18:11:48 -04:00
f7b52eeee1 chore(sass): update sass to match linter config
references #5797
2016-03-10 22:42:38 -05:00
f9aa9c27c0 refactor(label): fix margin for item right in stacked/floating labels
references #5731
2016-03-09 15:14:41 -05:00
4505730ca2 refactor(item): add a wrapper for inputs in order to work with item right vertically
closes #5731
2016-03-09 14:33:42 -05:00
4c93eb06a9 refactor(label): move label css to the correct scss files
references #5651
2016-02-29 12:24:42 -05:00
9749b06aa9 fix(css): minor updates to match previous snapshots 2016-01-28 21:20:08 -06:00
3be89529a7 fix(label): remove left margin for md labels in items
this fixes the line not aligning with the left side of the word
2016-01-27 08:09:37 -06:00
2fc975354a fix(input): clean up CSS on inputs and labels 2016-01-27 08:09:37 -06:00
b3a7298a52 refactor(input): place inputs inside of ion-item 2016-01-27 08:09:37 -06:00
d19edb1944 fix(label): fix some variable names
references #712
2015-12-17 16:20:10 -05:00
b2fd889914 refactor(label): move label to its own folder and move mode specific styles for label to new files
closes #712
2015-12-17 16:20:10 -05:00