summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_content.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-12-03 08:25:56 -0500
committerChristopher Speller <crspeller@gmail.com>2015-12-03 08:25:56 -0500
commit467a7b95a7eb708d3bb6b6aea3a2bf48a1c6c20c (patch)
treec823423fdf5cdef93fea02cdafad86b6819f93b6 /web/sass-files/sass/partials/_content.scss
parent78cb2094dad12dfe8037054cbf04f0fdfc95a6e9 (diff)
parent9e385e28ea6ef1ae6845a0e7efa034b7a876b1c7 (diff)
downloadchat-467a7b95a7eb708d3bb6b6aea3a2bf48a1c6c20c.tar.gz
chat-467a7b95a7eb708d3bb6b6aea3a2bf48a1c6c20c.tar.bz2
chat-467a7b95a7eb708d3bb6b6aea3a2bf48a1c6c20c.zip
Merge pull request #1587 from mattermost/PLT-1300
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 0570daeb7..817817854 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;
}
+
+#archive-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;