summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-05-02 17:16:10 -0400
committerCorey Hulen <corey@hulen.com>2016-05-02 14:16:10 -0700
commit95de1468acfffb08fb4da170613b985d1e1b5b61 (patch)
tree52f3aec184b983d442243bff859304983e784590 /webapp/sass/layout
parent8125f3ca363b76772b0dee18c6ba39cfb9fd6014 (diff)
downloadchat-95de1468acfffb08fb4da170613b985d1e1b5b61.tar.gz
chat-95de1468acfffb08fb4da170613b985d1e1b5b61.tar.bz2
chat-95de1468acfffb08fb4da170613b985d1e1b5b61.zip
Reverted New Messages indicator in center channel (#2853)
Diffstat (limited to 'webapp/sass/layout')
-rw-r--r--webapp/sass/layout/_post.scss27
1 files changed, 0 insertions, 27 deletions
diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss
index 3ba5926ef..22b19d539 100644
--- a/webapp/sass/layout/_post.scss
+++ b/webapp/sass/layout/_post.scss
@@ -170,33 +170,6 @@ body.ios {
}
}
-.post-list__new-messages-below {
- @include single-transition(bottom .5s cubic-bezier(86, 0, 07, 1));
- @include opacity(.9);
- background-color: $black;
- border-radius: 1em;
- bottom: 10px;
- color: $white;
- cursor: pointer;
- display: inline-block;
- left: 50%;
- padding: .3em .75em;
- position: absolute;
- transform: translateX(-50%);
-
- &[hidden] {
- bottom: -30px;
- }
-
- .fa {
- font-size: 17px;
- font-weight: bold;
- margin-right: 1px;
- position: relative;
- top: 1px;
- }
-}
-
.file-overlay {
color: $white;
font-size: em(20px);