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
4d4f1d429a
fix(input): update width of inputs so they don't exceed the item
...
fixes #5835
2016-03-15 12:54:46 -04:00
8fff76e299
fix(label): add color to label in a select
...
references #5669
2016-03-14 18:11:48 -04:00
d3d689ae11
style(sass): remove all PropertySortOrder errors from linter
...
references #5797
2016-03-14 15:56:19 -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
ec11ae3adf
fix(textarea): width of textarea was exceeding page area
2016-03-04 12:50:13 -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
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
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