Add route to update TO officer information

This commit is contained in:
Patrick Smith
2019-01-29 09:54:11 -05:00
parent 19169e76ed
commit 5cc1c18378
4 changed files with 219 additions and 64 deletions

View File

@@ -343,6 +343,23 @@
}
}
.officer__form {
.officer__form--actions {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
.usa-button {
margin-left: 4 * $gap;
margin-top: 0;
margin-bottom: 0;
padding-top: 0;
padding-bottom: 0;
}
}
}
.officer__actions {
margin-left: -2 * $gap;