Changed the styling of organisation labels (Fixes #5)

- Admins are green
- Members are white
- Pending members are yellow
- Pending organisations are grey background
This commit is contained in:
2022-02-22 11:25:32 +00:00
parent e92b80fbe1
commit 5f8e922438
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
.organisation-admin {
color: #ffc107 !important;
color: #56d773 !important;
}
.organisation-pending {
background-color: #6c757d !important;
}
.membership-pending {
color: #ffd24a !important;
}