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

Unified Diff: bower_components/paper-fab/demo.html

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 11 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bower_components/paper-fab/bower.json ('k') | bower_components/paper-fab/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bower_components/paper-fab/demo.html
diff --git a/bower_components/paper-fab/demo.html b/bower_components/paper-fab/demo.html
deleted file mode 100644
index 6e4d530900fe17805c3ae087ee8a02e5231bda56..0000000000000000000000000000000000000000
--- a/bower_components/paper-fab/demo.html
+++ /dev/null
@@ -1,87 +0,0 @@
-<!doctype html>
-<!--
-Copyright 2013 The Polymer Authors. All rights reserved.
-Use of this source code is governed by a BSD-style
-license that can be found in the LICENSE file.
--->
-<html>
-<head>
-
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
-
- <title>paper-fab</title>
-
- <script src="../platform/platform.js"></script>
-
- <link href="../font-roboto/roboto.html" rel="import">
- <link href="../core-icons/core-icons.html" rel="import">
- <link href="paper-fab.html" rel="import">
-
- <style shim-shadowdom>
-
- body {
- font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
- font-size: 14px;
- margin: 0;
- padding: 24px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- -webkit-tap-highlight-color: rgba(0,0,0,0);
- -webkit-touch-callout: none;
- }
-
- section {
- padding: 20px 0;
- }
-
- section > div {
- padding: 14px;
- font-size: 16px;
- }
-
- paper-fab {
- color: #fff;
- margin-right:2em;
- }
-
- paper-fab.blue {
- background: #5677fc;
- }
-
- paper-fab.green {
- background: #259b24;
- }
-
- paper-fab.yellow {
- background: #ffeb3b;
- }
-
- </style>
-
-</head>
-<body unresolved>
-
- <section>
-
- <div>Regular</div>
-
- <paper-fab icon="arrow-forward"></paper-fab>
- <paper-fab icon="create" class="blue"></paper-fab>
-
- </section>
-
- <section>
-
- <div>Mini</div>
-
- <paper-fab mini icon="done" class="green"></paper-fab>
- <paper-fab mini icon="reply" class="yellow"></paper-fab>
-
- </section>
-
-</body>
-</html>
« no previous file with comments | « bower_components/paper-fab/bower.json ('k') | bower_components/paper-fab/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698