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

Unified Diff: polymer_1.2.3/bower_components/iron-fit-behavior/demo/simple-fit.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/iron-fit-behavior/demo/simple-fit.html
diff --git a/polymer_1.0.4/bower_components/iron-fit-behavior/demo/simple-fit.html b/polymer_1.2.3/bower_components/iron-fit-behavior/demo/simple-fit.html
similarity index 89%
copy from polymer_1.0.4/bower_components/iron-fit-behavior/demo/simple-fit.html
copy to polymer_1.2.3/bower_components/iron-fit-behavior/demo/simple-fit.html
index 950ee3feab1cb614055111f09aed6efda67b1ed2..52fe59e1b92848554eee237d0f678625344945f9 100644
--- a/polymer_1.0.4/bower_components/iron-fit-behavior/demo/simple-fit.html
+++ b/polymer_1.2.3/bower_components/iron-fit-behavior/demo/simple-fit.html
@@ -9,14 +9,15 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
-->
<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../iron-fit-behavior.html">
-<link rel="import" href="../../paper-styles/paper-styles.html">
+<link rel="import" href="../../paper-styles/color.html">
+<link rel="import" href="../../iron-flex-layout/iron-flex-layout.html">
<dom-module id="simple-fit">
<style>
:host {
@apply(--layout);
-
+
background-color: var(--paper-light-blue-500);
color: white;
text-align: center;

Powered by Google App Engine
This is Rietveld 408576698