invoice link

This commit is contained in:
oliver
2026-06-10 17:56:26 -03:00
parent bb830a847f
commit 626a244d0c
2 changed files with 23 additions and 1 deletions
+21 -1
View File
@@ -1585,7 +1585,7 @@ body::after {
.invoice-row {
display: grid;
grid-template-columns: 100px 1fr 1fr 80px;
grid-template-columns: 100px 1fr 1fr 80px 60px;
gap: 10px;
align-items: center;
padding: 7px 10px;
@@ -1641,6 +1641,26 @@ body::after {
white-space: nowrap;
}
.invoice-dl {
text-align: center;
}
.invoice-dl-link {
color: var(--accent);
text-decoration: none;
font-size: 11px;
transition: opacity 0.15s;
}
.invoice-dl-link:hover {
opacity: 0.7;
}
.invoice-dl-link--disabled {
color: var(--text-muted);
cursor: default;
}
/* ─── Credits Modal ────────────────────────────────────────── */
.credits-key-label {
font-size: 12px;