summaryrefslogtreecommitdiff
path: root/client/css/pager.styl
blob: 66206a9ae3edf8ccb438eda16afbc6eeb06950c9 (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
@import colors

.pager
    nav
        .disabled
            opacity: .5

    .page
        position: relative
        .page-header
            margin: 0.5em 0
            position: relative
            &:before
                display: block
                content: ''
                position: absolute
                left: 0
                top: 50%
                right: 0
                height: 3px
                background: $top-navigation-color
                z-index: 1
            span
                position: relative
                background: $window-color
                padding: 0 1em
                z-index: 2

.darktheme .pager
    .page
        .page-header
            &:before
                background: $top-navigation-color-darktheme
            span
                background: $window-color-darktheme