]> git.0d.be Git - panikdb.git/blobdiff - panikdb/static/css/style.scss
start new regie home page
[panikdb.git] / panikdb / static / css / style.scss
index 400645200d122b17b9c2853425c98884f0e621fe..80b86e905b3e5527236aafceac11b3e3d5f77b86 100644 (file)
@@ -620,6 +620,36 @@ form#track-search button {
        }
 }
 
+.regie-home div#content {
+       form#login-form {
+               padding: 0 1em;
+               display: flex;
+               align-items: baseline;
+               p,
+               button {
+                       margin: 0;
+                       width: auto;
+               }
+               input, button {
+                       margin-right: 1em;
+               }
+       }
+       h3 {
+               margin-bottom: 0;
+               a {
+                       float: right;
+                       border: none;
+                       &:hover {
+                               font-weight: bold;
+                       }
+               }
+       }
+       #clock {
+               font-size: 300%;
+               text-align: center;
+       }
+}
+
 .nonstop-days {
        display: flex;
        justify-content: space-between;