WIP
This commit is contained in:
+29
-8
@@ -1,11 +1,32 @@
|
||||
.page-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
|
||||
.page-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 1rem; flex-wrap: wrap; }
|
||||
|
||||
.card {
|
||||
background: #fff;
|
||||
border: 1px solid #e5e7eb;
|
||||
border-radius: 8px;
|
||||
padding: 1rem 1.25rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.section-title { font-size: 1rem; font-weight: 600; margin: 0 0 0.75rem; }
|
||||
|
||||
.warn { background: #fff3cd; padding: 0.5rem 1rem; border-radius: 4px; margin-bottom: 1rem; }
|
||||
.entry-row { display: flex; flex-wrap: wrap; gap: 0.75rem; align-items: flex-end; margin-bottom: 1rem; }
|
||||
.entry-row label { display: flex; flex-direction: column; gap: 0.25rem; }
|
||||
.entry-actions { display: flex; gap: 0.5rem; }
|
||||
.anon-chip { padding: 0.25rem 0.5rem; background: #eee; border-radius: 4px; }
|
||||
.reconcile { display: flex; gap: 1rem; align-items: flex-end; margin-top: 1rem; }
|
||||
.reconcile .ok { color: green; font-weight: 600; }
|
||||
.reconcile .bad { color: #c00; font-weight: 600; }
|
||||
.edit-banner { display: flex; align-items: center; gap: 1rem; background: #fff3cd; border-left: 4px solid #f0a500; padding: 0.5rem 1rem; border-radius: 4px; margin-bottom: 1rem; font-weight: 500; }
|
||||
.sessions-list { margin-top: 2rem; }
|
||||
|
||||
.ok { color: green; font-weight: 600; }
|
||||
.bad { color: #c00; font-weight: 600; }
|
||||
|
||||
.empty { color: #6b7280; padding: 1rem 0; }
|
||||
.lines-footer { margin-top: 0.5rem; color: #374151; font-weight: 500; }
|
||||
|
||||
.badge {
|
||||
display: inline-block;
|
||||
padding: 0.125rem 0.5rem;
|
||||
border-radius: 9999px;
|
||||
font-size: 0.75rem;
|
||||
font-weight: 600;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.badge--draft { background: #fef3c7; color: #92400e; }
|
||||
.badge--submitted { background: #dcfce7; color: #166534; }
|
||||
.badge--reconciled { background: #e2e8f0; color: #334155; }
|
||||
|
||||
Reference in New Issue
Block a user