Guide_3DS/_sass/_print.scss

19 lines
422 B
SCSS
Raw Normal View History

2016-10-30 01:02:14 +02:00
/* ==========================================================================
PRINT STYLES
========================================================================== */
/*
Hide the following elements on print
========================================================================== */
@media print {
.masthead,
.toc,
.page__share,
.page__related,
.ads,
.page__footer {
display: none;
}
}