LaravelTest
22 строки · 457.0 Байт
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-webkit-user-select: none;6-moz-user-select: none;7user-select: none;8}
9
10.pace-inactive {11display: none;12}
13
14.pace .pace-progress {15background-color: rgba(214, 214, 214, 0.19999999999999996);16position: fixed;17z-index: -1;18top: 0;19right: 100%;20bottom: 0;21width: 100%;22}
23