blob: f312c3131a85674bb9a6d1adc9e25e688a5c47c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
footer, nav, .hide-print { display: none !important; }
.padding-30 {
padding: none !important;
}
.z-depth-3 {
box-shadow: none !important;
}
body {
font-size: .75rem;
}
td, td, tr th, tr td {
padding: 5px 5px !important;
font-size: .75rem;
}
.invoice-table table {
border-collapse: collapse;
}
.invoice-table th, .invoice-table td, .invoice-table table {
border: 1px solid black;
}
.spacer-row {
height: 1.5rem;
}
.invoice-table tr {
/* height: 52px; */
}
.container {
width: 100% !important;
}
@page {
/*size: 29.7cm 42cm; -> that would be a regular A4 page */
/* size: 35cm 49.5cm; */
/* size: 8.5in 11in; */
}
|