Add modal functionality to BaseForm, use BaseForm and SaveButton in Portfolio members form

This commit is contained in:
leigh-mil
2019-04-04 15:54:51 -04:00
parent f3ea704c1b
commit 5aae1691a2
3 changed files with 83 additions and 47 deletions

View File

@@ -297,7 +297,11 @@
.members-table-footer {
float: right;
padding: 3 * $gap;
padding: 3 * $gap 0;
.action-group.save {
padding-right: 3 * $gap;
}
}
a.modal-link.icon-link {