9 Commits

Author SHA1 Message Date
5f2e737904 feat(sass): add support for contrast in color map for wp mode
BREAKING CHANGE:

Can now pass contrast to the colors map:

```
$colors-wp: (

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

references #5445
2016-03-22 18:07:59 -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
a4fc96de0d fix(select): fix select styling on windows mode
closes #5787
2016-03-14 18:25:24 -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
b3bea838b2 fix(input): align item right to the bottom for windows mode
references #5731
2016-03-09 16:26:13 -05:00
6063932455 fix(select): change windows border colors for selects to match input
references #5787
2016-03-09 16:21:35 -05:00
4e375242c6 fix(select): make select full width when with a stacked/floating label
if it is with a floating label, the label will stay stacked instead of
floating

closes #5715
2016-03-09 16:21:35 -05:00
f8ef960ca5 feat(windows): add input component sass
references #5565
2016-02-24 12:05:50 -05:00