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 +++--- web-ui/app/scss/views/_security-labels.scss | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'web-ui/app/scss/views') 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"; } } diff --git a/web-ui/app/scss/views/_security-labels.scss b/web-ui/app/scss/views/_security-labels.scss index 5ccf613e..fe4d115b 100644 --- a/web-ui/app/scss/views/_security-labels.scss +++ b/web-ui/app/scss/views/_security-labels.scss @@ -74,7 +74,8 @@ &--mixnet { &:before { - content: "\f023"; + font-family: "whisk"; + content: "\e010"; } } } -- cgit v1.2.3