about summary refs log tree commit diff
path: root/app/assets/stylesheets/footer.scss
diff options
context:
space:
mode:
authorMatt Jankowski <mjankowski@thoughtbot.com>2017-04-12 10:01:59 -0400
committerEugen <eugen@zeonfederated.com>2017-04-12 16:01:59 +0200
commitfd102059aa63a3953ccfedfe9efa0e6f7993f72a (patch)
tree9f6621573097439a1fa080dbc26a3ba8df029456 /app/assets/stylesheets/footer.scss
parent323671a653e22704f0d50be13d67bf6fe6ee3a2a (diff)
Clean up stylesheet organization (#1591)
Diffstat (limited to 'app/assets/stylesheets/footer.scss')
-rw-r--r--app/assets/stylesheets/footer.scss29
1 files changed, 29 insertions, 0 deletions
diff --git a/app/assets/stylesheets/footer.scss b/app/assets/stylesheets/footer.scss
new file mode 100644
index 000000000..719bfcf43
--- /dev/null
+++ b/app/assets/stylesheets/footer.scss
@@ -0,0 +1,29 @@
+.footer {
+  text-align: center;
+  margin-top: 30px;
+  font-size: 12px;
+  color: darken($color2, 25%);
+
+  .domain {
+    font-weight: 500;
+
+    a {
+      color: inherit;
+      text-decoration: none;
+    }
+  }
+
+  .powered-by {
+    font-weight: 400;
+
+    a {
+      color: inherit;
+      text-decoration: underline;
+      font-weight: 500;
+
+      &:hover {
+        text-decoration: none;
+      }
+    }
+  }
+}