summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-04-08 16:38:16 -0300
committerBruno Wagner <bwgpro@gmail.com>2015-04-08 16:38:28 -0300
commit58e22319f1926d5441cb7b69451bfa91d30fa03a (patch)
treeb431b19556757741a4ea0ac74b6c6a6273400991 /web-ui/app/scss
parentf4e376593e675a77cf96c53447da55104806d15d (diff)
Closes #27 Changed the encryption status messages
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r--web-ui/app/scss/_security.scss6
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 {