From 58e22319f1926d5441cb7b69451bfa91d30fa03a Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 8 Apr 2015 16:38:16 -0300 Subject: Closes #27 Changed the encryption status messages --- web-ui/app/scss/_security.scss | 6 ------ 1 file changed, 6 deletions(-) (limited to 'web-ui/app/scss') diff --git a/web-ui/app/scss/_security.scss b/web-ui/app/scss/_security.scss index 2a6b60aa..be306d86 100644 --- a/web-ui/app/scss/_security.scss +++ b/web-ui/app/scss/_security.scss @@ -14,12 +14,6 @@ &:before { content: "\f023 \f00c"; } - &.encryption-failure { - background: $error; - &:before { - content: "\f023 \f05e"; - } - } &.encryption-error { background: $attention; &:before { -- cgit v1.2.3