58 Commits

Author SHA1 Message Date
62bd13ba56 fix(toolbar): wp get title/button color from the contrast of toolbar background
BREAKING CHANGES:

`$bar-button-wp-color` was renamed to `$toolbar-wp-button-color`
`$bar-button-wp-border-radius` was renamed to
`$toolbar-wp-button-border-radius`

Added `$toolbar-wp-title-text-color` for better control of the title
color

Removed `$toolbar-wp-button-color` from the default themes

references #6364
2016-05-10 10:34:08 -04:00
9f54f160f0 fix(toolbar): md mode use the color contrast for toolbar button/title
BREAKING CHANGES:

`$toolbar-md-button-color` no longer gets passed to the function that
sets the contrast color for toolbar buttons, but it can still be used
to set the default button color.

`$bar-button-md-color` was renamed to `$toolbar-md-button-color`
`$bar-button-md-border-radius` was renamed to
`$toolbar-md-button-border-radius`

references #6364
2016-05-05 11:13:37 -06:00
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
30bb005ad8 fix(sass): change map-get to use color function in default themes
references #5445
2016-03-22 19:24:03 -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
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
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
f7b52eeee1 chore(sass): update sass to match linter config
references #5797
2016-03-10 22:42:38 -05:00
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
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
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
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
c261d0e348 Merge branch '2.0' into dark-theme 2016-02-12 11:51:31 -03:00
3ee5bd3d03 feat(Themes): dark theme
Changing default primary and secondary color for dark theme
2016-02-11 19:26:13 -03:00
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
3dbd9a992e feat(Themes): md cards dark theme
Creating dark theme for Material Design cards
2016-02-11 19:17:07 -03:00
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
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
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
da18868636 refactor(animations): inline css animations 2016-02-09 16:23:01 -06:00
64ae1000f4 refactor(button): refactors button's css to work in chrome/safari 2016-02-07 00:37:30 +01:00
70bee0fcc6 Changing background color
Darken background color to give more relevance to itens with dark color
2016-02-04 10:28:01 -03:00
572f7cc177 Dark theme card header color
Also fixing code alignment
2016-02-04 10:22:50 -03:00
d833bec04f Dark theme ion-note 2016-02-04 10:22:16 -03:00
10d95f237f Change color iOS outer-content background 2016-02-04 10:08:54 -03:00
a955482e70 Toggle iOS colors 2016-02-03 09:26:53 -03:00
0d4c9beaf5 Changing list-headers and sticky headers colors
For iOS
2016-02-03 09:14:01 -03:00
af8ced290a Dark theme ios list header 2016-02-02 19:18:40 -03:00
21bf106ea0 Dark theme list 2016-02-02 18:55:01 -03:00
b54fe34468 New colors 2016-02-02 16:05:13 -03:00
871c0838bd Dark colors toolbar 2016-02-02 16:00:50 -03:00
c2cf3b0636 refactor(themes): adjusted scss structure for additional themes
Related #4967
2016-02-02 10:02:31 -06:00
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
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
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
a801a09991 fix(sass): copy $colors map for $color-ios/$color-md 2015-12-14 15:57:46 -06:00
aa884c9da5 chore(sass): fix file paths 2015-12-10 12:42:33 -06:00
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
4666f6c687 fix(list): fixed list border color for MD
references #689
2015-12-09 15:05:04 -05:00
ba87b3af8e use @at-root for roboto font 2015-12-05 14:47:01 -06:00
5ae94e6559 mode font styling 2015-12-05 11:19:09 -06:00
cc91591b2d update button 2015-12-05 10:16:28 -06:00
022d873723 update item/list variable setup 2015-12-04 23:45:39 -06:00
d8f235d09d fix color inheritance, core components should not contain colors 2015-12-04 23:23:55 -06:00