invoice download
This commit is contained in:
+5
-1
@@ -1585,7 +1585,7 @@ body::after {
|
||||
|
||||
.invoice-row {
|
||||
display: grid;
|
||||
grid-template-columns: 100px 1fr 1fr 80px;
|
||||
grid-template-columns: 100px 1fr 1fr 80px 80px;
|
||||
gap: 10px;
|
||||
align-items: center;
|
||||
padding: 7px 10px;
|
||||
@@ -1641,6 +1641,10 @@ body::after {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.invoice-dl {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* ─── Credits Modal ────────────────────────────────────────── */
|
||||
.credits-key-label {
|
||||
font-size: 12px;
|
||||
|
||||
Reference in New Issue
Block a user