]> BookStack Code Mirror - bookstack/blob - resources/assets/sass/print-styles.scss
Merge branch 'Copy-For-View-Only' of git://github.com/mark-james/BookStack into mark...
[bookstack] / resources / assets / sass / print-styles.scss
1 @import "variables";
2
3 header {
4   display: none;
5 }
6
7 body {
8   font-size: 12px;
9 }
10
11 .faded-small {
12   display: none;
13 }
14
15 .page-content {
16   margin: 0 auto;
17 }
18
19 .flex-fill {
20   display: block;
21 }
22
23 .flex.sidebar + .flex.content {
24   border-left: none;
25 }
26
27 .print-hidden {
28   display: none;
29 }
30
31 .print-full-width {
32   width: 100%;
33   float: none;
34   display: block;
35 }
36
37 h2 {
38   font-size: 2em;
39   line-height: 1;
40   margin-top: 0.6em;
41   margin-bottom: 0.3em;
42 }
43
44 .comments-container {
45   display: none;
46 }