Cards control

This commit is contained in:
2026-05-02 19:52:48 +02:00
parent 6ddb120c94
commit 4e823bc403
7 changed files with 123 additions and 5 deletions

View File

@@ -217,6 +217,35 @@ button:disabled { opacity: 0.5; cursor: not-allowed; }
color: #64748b;
font-size: 0.9rem;
}
.admin-log-actions {
display: flex;
gap: 0.5rem;
}
.admin-log-detail-head {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
}
.admin-log-detail {
display: flex;
flex-direction: column;
gap: 0.65rem;
border: 1px solid #e5e7eb;
border-radius: 12px;
background: #f8fafc;
padding: 1rem;
}
.admin-log-detail h3 {
margin: 0.6rem 0 0;
}
.admin-log-detail h3:first-child {
margin-top: 0;
}
.admin-log-message {
margin: 0;
line-height: 1.45;
}
.session-user {
margin-left: auto;
display: flex;