Input for DoD ID appears all the time, but is only editable if an ID hasn't already been given, and invite checkbox appears if officer hasn't been invited

This commit is contained in:
leigh-mil
2019-02-09 13:42:48 -05:00
parent 10cfa17894
commit 4f3e7f2d66
4 changed files with 45 additions and 6 deletions

View File

@@ -366,11 +366,13 @@
border-left-color: $color-blue;
border-left-style: solid;
border-left-width: $gap / 2;
margin-top: 1.5rem;
.edit-officer {
h4 {
color: $color-gray;
margin-bottom: 0.5rem;
margin-top: 0;
}
p {
@@ -385,6 +387,18 @@
.form-row {
margin-bottom: 0rem;
margin-top: 0rem;
.usa-input {
margin-bottom: 1.5rem;
}
&.officer__form--dodId {
margin-top: 1.5rem;
.usa-input {
margin-bottom: 0rem;
}
}
}
.officer__form--actions {