Properly set deleted data for UpdateMemberForm and display suspended env access text

Styling for env name and role in update app member perms form
This commit is contained in:
leigh-mil
2019-10-25 11:44:15 -04:00
parent d40c11a8f6
commit f928b776a6
6 changed files with 80 additions and 71 deletions

View File

@@ -92,15 +92,21 @@
text-align: left;
.usa-input {
margin: $gap 0 $gap 0;
margin: $gap * 2;
.usa-input__title-inline {
margin-top: $gap;
margin-left: $gap;
&__title-inline {
font-weight: $font-bold;
}
.form-row {
margin: 0;
&__help {
margin-bottom: 0;
}
.env-role__no-access {
.usa-input__title-inline,
.usa-input__help {
color: $color-gray;
}
}
}