Update member list table styles

This commit is contained in:
Patrick Smith
2019-02-10 15:37:29 -05:00
parent 5846207269
commit 257184fab5
5 changed files with 56 additions and 4 deletions

View File

@@ -17,6 +17,10 @@
text-align: right;
}
&.table-cell--align-center {
text-align: center;
}
&.table-cell--shrink {
width: 1%;
}