Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Side by Side Diff: lib/src/paper-styles/paper-styles.html

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/src/paper-slider/test/a11y.html ('k') | lib/src/paper-styles/typography.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 @license 2 @license
3 Copyright (c) 2015 The Polymer Project Authors. All rights reserved. 3 Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt 4 This code may only be used under the BSD style license found at http://polymer.g ithub.io/LICENSE.txt
5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt 5 The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt 6 The complete set of contributors may be found at http://polymer.github.io/CONTRI BUTORS.txt
7 Code distributed by Google as part of the polymer project is also 7 Code distributed by Google as part of the polymer project is also
8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt 8 subject to an additional IP rights grant found at http://polymer.github.io/PATEN TS.txt
9 --> 9 -->
10 10
11 <link rel="import" href="../iron-flex-layout/iron-flex-layout.html"> 11 <link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
12 <link rel="import" href="../iron-flex-layout/classes/iron-flex-layout.html"> 12 <link rel="import" href="../iron-flex-layout/classes/iron-flex-layout.html">
13 13
14 <!--
15 The `<paper-styles>` component provides simple ways to use Material Design CSS s tyles
16 in your application. The following imports are available:
17
18 1. [color.html](https://github.com/PolymerElements/paper-styles/blob/master/colo r.html):
19 a complete list of the colors defined in the Material Design [palette](https://w ww.google.com/design/spec/style/color.html)
20
21 2. [default-theme.html](https://github.com/PolymerElements/paper-styles/blob/mas ter/default-theme.html): text,
22 background and accent colors that match the default Material Design theme
23
24 3. [shadow.html](https://github.com/PolymerElements/paper-styles/blob/master/sha dow.html): Material Design
25 [elevation](https://www.google.com/design/spec/what-is-material/elevation-shadow s.html) and shadow styles
26
27 4. [typography.html](https://github.com/PolymerElements/paper-styles/blob/master /typography.html):
28 Material Design [font](http://www.google.com/design/spec/style/typography.html#t ypography-styles) styles and sizes
29
30 5. [demo-pages.html](https://github.com/PolymerElements/paper-styles/blob/master /demo-pages.html): generic styles
31 used in the PolymerElements demo pages
32
33 @group Iron Elements
34 @pseudoElement paper-styles
35 @demo demo/index.html
36 -->
37
14 <link rel="import" href="color.html"> 38 <link rel="import" href="color.html">
15 <link rel="import" href="default-theme.html"> 39 <link rel="import" href="default-theme.html">
16 <link rel="import" href="shadow.html"> 40 <link rel="import" href="shadow.html">
17 <link rel="import" href="typography.html"> 41 <link rel="import" href="typography.html">
OLDNEW
« no previous file with comments | « lib/src/paper-slider/test/a11y.html ('k') | lib/src/paper-styles/typography.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698