Merge pull request #930 from dod-ccpo/fix-first-member-invite-styliing
Fix first member invite styling
This commit is contained in:
@@ -22,6 +22,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#modal--add-app-mem {
|
||||||
|
input[type="checkbox"] + label::before {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.app-team-settings-link {
|
.app-team-settings-link {
|
||||||
font-size: $small-font-size;
|
font-size: $small-font-size;
|
||||||
font-weight: $font-normal;
|
font-weight: $font-normal;
|
||||||
@@ -98,6 +104,8 @@
|
|||||||
margin-top: 5 * $gap;
|
margin-top: 5 * $gap;
|
||||||
margin-bottom: 8 * $gap;
|
margin-bottom: 8 * $gap;
|
||||||
|
|
||||||
|
text-align: left;
|
||||||
|
|
||||||
.usa-input {
|
.usa-input {
|
||||||
margin: 2rem 0 2rem 0;
|
margin: 2rem 0 2rem 0;
|
||||||
|
|
||||||
|
@@ -63,6 +63,8 @@
|
|||||||
{% for environment_data in new_member_form.environment_roles %}
|
{% for environment_data in new_member_form.environment_roles %}
|
||||||
<optionsinput inline-template
|
<optionsinput inline-template
|
||||||
v-bind:initial-value="'{{ environment_data.role.data | string }}'"
|
v-bind:initial-value="'{{ environment_data.role.data | string }}'"
|
||||||
|
v-bind:name="'{{ environment_data.name | string }}'"
|
||||||
|
v-bind:optional="true"
|
||||||
>
|
>
|
||||||
<div class="usa-input">
|
<div class="usa-input">
|
||||||
<fieldset data-ally-disabled="true" class="usa-input__choices">
|
<fieldset data-ally-disabled="true" class="usa-input__choices">
|
||||||
|
Reference in New Issue
Block a user