diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-04-08 16:38:16 -0300 |
---|---|---|
committer | Bruno Wagner <bwgpro@gmail.com> | 2015-04-08 16:38:28 -0300 |
commit | 58e22319f1926d5441cb7b69451bfa91d30fa03a (patch) | |
tree | b431b19556757741a4ea0ac74b6c6a6273400991 /web-ui/app/scss | |
parent | f4e376593e675a77cf96c53447da55104806d15d (diff) |
Closes #27 Changed the encryption status messages
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/_security.scss | 6 |
1 files changed, 0 insertions, 6 deletions
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 { |