From c9aaf69cc0e2802c21e3840412e64a7e69079da1 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Thu, 23 Aug 2018 15:27:14 -0400 Subject: [PATCH] Add toggle to project items --- styles/elements/_icon_link.scss | 4 ++ templates/member_edit.html | 110 +++++++++++++++++++++----------- 2 files changed, 78 insertions(+), 36 deletions(-) diff --git a/styles/elements/_icon_link.scss b/styles/elements/_icon_link.scss index 41596787..c4543b38 100644 --- a/styles/elements/_icon_link.scss +++ b/styles/elements/_icon_link.scss @@ -59,4 +59,8 @@ &.icon-link--danger { @include icon-link-color($color-red, $color-red-lightest); } + + &.icon-link--default { + @include icon-link-color($color-black-light, $color-gray-lightest); + } } diff --git a/templates/member_edit.html b/templates/member_edit.html index 4accd033..3f6d3b70 100644 --- a/templates/member_edit.html +++ b/templates/member_edit.html @@ -42,44 +42,82 @@ -
-
-

{{ Icon('arrow-down') }}Code.mil

- revoke all access -
- +
+
-
-
-

{{ Icon('arrow-right') }} Digital Dojo

- no access -
+
+