Delete environments permission disabled by default in new app member form

It will be enabled when the user checks the "manage environments"
permission. This updates the Jinja and Vue checkbox input components so
that Vue can monitor the inpur state.
This commit is contained in:
dandds
2019-04-25 11:37:15 -04:00
parent 124970f9d6
commit fd1d0b527a
4 changed files with 59 additions and 13 deletions

View File

@@ -182,8 +182,12 @@
.input__inline-fields {
margin: 1rem 0 1rem 0;
&.input__inline-fields--indented {
margin-left: 4*$gap;
}
&> fieldset.usa-input__choices label {
display: inline;
font-weight: $font-normal;
}
}
}