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, initial-scale=1, user-scalable=no">
14 <title>paper-fab
</title>
16 <script src=
"../platform/platform.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;
28 -webkit-user-select: none;
29 -moz-user-select: none;
30 -ms-user-select: none;
32 -webkit-tap-highlight-color: rgba(
0,
0,
0,
0);
33 -webkit-touch-callout: none;
34 transform: translateZ(
0);
35 -webkit-transform: translateZ(
0);
63 <paper-fab icon=
"arrow-forward"></paper-fab>
64 <paper-fab icon=
"create" class=
"blue"></paper-fab>
68 <paper-fab icon=
"done" class=
"mini green"></paper-fab>
69 <paper-fab icon=
"reply" class=
"mini yellow"></paper-fab>