mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 00:54:38 -04:00
elegant
This commit is contained in:
parent
45e2590d90
commit
bae6a097d7
@ -16,7 +16,6 @@
|
|||||||
p {
|
p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
page-break-after: always;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -112,11 +111,15 @@
|
|||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
border-bottom: 4px solid;
|
border-bottom: 4px solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#product-table-footer {
|
||||||
|
page-break-inside: avoid;
|
||||||
|
}
|
||||||
|
|
||||||
#product-table-footer > * {
|
#product-table-footer > * {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 3fr 1fr 1fr;
|
grid-template-columns: 3fr 1fr 1fr;
|
||||||
padding-top: 1rem;
|
padding-top: .5rem;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user