Polymer 1.7 (#113)

* Update paper-range-slider in Bower.json

* Changed Content to slot in ha-card.html

* Update bower.json for Polymer 1.7

* Revert "Update paper-range-slider in Bower.json"

This reverts commit 0c305bd2fec2c8d99b3aeb1ee3f2461df80dc87c.

* change :root to html
This commit is contained in:
Justin Weberg 2016-10-02 17:23:06 -05:00 committed by Paulus Schoutsen
parent 1a456dc098
commit 22386a5035
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@
"license": "MIT",
"private": true,
"devDependencies": {
"polymer": "Polymer/polymer#~1.6.1",
"polymer": "Polymer/polymer#~1.7.0",
"pikaday": "~1.4.0",
"leaflet-map": "~1.2.0",
"iron-elements": "PolymerElements/iron-elements#~1.0.10",

View File

@ -23,7 +23,7 @@
<template is='dom-if' if='[[header]]'>
<div class='header'>[[header]]</div>
</template>
<content></content>
<slot></slot>
</template>
</dom-module>
@ -45,4 +45,4 @@ Polymer({
},
},
});
</script>
</script>

View File

@ -1,7 +1,7 @@
<link rel="import" href="../../bower_components/polymer/polymer.html">
<style is="custom-style">
:root {
html {
font-size: 14px;
--dark-primary-color: #0288D1;