aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/static/print.css
blob: 6fc7ed341e81ab3a86821c2b11b76f7209d94e01 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
footer, nav, .hide-print { display: none !important; }

.padding-30 {
	padding: none !important;
}

.z-depth-3 {
	box-shadow: none !important;
}



@page {
  /*size: 29.7cm 42cm; -> that would be a regular A4 page */
  /* size: 35cm 49.5cm; */
 /* size: 8.5in 11in; */
}