about summary refs log tree commit diff
path: root/app/assets/stylesheets/dashboard.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-14 17:49:13 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-14 17:49:13 +0100
commit6fec8afc3f91166930c8b4dfca441a5a70a24d5b (patch)
tree4cd02810b87de1dccf7b96630910921d76357921 /app/assets/stylesheets/dashboard.scss
parent25d7c1b6eaf03ddaec892c82f7d93a128b79a872 (diff)
Bind oauth applications to users
Diffstat (limited to 'app/assets/stylesheets/dashboard.scss')
-rw-r--r--app/assets/stylesheets/dashboard.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss
index 166ce42c1..08a9415d1 100644
--- a/app/assets/stylesheets/dashboard.scss
+++ b/app/assets/stylesheets/dashboard.scss
@@ -247,6 +247,12 @@
     input[type=file] {
       display: block;
     }
+
+    .hint {
+      display: block;
+      margin-top: 5px;
+      color: lighten(#282c37, 25%);
+    }
   }
 }