pelican-red/static/sass/rangertbc/components/_print.scss

17 lines
290 B
SCSS

//
// RangerTBC Style Components
//
// Print Styles components/_print.scss
// Version: 0.1
// Created By: Andrew Senetar
// Date: May, 22 2013
// Used:
//// Global Print Style
@media print {
// Hide iframes in .hide-on-print elements
.hide-on-print iframe{
display: none;
}
}