print styles

This commit is contained in:
Alex Wolfe 2015-03-04 22:54:30 -08:00
parent 9934ca3b51
commit 51220219b8
3 changed files with 43 additions and 3 deletions

View File

@ -0,0 +1,33 @@
@media print {
/*
* Print Styles
*
*/
// HIDE FOR PRINT
.side-nav,
.main-nav,
.main-footer,
.cta-bar {
display: none !important;
}
// ZERO OUT MARGIN & PADDING
.l-offset-nav,
.l-offset-side-nav {
padding: 0 !important;
margin: 0 !important;
}
// BACKGROUND FOR PRINT
.hero {
background: none !important;
}
//COLOR DARK
.hero-title,
.hero-subtitle {
color: $steel;
}
}

View File

@ -33,6 +33,7 @@
/*
* VENDOR
* PRINT STYLES
*
*/
*/
@import 'print';

View File

@ -106,7 +106,13 @@
*/
@media print {
background: none;
background: $snow;
border: none;
box-shadow: none;
ol {
background: $snow;
}
.kwd {
color: $steel;