feat: complete Epic 1 production foundation
This commit is contained in:
@@ -135,6 +135,26 @@
|
||||
|
||||
.refresh-btn:hover { color: var(--text-secondary); background: var(--bg-muted); }
|
||||
|
||||
.refresh-btn:disabled {
|
||||
opacity: 0.55;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.log-pagination {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 12px 20px 18px;
|
||||
}
|
||||
|
||||
.log-pagination .refresh-btn {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.log-id-filter {
|
||||
width: 180px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.approval-panel {
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user