From df874da4204e4a44f66366af19966300b3e0cd96 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Sat, 7 Apr 2018 11:35:55 -0400 Subject: [PATCH] Forgot to include the emote menu button CSS with the emote menu commit. --- .../modules/css_tweaks/styles/emote-menu.scss | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/sites/twitch-twilight/modules/css_tweaks/styles/emote-menu.scss diff --git a/src/sites/twitch-twilight/modules/css_tweaks/styles/emote-menu.scss b/src/sites/twitch-twilight/modules/css_tweaks/styles/emote-menu.scss new file mode 100644 index 00000000..1e89b628 --- /dev/null +++ b/src/sites/twitch-twilight/modules/css_tweaks/styles/emote-menu.scss @@ -0,0 +1,29 @@ +.tw-button-icon[data-a-target="emote-picker-button"] { + .tw-button-icon__icon { + padding: .4rem .2rem; + + figure { + &:before { + display: inline-block; + width: 2.4rem; + font-size: 1.6rem; + font-family: 'ffz-fontello'; + font-style: normal; + font-weight: normal; + speak: none; + + font-variant: normal; + text-transform: none; + + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + + content: '\e801'; + } + + svg { + display: none + } + } + } +} \ No newline at end of file