- Admins are green - Members are white - Pending members are yellow - Pending organisations are grey background
9 lines
171 B
CSS
9 lines
171 B
CSS
.organisation-admin {
|
|
color: #56d773 !important;
|
|
}
|
|
.organisation-pending {
|
|
background-color: #6c757d !important;
|
|
}
|
|
.membership-pending {
|
|
color: #ffd24a !important;
|
|
} |