about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-03-25 16:10:14 +0100
committerEugen Rochko <eugen@zeonfederated.com>2016-03-25 16:10:14 +0100
commit5764d52b04b04381d52896737eb2ffdfe1f87cfd (patch)
treecf8d3b6a1706df893bea320ac590ed0e73afc94f /app/assets
parentbb98ee489d096c438d3e299deb15e47dfe9b5bff (diff)
Fix Sidekiq pooling issues. Remove API docs from homepage, replace with
a basic home timeline
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/dashboard.scss150
1 files changed, 75 insertions, 75 deletions
diff --git a/app/assets/stylesheets/dashboard.scss b/app/assets/stylesheets/dashboard.scss
index d8f26f6c5..8d451e174 100644
--- a/app/assets/stylesheets/dashboard.scss
+++ b/app/assets/stylesheets/dashboard.scss
@@ -124,97 +124,97 @@
     background: #d9e1e8;
     border-radius: 0 4px 4px 0;
 
-    .dashboard__content__content {
-      padding: 20px;
-      color: #282c37;
-      line-height: 18px;
-
-      h3 {
-        font-size: 14px;
-        font-weight: 500;
-        margin-bottom: 15px;
-      }
+    .dashboard__top-bar {
+      border-radius: 0 4px 0 0;
+    }
+  }
+}
 
-      p {
-        margin-bottom: 15px;
-      }
+.dashboard__content__content {
+  padding: 20px;
+  color: #282c37;
+  line-height: 18px;
 
-      samp {
-        font-family: 'Roboto Mono', monospace;
-      }
+  h3 {
+    font-size: 14px;
+    font-weight: 500;
+    margin-bottom: 15px;
+  }
 
-      ul {
-        list-style: circle;
-        padding-left: 15px;
-        margin-bottom: 15px;
-      }
+  p {
+    margin-bottom: 15px;
+  }
 
-      .table {
-        width: 100%;
+  samp {
+    font-family: 'Roboto Mono', monospace;
+  }
 
-        th {
-          font-weight: 500;
-          text-align: left;
-          border-bottom: 1px solid lighten(#282c37, 55%);
-        }
+  ul {
+    list-style: circle;
+    padding-left: 15px;
+    margin-bottom: 15px;
+  }
 
-        th, td {
-          padding: 5px 0;
-          line-height: 18px;
-        }
-      }
+  .table {
+    width: 100%;
 
-      a {
-        color: #2b90d9;
-        text-decoration: underline;
+    th {
+      font-weight: 500;
+      text-align: left;
+      border-bottom: 1px solid lighten(#282c37, 55%);
+    }
 
-        &:hover {
-          text-decoration: none;
-        }
-      }
+    th, td {
+      padding: 5px 0;
+      line-height: 18px;
+    }
+  }
 
-      .btn {
-        display: inline-block;
-        border: 0;
-        background: #2b90d9;
-        border-radius: 16px;
-        padding: 6px 16px;
-        font-size: 12px;
-        font-weight: 500;
-        color: #fff;
-        cursor: pointer;
-        font-family: 'Roboto', sans-serif;
-        text-decoration: none;
+  a {
+    color: #2b90d9;
+    text-decoration: underline;
 
-        &:hover {
-          background: lighten(#2b90d9, 5%);
-        }
+    &:hover {
+      text-decoration: none;
+    }
+  }
 
-        &.btn-iconized {
-          font-size: 16px;
-          font-weight: 400;
-          width: 24px;
-          text-align: center;
-          padding: 10px 7px;
-          border-radius: 100px;
-          box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
-        }
-      }
+  .btn {
+    display: inline-block;
+    border: 0;
+    background: #2b90d9;
+    border-radius: 16px;
+    padding: 6px 16px;
+    font-size: 12px;
+    font-weight: 500;
+    color: #fff;
+    cursor: pointer;
+    font-family: 'Roboto', sans-serif;
+    text-decoration: none;
 
-      hr {
-        clear: both;
-        border: 0;
-        padding: 0;
-        width: 100%;
-        height: 0;
-        margin: 30px 0;
-      }
+    &:hover {
+      background: lighten(#2b90d9, 5%);
     }
 
-    .dashboard__top-bar {
-      border-radius: 0 4px 0 0;
+    &.btn-iconized {
+      font-size: 16px;
+      font-weight: 400;
+      width: 24px;
+      text-align: center;
+      padding: 10px 7px;
+      border-radius: 100px;
+      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
     }
   }
+
+  hr {
+    clear: both;
+    border: 0;
+    padding: 0;
+    width: 100%;
+    height: 0;
+    margin: 30px 0;
+  }
 }
 
 .simple_form {