1/* This is a compiled file, you should be editing the file in the templates directory */
2.pace {
3
-webkit-pointer-events: none;
4 pointer-events: none;
5
6
-webkit-user-select: none;
7
-moz-user-select: none;
8 user-select: none;
9}
10
11.pace-inactive {
12 display: none;
13}
14
15.pace .pace-progress {
16 background: #f3502d;
17 position: fixed;
18 z-index: 2000;
19 top: 0;
20 right: 100%;
21 width: 100%;
22 height: 6px;
23}