Display members roles in accordion table

This commit is contained in:
Montana
2019-04-10 11:30:52 -04:00
parent d9c3cf340f
commit 562a314e51
3 changed files with 14 additions and 2 deletions

View File

@@ -18,6 +18,10 @@
@include hide;
}
.right {
float: right;
}
@mixin unhide {
clip: auto;
clip-path: none;