android13/external/chromium-trace/catapult/third_party/polymer/components/paper-styles
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
classes initial 2024-06-22 20:45:49 +08:00
demo initial 2024-06-22 20:45:49 +08:00
element-styles initial 2024-06-22 20:45:49 +08:00
.bower.json initial 2024-06-22 20:45:49 +08:00
CONTRIBUTING.md initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
bower.json initial 2024-06-22 20:45:49 +08:00
color.html initial 2024-06-22 20:45:49 +08:00
default-theme.html initial 2024-06-22 20:45:49 +08:00
demo-pages.html initial 2024-06-22 20:45:49 +08:00
demo.css initial 2024-06-22 20:45:49 +08:00
index.html initial 2024-06-22 20:45:49 +08:00
paper-styles-classes.html initial 2024-06-22 20:45:49 +08:00
paper-styles.html initial 2024-06-22 20:45:49 +08:00
shadow.html initial 2024-06-22 20:45:49 +08:00
typography.html initial 2024-06-22 20:45:49 +08:00

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.