summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_suggestion_list.scss
diff options
context:
space:
mode:
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;
+}