Team members section read only version

- display all members in a table and list perms and environments
This commit is contained in:
leigh-mil
2019-09-05 18:13:24 -04:00
parent 93e7ed9828
commit 3428551cec
6 changed files with 66 additions and 233 deletions

View File

@@ -139,6 +139,9 @@
}
table {
margin: 0;
width: 100%;
thead {
th:first-child {
padding-left: 3 * $gap;
@@ -282,6 +285,13 @@
.application-content {
.subheading {
@include subheading;
position: relative;
.icon-link {
position: absolute;
right: 0;
top: 0;
}
}
.panel {