From 92df64f7069dbe1ce7d3cfa0e3d0fbc810b76a34 Mon Sep 17 00:00:00 2001 From: yanas Date: Tue, 8 Nov 2016 11:45:28 -0600 Subject: [PATCH] fix: Adds a separate css class for thumbnail menu --- css/_font.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/css/_font.scss b/css/_font.scss index 9535cae64..68c26cdd3 100644 --- a/css/_font.scss +++ b/css/_font.scss @@ -55,6 +55,9 @@ .icon-kick:before { content: "\e904"; } +.icon-menu:before { + content: "\e91f"; +} .icon-menu-up:before { content: "\e91f"; } @@ -133,4 +136,4 @@ // FIXME not used anymore - consider removing in the next font update .icon-presentation:before { content: "\e603"; -} \ No newline at end of file +}