convo manager separation

This commit is contained in:
2025-05-28 10:01:04 +02:00
parent c9c0eba15b
commit b091f1bb4e
3 changed files with 115 additions and 90 deletions

View File

@@ -0,0 +1,25 @@
.member-avatar {
width: 40px;
height: 40px;
border-radius: 50%;
object-fit: cover;
margin-right: 1rem;
}
.badge-creator {
background-color: #d1f2eb;
color: #117a65;
font-weight: 500;
}
.btn-remove-member {
background: #f8d7da;
color: #c82333;
border: none;
font-weight: 500;
}
.btn-remove-member:hover {
background: #f5c6cb;
color: #a71d2a;
}