]>
BookStack Code Mirror - bookstack/blob - resources/assets/sass/print-styles.scss
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated markdown editor for mobile
[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
.page-content {
12
margin: 0 auto;
13
}
14
15
.flex-fill {
16
display: block;
17
}
18
19
.flex.sidebar + .flex.content {
20
border-left: none;
21
}
22
23
.print-hidden {
24
display: none;
25
}
26
27
.print-full-width {
28
width: 100%;
29
float: none;
30
display: block;
31
}
32
33
h2 {
34
font-size: 2em;
35
line-height: 1;
36
margin-top: 0.6em;
37
margin-bottom: 0.3em;
38
}
39
40
.comments-container {
41
display: none;
42
}