fix(aio): remove main background color when printing (#23538)

PR Close #23538
This commit is contained in:
George Kalpakas 2018-04-25 13:50:31 +03:00 committed by Igor Minar
parent 57cf5509e6
commit 3b067c8579
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
box-shadow: none !important;
}
body, mat-sidenav-container {
background: none !important;
}
h1 {
height: 40px !important;
color: $darkgray !important;