mirror of
https://github.com/arsenetar/pelican-red.git
synced 2024-11-15 08:59:02 +00:00
17 lines
290 B
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;
|
||
|
}
|
||
|
}
|