From f4b7e198bc66ab42817c989d3efa1f13b41c7b4d Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Thu, 31 Mar 2016 09:59:12 +0200 Subject: Remove unused _security.scss --- web-ui/app/scss/_security.scss | 48 ------------------------------------------ web-ui/app/scss/style.scss | 2 ++ 2 files changed, 2 insertions(+), 48 deletions(-) delete mode 100644 web-ui/app/scss/_security.scss diff --git a/web-ui/app/scss/_security.scss b/web-ui/app/scss/_security.scss deleted file mode 100644 index ff36cb3e..00000000 --- a/web-ui/app/scss/_security.scss +++ /dev/null @@ -1,48 +0,0 @@ -.security-status { - margin: 0 0 5px; - clear: both; - span { - display: inline-block; - padding: 2px 6px; - white-space: nowrap; - background: $success; - color: $white; - border-radius: 12px; - &:before { - font-family: FontAwesome; - } - &.encrypted { - &:before { - content: "\f023"; - } - &.encryption-error { - background: $attention; - &:before { - content: "\f023 \f057"; - } - } - } - &.signed { - &:before { - content: "\f00c"; - } - &.signature-not-trusted { - background: $error; - &:before { - content: "\f05e"; - } - } - } - &[class^=not-], &.signature-expired, &.signature-revoked { - background: $attention; - &:before { - content: "\f05e" - } - } - &.not-encrypted { - &:before { - content: "\f13e "; - } - } - } -} diff --git a/web-ui/app/scss/style.scss b/web-ui/app/scss/style.scss index 4dc79398..0fe0684b 100644 --- a/web-ui/app/scss/style.scss +++ b/web-ui/app/scss/style.scss @@ -12,6 +12,8 @@ // mixins @import "mixins/position-helpers"; @import "mixins/tags"; + +// TODO @import "mixins"; // templates -- cgit v1.2.3