feat(settlement): add receipt handling and detail view for settlements
This commit is contained in:
@@ -519,8 +519,7 @@ table.t tbody tr:last-child td { border-bottom: none; }
|
||||
.cell-user { display: flex; align-items: center; gap: 11px; }
|
||||
.cell-user b { font-weight: 700; font-size: 13.5px; color: var(--text); }
|
||||
.cell-user small { color: var(--text-3); font-size: 11.5px; }
|
||||
.row-actions { display: flex; gap: 6px; opacity: 0; transition: opacity .15s; }
|
||||
table.t tbody tr:hover .row-actions { opacity: 1; }
|
||||
.row-actions { display: flex; gap: 6px; opacity: 1; transition: opacity .15s; }
|
||||
.mini-btn {
|
||||
width: 32px; height: 32px; border-radius: 9px; display: grid; place-items: center;
|
||||
color: var(--text-3); transition: .14s; cursor: pointer; border: none; background: none;
|
||||
|
||||
Reference in New Issue
Block a user