From 3b067c85795c258f6583e4d3425137a0bdadd857 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 25 Apr 2018 13:50:31 +0300 Subject: [PATCH] fix(aio): remove main background color when printing (#23538) PR Close #23538 --- aio/src/styles/_print.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aio/src/styles/_print.scss b/aio/src/styles/_print.scss index 07aa7c20f3..6364dcf795 100644 --- a/aio/src/styles/_print.scss +++ b/aio/src/styles/_print.scss @@ -5,6 +5,10 @@ box-shadow: none !important; } + body, mat-sidenav-container { + background: none !important; + } + h1 { height: 40px !important; color: $darkgray !important;