summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-31 09:59:12 +0200
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-03-31 09:59:12 +0200
commitf4b7e198bc66ab42817c989d3efa1f13b41c7b4d (patch)
tree61ad0b10ff9b9ed15c786cc53ec8e55fc8391671
parentff6ed97067fd99c5db7bacdbd8db5a8b6f6979dc (diff)
Remove unused _security.scss
-rw-r--r--web-ui/app/scss/_security.scss48
-rw-r--r--web-ui/app/scss/style.scss2
2 files changed, 2 insertions, 48 deletions
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