summaryrefslogtreecommitdiff
path: root/client/css/help-view.styl
blob: 0c98d59ade85c36d73de33d430f359542a60787a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
@import colors

#help
    width: 100%
    max-width: 45em
    nav
        margin-bottom: 1.5em
    td, th
        padding: 0 0.5em
        &:first-child
            white-space: pre
    .section
        margin-top: 2em
    h1
        margin-top: 2.5em
        font-size: 1.6em
        &:first-child
            margin-top: 0
        @media (max-width: 1000px)
            margin-top: 1.5em
            &:first-child
                margin-top: 0
    nav
        ul
            margin: 0 auto
            text-align: left
    nav.secondary
        font-size: 0.95em

    @media (max-width: 600px)
        th, thead
            display: none
        table, tr, td, tbody
            display: block
        tr
            margin-bottom: 0.8em
        pre
            white-space: pre-wrap