From 7648e2a4d5d16be21675324c2cb30f77fbfa4ab3 Mon Sep 17 00:00:00 2001
From: Noah Loomans <noahloomans@gmail.com>
Date: Tue, 20 Jun 2017 13:21:19 +0200
Subject: Add warning for custom hours

---
 public/stylesheets/style.css | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

(limited to 'public/stylesheets')

diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css
index fd2bfb8..c2c7e8f 100644
--- a/public/stylesheets/style.css
+++ b/public/stylesheets/style.css
@@ -381,3 +381,25 @@ body.week-selector-not-visible #week-selector {
 .print {
   display: none;
 }
+
+#notification {
+  max-width: 600px;
+  padding: 10px;
+  margin: 0 auto;
+}
+
+#notification .box {
+  display: flex;
+  background-color: #e0e0e0;
+  padding: 8px;
+  border-radius: 2px;
+  align-items: center;
+}
+
+#notification .text {
+  padding-left: 8px;
+}
+
+.grow {
+  flex-grow: 1;
+}
-- 
cgit v1.1