about summary refs log tree commit diff
path: root/app/javascript/styles/landing_strip.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/styles/landing_strip.scss')
-rw-r--r--app/javascript/styles/landing_strip.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/app/javascript/styles/landing_strip.scss b/app/javascript/styles/landing_strip.scss
new file mode 100644
index 000000000..4c2403160
--- /dev/null
+++ b/app/javascript/styles/landing_strip.scss
@@ -0,0 +1,17 @@
+.landing-strip {
+  background: rgba(darken($color1, 7%), 0.8);
+  color: $color3;
+  font-weight: 400;
+  padding: 14px;
+  border-radius: 4px;
+  margin-bottom: 20px;
+
+  strong, a {
+    font-weight: 500;
+  }
+
+  a {
+    color: inherit;
+    text-decoration: underline;
+  }
+}