diff --git a/styles/sections/_application_edit.scss b/styles/sections/_application_edit.scss index c011e361..894f80c0 100644 --- a/styles/sections/_application_edit.scss +++ b/styles/sections/_application_edit.scss @@ -24,7 +24,8 @@ } } -#modal--add-app-mem { +#modal--add-app-mem, +.form-content--app-mem { text-align: left; input[type="checkbox"] + label::before { @@ -98,11 +99,19 @@ margin-top: $gap; margin-left: $gap; } + + .form-row { + margin: 0; + } } &__head { font-weight: $font-bold; } + + hr { + margin: 0.5em; + } } .form-row { diff --git a/templates/fragments/applications/member_perms_form_fields.html b/templates/fragments/applications/member_perms_form_fields.html index a22d72ba..0830e09b 100644 --- a/templates/fragments/applications/member_perms_form_fields.html +++ b/templates/fragments/applications/member_perms_form_fields.html @@ -1,7 +1,7 @@ {% from "components/checkbox_input.html" import CheckboxInput %} {% macro MemberPermsFields(app_perms_form, env_roles_form, new=False, member_role_id=None) %} -