|
da5c065ffa
|
fix(button): add transparent background for clear/outline windows buttons
references #6202
|
2016-04-27 12:19:50 -04:00 |
|
|
203b07809e
|
Revert "fix(sass): remove global imports from components"
This reverts commit dad2155ecdf3f1b9864996c5a843f451ff4f0aef.
|
2016-04-11 13:24:58 -04:00 |
|
|
dad2155ecd
|
fix(sass): remove global imports from components
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component
fixes #5931
|
2016-04-11 11:59:44 -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 |
|
|
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 |
|
|
bba3c5c5bd
|
feat(windows): clean up button css, rename Sass variables and add more
references #5565
|
2016-02-24 16:34:49 -05:00 |
|
|
13f3e83605
|
feat(windows): clean up button and alert UI
references #5565
|
2016-02-24 15:44:18 -05:00 |
|
|
1fc0a23c11
|
feat(windows): initial add for windows badges
also hide ion-button-effect and change alert buttons to full width
references #5565
|
2016-02-23 13:53:11 -05:00 |
|
|
b91f8def2b
|
feat(windows): make wp buttons more windows-y
references #5565
|
2016-02-23 11:08:36 -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 |
|