diff options
| author | Ruben Pollan <meskio@sindominio.net> | 2017-08-02 12:06:30 +0200 |
|---|---|---|
| committer | Ruben Pollan <meskio@sindominio.net> | 2017-08-02 12:06:30 +0200 |
| commit | 18dab1953882aff09b446e5b5c5d3bcc16c8ad7b (patch) | |
| tree | 9c2c6e651ab028de9cccb0dd88ff96164bc58d77 /web-ui/app/scss/views | |
| parent | c49293b7f3eff7a478fc388768366e7b025f7da0 (diff) | |
Diffstat (limited to 'web-ui/app/scss/views')
| -rw-r--r-- | web-ui/app/scss/views/_compose-view.scss | 6 | ||||
| -rw-r--r-- | web-ui/app/scss/views/_security-labels.scss | 3 |
2 files changed, 5 insertions, 4 deletions
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"; } } } |
