aboutsummaryrefslogtreecommitdiff
path: root/app/dispatch/static/print.css
diff options
context:
space:
mode:
Diffstat (limited to 'app/dispatch/static/print.css')
-rw-r--r--app/dispatch/static/print.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/dispatch/static/print.css b/app/dispatch/static/print.css
new file mode 100644
index 0000000..6fc7ed3
--- /dev/null
+++ b/app/dispatch/static/print.css
@@ -0,0 +1,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; */
+}
+