diff options
| author | Henry Jameson <me@hjkos.com> | 2019-07-28 16:07:01 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-07-28 16:07:01 +0300 |
| commit | 03c2f29b0aa31eb502db29e5a809da8bc1c1af28 (patch) | |
| tree | 28d4dd9b6635ab77545cbca5f71d8fdf958d5950 /static/font/css/fontello-codes.css | |
| parent | 4c78fdb3934745ccbc87c10daf56552f0bfc0edc (diff) | |
cleanup and appropriation for new emoji-input component API, styles updates
Diffstat (limited to 'static/font/css/fontello-codes.css')
| -rw-r--r--[-rwxr-xr-x] | static/font/css/fontello-codes.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/font/css/fontello-codes.css b/static/font/css/fontello-codes.css index 273fce35..837b79d9 100755..100644 --- a/static/font/css/fontello-codes.css +++ b/static/font/css/fontello-codes.css @@ -37,6 +37,7 @@ .icon-bell-alt:before { content: '\f0f3'; } /* '' */ .icon-plus-squared:before { content: '\f0fe'; } /* '' */ .icon-reply:before { content: '\f112'; } /* '' */ +.icon-smile:before { content: '\f118'; } /* '' */ .icon-lock-open-alt:before { content: '\f13e'; } /* '' */ .icon-ellipsis:before { content: '\f141'; } /* '' */ .icon-play-circled:before { content: '\f144'; } /* '' */ |
