summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_content.scss
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-12-02 13:26:34 -0800
committer=Corey Hulen <corey@hulen.com>2015-12-02 13:26:34 -0800
commit31cc68ebf2033461b4cd9f20c939ee91a4d0328b (patch)
tree7d6d6ee0321e5ee6e35ae1b4640c0da1dd069b6c /web/sass-files/sass/partials/_content.scss
parent8c7dd0561d18b1828b399f385d9d8558c583a503 (diff)
downloadchat-31cc68ebf2033461b4cd9f20c939ee91a4d0328b.tar.gz
chat-31cc68ebf2033461b4cd9f20c939ee91a4d0328b.tar.bz2
chat-31cc68ebf2033461b4cd9f20c939ee91a4d0328b.zip
PLT-1300 adding jump button to bottom of center archive channel
Diffstat (limited to 'web/sass-files/sass/partials/_content.scss')
-rw-r--r--web/sass-files/sass/partials/_content.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_content.scss b/web/sass-files/sass/partials/_content.scss
index 44a959a9b..7957493a6 100644
--- a/web/sass-files/sass/partials/_content.scss
+++ b/web/sass-files/sass/partials/_content.scss
@@ -30,6 +30,20 @@
width: 100%;
z-index: 3;
}
+
+#perma-link-home {
+ @include flex(0 0 auto);
+ background: #fff;
+ width: 100%;
+ min-height: 50px;
+ z-index: 3;
+ background-color: beige;
+ text-align: center;
+ vertical-align: middle;
+ padding-top: 10px;
+ cursor: pointer;
+}
+
.post-list {
.new-messages-hr {
margin-top: 5px;