Archived
1
0
This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
cyca/resources/css/components/group-status.css

27 lines
399 B
CSS
Raw Normal View History

2022-01-12 00:35:37 +01:00
.group-status-own {
@apply text-white bg-green-800;
}
.group-status-created {
@apply text-white bg-green-800;
}
.group-status-invited {
@apply text-white bg-orange-700;
}
.group-status-accepted {
@apply text-white bg-green-800;
}
.group-status-rejected {
@apply text-white bg-red-800;
}
.group-status-left {
}
.group-status-joining {
@apply text-white bg-orange-700;
}