update demo
This commit is contained in:
parent
bc750b1554
commit
51c61e33b4
15 changed files with 34 additions and 22 deletions
|
@ -16,6 +16,13 @@
|
|||
user-scalable=no' />
|
||||
<meta name='theme-color' content='#03a9f4'>
|
||||
<style>
|
||||
body {
|
||||
font-family: 'Roboto', 'Noto', sans-serif;
|
||||
font-weight: 300;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
|
||||
#ha-init-skeleton {
|
||||
display: -webkit-flex;
|
||||
display: flex;
|
||||
|
@ -64,10 +71,7 @@
|
|||
.classList.add('error');
|
||||
};
|
||||
window.noAuth = true;
|
||||
window.deferredLoading = {
|
||||
map: '/demo/partial-map.html',
|
||||
dev: '/demo/dev-tools.html',
|
||||
};
|
||||
window.Polymer = {lazyRegister: true, useNativeCSSProperties: true, dom: 'shady'}
|
||||
</script>
|
||||
</head>
|
||||
<body fullbleed>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue