Added GroupActionButton component

• Added:
- GroupActionButton component for handling group + relationships for joining, requesting, leaving groups

• Updated:
- Components where group actions exist
This commit is contained in:
mgabdev
2020-09-11 17:10:31 -05:00
parent fb8c705ebf
commit ed58ca4fe9
4 changed files with 182 additions and 111 deletions

View File

@@ -516,6 +516,7 @@ pre {
.maxW100PC42PX { max-width: calc(100% - 42px); }
.minW330PX { min-width: 330px; }
.minW76PX { min-width: 76px; }
.minW20PX { min-width: 20px; }
.minW14PX { min-width: 14px; }