Merge pull request #930 from dod-ccpo/fix-first-member-invite-styliing

Fix first member invite styling
This commit is contained in:
richard-dds 2019-06-17 13:16:21 -04:00 committed by GitHub
commit af4219a3d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -22,6 +22,12 @@
}
}
#modal--add-app-mem {
input[type="checkbox"] + label::before {
margin-left: 0;
}
}
.app-team-settings-link {
font-size: $small-font-size;
font-weight: $font-normal;
@ -98,6 +104,8 @@
margin-top: 5 * $gap;
margin-bottom: 8 * $gap;
text-align: left;
.usa-input {
margin: 2rem 0 2rem 0;

View File

@ -63,6 +63,8 @@
{% for environment_data in new_member_form.environment_roles %}
<optionsinput inline-template
v-bind:initial-value="'{{ environment_data.role.data | string }}'"
v-bind:name="'{{ environment_data.name | string }}'"
v-bind:optional="true"
>
<div class="usa-input">
<fieldset data-ally-disabled="true" class="usa-input__choices">