about summary refs log tree commit diff
path: root/app/javascript/styles/landing_strip.scss
diff options
context:
space:
mode:
authorYaQ <i_k_o_m_a_7@yahoo.co.jp>2017-10-18 05:20:07 +0900
committerunarist <m.unarist@gmail.com>2017-10-18 05:20:07 +0900
commit6e5471947438fc5883e72b8184663564ffadee28 (patch)
tree9593a5bbd3a3a7e514cea03faabe2320410a57ac /app/javascript/styles/landing_strip.scss
parentf3003417c5e109f41912b3595536c6adae81c97b (diff)
Make theme directory and Rename application.scss (#5336)
* Rename application.scss

* Move to 'default' directory

* Follow review

Move directory, and Rename "mastodon".

* Revert rename

* undo removal of newline
Diffstat (limited to 'app/javascript/styles/landing_strip.scss')
-rw-r--r--app/javascript/styles/landing_strip.scss31
1 files changed, 0 insertions, 31 deletions
diff --git a/app/javascript/styles/landing_strip.scss b/app/javascript/styles/landing_strip.scss
deleted file mode 100644
index 15ff84912..000000000
--- a/app/javascript/styles/landing_strip.scss
+++ /dev/null
@@ -1,31 +0,0 @@
-.landing-strip {
-  background: rgba(darken($ui-base-color, 7%), 0.8);
-  color: $ui-primary-color;
-  font-weight: 400;
-  padding: 14px;
-  border-radius: 4px;
-  margin-bottom: 20px;
-  display: flex;
-  align-items: center;
-
-  strong,
-  a {
-    font-weight: 500;
-  }
-
-  a {
-    color: inherit;
-    text-decoration: underline;
-  }
-
-  .logo {
-    width: 30px;
-    height: 30px;
-    flex: 0 0 auto;
-    margin-right: 15px;
-  }
-
-  @media screen and (max-width: 740px) {
-    margin-bottom: 0;
-  }
-}