summaryrefslogtreecommitdiff
path: root/client/css/nprogress.styl
blob: f28074956e82b8695cfd6083235cba21fe3888ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import colors

#nprogress
    pointer-events: none

    .bar
        background: $main-color
        position: fixed
        z-index: 1031
        top: 0
        left: 0
        width: 100%
        height: 2px

    .spinner-icon
        display: none

    .peg
        display: none

.nprogress-custom-parent
    overflow: hidden
    position: relative