Brandy Carney
30bb005ad8
fix(sass): change map-get to use color function in default themes
...
references #5445
2016-03-22 19:24:03 -04:00
Brandy Carney
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
Brandy Carney
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
Brandy Carney
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
Brandy Carney
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
Brandy Carney
fe256c785c
refactor(sass): rename bg to background in all sass variables
...
BREAKING CHANGE:
`$item-ios-divider-bg` is now `$item-ios-divider-background`
`$item-ios-sliding-content-bg` is now
`$item-ios-sliding-content-background`
`$item-md-divider-bg` is now `$item-md-divider-background`
`$item-md-sliding-content-bg` is now
`$item-md-sliding-content-background`
`$item-wp-divider-bg` is now `$item-wp-divider-background`
`$item-wp-sliding-content-bg` is now
`$item-wp-sliding-content-background`
references #5651
2016-03-10 13:56:03 -05:00
Brandy Carney
a5945317d5
feat(windows): more UI cleanup
...
references #5565
2016-02-25 18:12:18 -05:00
Brandy Carney
e05f147945
feat(windows): windows UI cleanup
...
references #5565
2016-02-25 16:17:26 -05:00
Brandy Carney
706e0d7dba
feat(windows): add detail-push icon
...
references #5565
2016-02-25 12:22:10 -05:00
Brandy Carney
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
Brandy Carney
85c1637e5b
feat(windows): add noto sans as a fallback font
...
references #5565
2016-02-24 11:32:42 -05:00
Brandy Carney
1cf56ee42f
feat(windows): add list and item components
...
removed transition from checkbox
references #5565
2016-02-23 17:58:25 -05:00
Brandy Carney
fe11eccb46
feat(windows): add content padding/margin components for wp
...
also split all of the modes up so they can have different amounts of
padding/margin on their content
references #5565
2016-02-23 17:16:43 -05:00
Brandy Carney
6062bb6dbb
feat(windows): initial add of toolbar with some custom theming
...
references #5565
2016-02-23 12:59:12 -05:00
Brandy Carney
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
Matheus Cruz Rocha
c261d0e348
Merge branch '2.0' into dark-theme
2016-02-12 11:51:31 -03:00
Matheus Cruz Rocha
3ee5bd3d03
feat(Themes): dark theme
...
Changing default primary and secondary color for dark theme
2016-02-11 19:26:13 -03:00
Matheus Cruz Rocha
7eb7952849
feat(Theme): md toolbar dark theme
...
Changing text default color on toolbar for Material Design dark theme
2016-02-11 19:21:31 -03:00
Matheus Cruz Rocha
3dbd9a992e
feat(Themes): md cards dark theme
...
Creating dark theme for Material Design cards
2016-02-11 19:17:07 -03:00
Matheus Cruz Rocha
bcaa4841c4
feat(Themes): md outer content dark theme
...
Overriding background color of outer content for material design dark theme
2016-02-11 19:16:22 -03:00
Matheus Cruz Rocha
eb8e778473
feat(Themes): md dark theme item-divider
...
Overriding color of item-divider for material design dark theme
2016-02-11 19:15:12 -03:00
Matheus Cruz Rocha
569beabbf1
feat(Themes): md toggle dark theme
...
This commit overrides the toggle handle background color for MD dark theme
2016-02-11 18:37:23 -03:00
Adam Bradley
da18868636
refactor(animations): inline css animations
2016-02-09 16:23:01 -06:00
Manu Mtz.-Almeida
64ae1000f4
refactor(button): refactors button's css to work in chrome/safari
2016-02-07 00:37:30 +01:00
Matheus Cruz Rocha
70bee0fcc6
Changing background color
...
Darken background color to give more relevance to itens with dark color
2016-02-04 10:28:01 -03:00
Matheus Cruz Rocha
572f7cc177
Dark theme card header color
...
Also fixing code alignment
2016-02-04 10:22:50 -03:00
Matheus Cruz Rocha
d833bec04f
Dark theme ion-note
2016-02-04 10:22:16 -03:00
Matheus Cruz Rocha
10d95f237f
Change color iOS outer-content background
2016-02-04 10:08:54 -03:00
Matheus Cruz Rocha
a955482e70
Toggle iOS colors
2016-02-03 09:26:53 -03:00
Matheus Cruz Rocha
0d4c9beaf5
Changing list-headers and sticky headers colors
...
For iOS
2016-02-03 09:14:01 -03:00
Matheus Cruz Rocha
af8ced290a
Dark theme ios list header
2016-02-02 19:18:40 -03:00
Matheus Cruz Rocha
21bf106ea0
Dark theme list
2016-02-02 18:55:01 -03:00
Matheus Cruz Rocha
b54fe34468
New colors
2016-02-02 16:05:13 -03:00
Matheus Cruz Rocha
871c0838bd
Dark colors toolbar
2016-02-02 16:00:50 -03:00
Adam Bradley
c2cf3b0636
refactor(themes): adjusted scss structure for additional themes
...
Related #4967
2016-02-02 10:02:31 -06:00
Brandy Carney
706832f031
fix(toolbar): make iOS toolbar closer to native
...
aligned title and back button, increased font size of back icon,
removed color shade from toolbar buttons, increased font weight of
title, changed primary color, reduced back button text letter spacing.
Fixes #5149
2016-01-22 14:14:33 -05:00
Brandy Carney
b005bd1601
fix(text): added text color for the entire body and added a paragraph variable
...
renamed some variables in item and added a variable for item paragraph
color. Fixes #762
2015-12-17 14:14:05 -05:00
Brandy Carney
d5e0570193
fix(toolbar): fixed default button colors for MD in a toolbar, added new function to get this inverse
...
closes #91
2015-12-15 16:41:33 -05:00
Adam Bradley
a801a09991
fix(sass): copy $colors map for $color-ios/$color-md
2015-12-14 15:57:46 -06:00
Drew Rygh
aa884c9da5
chore(sass): fix file paths
2015-12-10 12:42:33 -06:00
Brandy Carney
901508e035
fix(toolbar/tabs): change toolbar-background to use the background property
...
Renamed Sass variables for toolbar and tabbar to use just background,
not color. Closes #716
2015-12-10 11:10:53 -05:00
Brandy Carney
4666f6c687
fix(list): fixed list border color for MD
...
references #689
2015-12-09 15:05:04 -05:00
Adam Bradley
ba87b3af8e
use @at-root for roboto font
2015-12-05 14:47:01 -06:00
Adam Bradley
5ae94e6559
mode font styling
2015-12-05 11:19:09 -06:00
Adam Bradley
cc91591b2d
update button
2015-12-05 10:16:28 -06:00
Adam Bradley
022d873723
update item/list variable setup
2015-12-04 23:45:39 -06:00
Adam Bradley
d8f235d09d
fix color inheritance, core components should not contain colors
2015-12-04 23:23:55 -06:00
Adam Bradley
78a3ce12b1
move button colors to ios button
2015-12-04 21:53:48 -06:00
Adam Bradley
5b0c174939
component theme updates
2015-12-04 14:56:57 -06:00
Adam Bradley
4f125354cc
mode theming
2015-12-04 14:09:44 -06:00