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

Unified Diff: polymer_1.2.3/bower_components/paper-material/demo/index.html

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 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
Index: polymer_1.2.3/bower_components/paper-material/demo/index.html
diff --git a/polymer_1.0.4/bower_components/paper-material/demo/index.html b/polymer_1.2.3/bower_components/paper-material/demo/index.html
similarity index 92%
copy from polymer_1.0.4/bower_components/paper-material/demo/index.html
copy to polymer_1.2.3/bower_components/paper-material/demo/index.html
index 864f696391aa4f796fb47d603ddab74ba1cadf59..85bf13621ad1a457831c3dbdacd0d1f6154078ca 100644
--- a/polymer_1.0.4/bower_components/paper-material/demo/index.html
+++ b/polymer_1.2.3/bower_components/paper-material/demo/index.html
@@ -17,16 +17,15 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
- <link rel="import" href="../../iron-flex-layout/classes/iron-flex-layout.html">
+ <link rel="import" href="../../iron-flex-layout/iron-flex-layout.html">
<link rel="import" href="../../paper-styles/typography.html">
<link rel="import" href="../paper-material.html">
-
<link rel="stylesheet" href="../../paper-styles/demo.css">
</head>
-<body>
+<body unresolved>
<template is="dom-bind" id="demo">
- <style>
+ <style is="custom-style">
paper-material {
display: inline-block;
background: white;
@@ -47,6 +46,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
border-radius: 50%;
text-align: center;
cursor: pointer;
+ @apply(--layout-center-center);
}
</style>
<section>
@@ -84,7 +84,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
tap
</paper-material>
- <paper-material class="fab layout center-center" elevation="0" animated>
+ <paper-material class="fab" elevation="0" animated>
tap
</paper-material>
</section>
« no previous file with comments | « polymer_1.2.3/bower_components/paper-material/bower.json ('k') | polymer_1.2.3/bower_components/paper-material/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698