|
8f08de187d
|
fix(sass): move the @at-root font import to the components file
the user will need to include this import themselves if they include
components individually
fixes #5931
|
2016-04-11 13:24:58 -04:00 |
|
|
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 |
|
|
f7b52eeee1
|
chore(sass): update sass to match linter config
references #5797
|
2016-03-10 22:42:38 -05:00 |
|
|
a5945317d5
|
feat(windows): more UI cleanup
references #5565
|
2016-02-25 18:12:18 -05:00 |
|
|
e05f147945
|
feat(windows): windows UI cleanup
references #5565
|
2016-02-25 16:17:26 -05:00 |
|
|
706e0d7dba
|
feat(windows): add detail-push icon
references #5565
|
2016-02-25 12:22:10 -05:00 |
|
|
0d4971f190
|
feat(windows): add input border color variable to theme
replaced hardcoded values to use this
references #5565
|
2016-02-24 11:53:41 -05:00 |
|
|
85c1637e5b
|
feat(windows): add noto sans as a fallback font
references #5565
|
2016-02-24 11:32:42 -05:00 |
|
|
1cf56ee42f
|
feat(windows): add list and item components
removed transition from checkbox
references #5565
|
2016-02-23 17:58:25 -05:00 |
|
|
6062bb6dbb
|
feat(windows): initial add of toolbar with some custom theming
references #5565
|
2016-02-23 12:59:12 -05:00 |
|
|
a9c995d07d
|
feat(windows): initial add of windows mode
basically a copy of md for now
references #5565
|
2016-02-22 20:36:02 -05:00 |
|