| 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;
|
|
|