Cards control
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user