From 18dab1953882aff09b446e5b5c5d3bcc16c8ad7b Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Wed, 2 Aug 2017 12:06:30 +0200 Subject: [feat] use whisk icon for mixnets --- web-ui/app/scss/views/_compose-view.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui/app/scss/views/_compose-view.scss') diff --git a/web-ui/app/scss/views/_compose-view.scss b/web-ui/app/scss/views/_compose-view.scss index be193186..994373d4 100644 --- a/web-ui/app/scss/views/_compose-view.scss +++ b/web-ui/app/scss/views/_compose-view.scss @@ -347,7 +347,7 @@ .recipient-mixnet { &:before { - font-family: FontAwesome; + font-family: "whisk"; padding-right: 6px; font-size: 1.4em; } @@ -355,14 +355,14 @@ &.mixnet { &:before { color: $will_be_mixed; - content: "\f135"; + content: "\e010"; } } &.unsuported-mixnet { &:before { color: $unsuported_mixed; - content: "\f135"; + content: "\e010"; } } -- cgit v1.2.3