summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_suggestion_list.scss
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-12-02 12:11:49 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-12-03 08:49:12 -0500
commit027c4c88f01210a967dc1f80919eb33d8da67737 (patch)
treea55f2a6deb773d4c08aed73427bdb2dd1604a70e /web/sass-files/sass/partials/_suggestion_list.scss
parent2c514720d5a035c44dbeca930ec416ad60087304 (diff)
downloadchat-027c4c88f01210a967dc1f80919eb33d8da67737.tar.gz
chat-027c4c88f01210a967dc1f80919eb33d8da67737.tar.bz2
chat-027c4c88f01210a967dc1f80919eb33d8da67737.zip
Added emoji autocomplete to post textbox
Diffstat (limited to 'web/sass-files/sass/partials/_suggestion_list.scss')
-rw-r--r--web/sass-files/sass/partials/_suggestion_list.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_suggestion_list.scss b/web/sass-files/sass/partials/_suggestion_list.scss
index c3df88964..0cf3fff5f 100644
--- a/web/sass-files/sass/partials/_suggestion_list.scss
+++ b/web/sass-files/sass/partials/_suggestion_list.scss
@@ -45,3 +45,19 @@
.command-desc {
color: #a7a8ab;
}
+
+.emoticon-suggestion {
+ width: 100%;
+ height: 36px;
+ cursor: pointer;
+ font-size: 13px;
+ line-height: 36px;
+}
+
+.emoticon-suggestion__image {
+ width: 32px;
+ height: 32px;
+ margin-right: 6px;
+ padding: 2px;
+ text-align: center;
+}