26 lines
355 B
Stylus
26 lines
355 B
Stylus
|
|
||
|
.pace
|
||
|
-webkit-pointer-events none
|
||
|
pointer-events none
|
||
|
-webkit-user-select none
|
||
|
-moz-user-select none
|
||
|
user-select none
|
||
|
.pace-progress
|
||
|
position fixed
|
||
|
z-index 2000
|
||
|
top 0
|
||
|
right 100%
|
||
|
width 100%
|
||
|
height .2rem
|
||
|
background-color sea-blue
|
||
|
|
||
|
.pace-inactive
|
||
|
display none
|
||
|
|
||
|
@media (max-width: 768px)
|
||
|
.pace
|
||
|
display none
|
||
|
|
||
|
|
||
|
|