diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-07-25 18:56:00 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-07-27 12:48:58 +0200 |
commit | 93afdb4d935d504356adc662426a70cd8b575133 (patch) | |
tree | 574245d90e6b18bf1e28925ea373a3163f4a089b /web-ui/app/scss/views | |
parent | 1359e610bb73f0a8ae476efd4b09d389ee501f9c (diff) |
[feat] display the mixnet status on incomming emails
Add support for X-Leap-Mixnet header.
Diffstat (limited to 'web-ui/app/scss/views')
-rw-r--r-- | web-ui/app/scss/views/_security-labels.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/web-ui/app/scss/views/_security-labels.scss b/web-ui/app/scss/views/_security-labels.scss index 5319eb1d..5ccf613e 100644 --- a/web-ui/app/scss/views/_security-labels.scss +++ b/web-ui/app/scss/views/_security-labels.scss @@ -71,5 +71,11 @@ content: "\f05e"; } } + + &--mixnet { + &:before { + content: "\f023"; + } + } } } |