3 Copyright 2013 The Polymer Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file.
10 <meta charset=
"utf-8">
11 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge,chrome=1">
12 <meta name=
"viewport" content=
"width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
14 <title>paper-fab
</title>
16 <script src=
"../webcomponentsjs/webcomponents.js"></script>
18 <link href=
"../font-roboto/roboto.html" rel=
"import">
19 <link href=
"../core-icons/core-icons.html" rel=
"import">
20 <link href=
"paper-fab.html" rel=
"import">
22 <style shim-shadowdom
>
25 font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
29 -webkit-user-select: none;
30 -moz-user-select: none;
31 -ms-user-select: none;
33 -webkit-tap-highlight-color: rgba(
0,
0,
0,
0);
34 -webkit-touch-callout: none;
72 <paper-fab icon=
"arrow-forward" title=
"arrow-forward"></paper-fab>
73 <paper-fab icon=
"create" class=
"blue" title=
"create"></paper-fab>
81 <paper-fab mini
icon=
"done" class=
"green" title=
"done"></paper-fab>
82 <paper-fab mini
icon=
"reply" class=
"yellow" title=
"reply"></paper-fab>