OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright 2013 The Polymer Authors. All rights reserved. | 3 Copyright 2013 The Polymer Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style | 4 Use of this source code is governed by a BSD-style |
5 license that can be found in the LICENSE file. | 5 license that can be found in the LICENSE file. |
6 --> | 6 --> |
7 <html> | 7 <html> |
8 <head> | 8 <head> |
9 | 9 |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 | 78 |
79 <div>Mini</div> | 79 <div>Mini</div> |
80 | 80 |
81 <paper-fab mini icon="done" class="green"></paper-fab> | 81 <paper-fab mini icon="done" class="green"></paper-fab> |
82 <paper-fab mini icon="reply" class="yellow"></paper-fab> | 82 <paper-fab mini icon="reply" class="yellow"></paper-fab> |
83 | 83 |
84 </section> | 84 </section> |
85 | 85 |
86 </body> | 86 </body> |
87 </html> | 87 </html> |
OLD | NEW |