about summary refs log tree commit diff
path: root/app/assets/stylesheets/landing_strip.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/landing_strip.scss')
-rw-r--r--app/assets/stylesheets/landing_strip.scss17
1 files changed, 0 insertions, 17 deletions
diff --git a/app/assets/stylesheets/landing_strip.scss b/app/assets/stylesheets/landing_strip.scss
deleted file mode 100644
index 4c2403160..000000000
--- a/app/assets/stylesheets/landing_strip.scss
+++ /dev/null
@@ -1,17 +0,0 @@
-.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;
-  }
-}