launcher icon / sms / manager on boot

This commit is contained in:
Senad Uka
2016-11-19 08:03:54 +01:00
parent f937f0ac2c
commit d17fd8f940
13 changed files with 64 additions and 45 deletions

View File

@@ -1,7 +1,6 @@
<template name="alarm">
<div class="hello">
<h1> Temperatura </h1>
<div class="jumbotron text-center center-block" >
{{#with state}}
{{#if alarmTriggered}}

View File

@@ -11,7 +11,7 @@
}
.huge_text {
font-size: 3em;
font-size: 2.5em;
}
@media all and (orientation: portrait) {
@@ -32,14 +32,14 @@
@media all and (orientation: portrait) {
#alarm_image {
width: 90%;
width: 70%;
cursor: pointer;
}
}
@media all and (orientation: landscape) {
#alarm_image {
width: 40%;
width: 30%;
cursor: pointer;
}
}