From 3e8b34be2fdeccf16c8b46f1ee518f970853768d Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Tue, 24 Oct 2017 16:59:48 -0400 Subject: Adding in materialize source and templates --- app/dispatch/static/print.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/dispatch/static/print.css (limited to 'app/dispatch/static/print.css') 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; */ +} + -- cgit v1.2.3