szuru/client/css/nprogress.styl

24 lines
354 B
Stylus
Raw Permalink Normal View History

@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
2016-05-09 18:14:22 +02:00
display: none
.peg
display: none
.nprogress-custom-parent
overflow: hidden
position: relative