diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index 98851565..f48300f1 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -50,6 +50,21 @@ right: 0; width: 8rem; } + + .block-list { + + .block-list__header { + display: block; + } + + .action-group { + margin-right: $gap*4; + margin-left: $gap*3; + display: flex; + justify-content: space-between; + } + } + } } diff --git a/templates/member_edit.html b/templates/member_edit.html index bfd4d4f3..c88dc9f8 100644 --- a/templates/member_edit.html +++ b/templates/member_edit.html @@ -57,8 +57,8 @@
-

New Request

-
Add a user to an environment
+

New Request
Add a user to an environment

+
@@ -88,12 +88,13 @@
+
+ Add Access + No Access +
+ -
- Add Access - No Access -
{% endcall %}