summaryrefslogtreecommitdiff
path: root/www/css
diff options
context:
space:
mode:
Diffstat (limited to 'www/css')
-rw-r--r--www/css/style.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css
index b1cfd10b..752a58f6 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -87,6 +87,24 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/
}
+.minimized-alarmed-header {
+ background: #ba3e3e;
+ color:#ffffff;
+ border-color: #ba3e3e;
+ border-style: solid;
+ border-width:5px;
+ opactity:80%;
+ position:absolute;
+ top:0px;
+ left:0px;
+ width:100%;
+
+}
+
+#slowpulse
+{
+ -webkit-animation-duration: 1500ms;
+}
.alarmed-body {
border-left: thick solid #ba3e3e;