forked from External/greenlight
GRN2-247: Added Active Pending Banned Deleted tabs to manage users (#816)
* Added Active Pending Banned Deleted tabs to manage users * Removed hard coded strings * Fixed issues with sign in flow * Fixed issues with rooms not deleting
This commit is contained in:
committed by
Jesus Federico
parent
03bde37a2b
commit
49def8f405
@ -75,8 +75,17 @@
|
||||
|
||||
.custom-role-tag{
|
||||
color: white !important;
|
||||
// Make it consistent with the manage users tab tags
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
.user-role-tag{
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.manage-users-tab {
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user