ИСПОЛНИТЕЛИ В ШАПКЕ ЗАДАЧИ

This commit is contained in:
2026-01-28 21:10:07 +05:00
parent eba475e659
commit 5c5c5e0e37
2 changed files with 33 additions and 0 deletions

View File

@@ -2276,4 +2276,36 @@ small {
font-size: 12px;
display: block;
margin-top: 5px;
}
/* ИСПОЛНИТЕЛИ В ШАПКЕ ЗАДАЧИ */
.executor-logins {
font-size: 12px;
color: #666;
background: #f5f5f5;
padding: 2px 8px;
border-radius: 12px;
margin-left: 8px;
border: 1px solid #ddd;
}
.role-badge {
display: inline-flex;
align-items: center;
gap: 4px;
}
.executor-logins-container {
display: flex;
flex-wrap: wrap;
gap: 4px;
margin-top: 4px;
}
.executor-login-badge {
background: #e9ecef;
color: #495057;
padding: 1px 6px;
border-radius: 10px;
font-size: 11px;
border: 1px solid #dee2e6;
}