* theme-builder wip
* Theme Builder updates
- new CSS variable support
- realtime color updating with alpha support (rgb generation)
- auto tint/shade/contrast generation
- auto step generation
- CSS variable highlighting (forward and backwards)
- Colourlovers Palette search (via local proxy)
* Theme Builder Updates
- Settings for auto generation
- updated to 10 steps per background/ext
- general cleanup
- added instructions
- re-worked shade/tint to mix black and white instead of lighten/darken
- scoped cssText into component
- apply theme to theme builder also to style internal buttons
SCSS Updates
- added 10 steps to reach platform
- updated SCSS to use same mix and color methods as theme builder
* material design color step fix
* readme files
fixes#13985fixes#13986
* theme-builder wip
* Theme Builder updates
- new CSS variable support
- realtime color updating with alpha support (rgb generation)
- auto tint/shade/contrast generation
- auto step generation
- CSS variable highlighting (forward and backwards)
- Colourlovers Palette search (via local proxy)
having the ion-buttons in the standalone tests was providing button
styles that some of the components needed, we need to make sure they
look good without those styles
Alert was previously dependent on button being used with it - this
renames the .button-inner class to .alert-button-inner and fixes the
styling of the standalone alert component
* test(e2e): update standalone tests for snapshot
* fix(standalone): improve component fonts, box-sizing, etc
* refactor(input): separate textarea styles from input and rename classes
* fix(datetime): change position in an item so cover is over item
* refactor(sass): separate sass variables from styles
also adds styles for stand alone avatar
closes#9192closes#12880
* style(range): remove deprecated variable
* refactor(sass): move variables for chip and fix file naming
* refactor(components): add translucent property
* feat(toast): add translucent property to toast
* refactor(toolbar): get translucency working with colored toolbars
* refactor(fab): get colored fab and list fab working with translucent
* feat(loading): add translucent property for loading
* feat(popover): add translucent option to popover
* feat(card): add translucent property to card header
* refactor(components): default translucent to false
* refactor(card): use white for card header background
* refactor(tabs): update translucency values and add test for it
* feat(translucent): add translucent options to alert and action sheet
* refactor(translucent): update values for transucency
* feat(tabs): add translucent color styles