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