Style save button and add new member link

This commit is contained in:
Montana
2019-03-26 10:18:29 -04:00
parent 5312a11e16
commit 6f25d27fb4
3 changed files with 19 additions and 5 deletions

View File

@@ -283,6 +283,17 @@
float: right;
}
}
input.usa-button.usa-button-primary {
margin: 0;
width: 9rem;
height: 4rem;
}
.members-table-footer {
float: right;
padding: 3 * $gap;
}
}
.application-content {