about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-06 22:47:35 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-06 22:47:35 +0200
commita4b8069cf5ed57d7cba066993f683941a6e60bc3 (patch)
tree9b211ea3137e62c343cd7d172b11c8a973754f82 /app/assets/stylesheets
parente8a8703a4bfd0c245100beb1a0e15551b5c52f84 (diff)
Styling loading indicator, removing unused routes, adding "getting started" explanation
Also, only update relative time every minute instead of 6 seconds. My bad
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/components.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index 114d380b8..348857393 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -209,3 +209,21 @@
     }
   }
 }
+
+.static-content {
+  padding: 10px;
+  padding-top: 20px;
+  color: #616b86;
+
+  h1 {
+    font-size: 16px;
+    font-weight: 500;
+    margin-bottom: 40px;
+    text-align: center;
+  }
+
+  p {
+    font-size: 13px;
+    margin-bottom: 20px;
+  }
+}