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:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user