Display app users view only table

This commit is contained in:
George Drummond
2019-04-08 13:53:17 -04:00
parent ec3d4f518f
commit 769867c6a9
8 changed files with 252 additions and 1 deletions

View File

@@ -117,3 +117,28 @@
}
}
}
#portfolio-members {
.accordion-table {
.accordion-table__head {
font-size: $small-font-size;
padding-left: $gap*3;
}
.accordion-table__item-content, .accordion-table__head {
display: flex;
& > span {
width: 75%;
&.icon-link {
width: 25%;
}
}
}
span {
display: flex;
width: 25%;
}
}
}