From c111777f85fc93ab18c6e28473e70c9ed2810683 Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Tue, 1 Dec 2015 00:37:00 +0100 Subject: Allow to switch between default and emoji-one emoji style --- web/sass-files/sass/partials/_settings.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials') diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss index 0d75a42df..450739ce0 100644 --- a/web/sass-files/sass/partials/_settings.scss +++ b/web/sass-files/sass/partials/_settings.scss @@ -36,8 +36,17 @@ } label { font-weight: 600; + .emoji { + margin-left: 5px; + margin-right: 5px; + } } - .no-padding--left { + + .emojiAffiliation { + font-weight: normal; + } + + .no-padding--left { padding-left: 0; } .padding-top { -- cgit v1.2.3-1-g7c22 From 8a39d160f6e0c0626181279163c95ac88f01e0c5 Mon Sep 17 00:00:00 2001 From: Florian Orben Date: Tue, 1 Dec 2015 22:40:24 +0100 Subject: switch to only use emoji one smileys; remove setting to switch --- web/sass-files/sass/partials/_settings.scss | 8 -------- 1 file changed, 8 deletions(-) (limited to 'web/sass-files/sass/partials') diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss index 450739ce0..a924e7700 100644 --- a/web/sass-files/sass/partials/_settings.scss +++ b/web/sass-files/sass/partials/_settings.scss @@ -36,16 +36,8 @@ } label { font-weight: 600; - .emoji { - margin-left: 5px; - margin-right: 5px; - } } - .emojiAffiliation { - font-weight: normal; - } - .no-padding--left { padding-left: 0; } -- cgit v1.2.3-1-g7c22