tree: 1e9483a694f2a0bec70f1cfaf95dfcb252653e15 [path history] [tgz]
  1. classes/
  2. demo/
  3. .bower.json
  4. bower.json
  5. color.html
  6. CONTRIBUTING.md
  7. default-theme.html
  8. demo-pages.html
  9. demo.css
  10. index.html
  11. paper-styles-classes.html
  12. paper-styles.html
  13. README.md
  14. shadow.html
  15. typography.html
server/static/bower_components/paper-styles/README.md

Build status

Demo and API docs

##<paper-styles>

The <paper-styles> component provides simple ways to use Material Design CSS styles in your application. The following imports are available:

  1. color.html: a complete list of the colors defined in the Material Design palette

  2. default-theme.html: text, background and accent colors that match the default Material Design theme

  3. shadow.html: Material Design elevation and shadow styles

  4. typography.html: Material Design font styles and sizes

  5. demo-pages.html: generic styles used in the PolymerElements demo pages

We recommend importing each of these individual files, and using the style mixins available in each ones, rather than the aggregated paper-styles.html as a whole.