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 65f8505fb6
commit 9b53a6e779

View File

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