pace-theme-minimal.css 356 B

123456789101112131415161718
  1. /* This is a compiled file, you should be editing the file in the templates directory */
  2. .pace .pace-progress {
  3. background: #29d;
  4. position: fixed;
  5. z-index: 2000;
  6. top: 0;
  7. left: 0;
  8. height: 2px;
  9. -webkit-transition: width 1s;
  10. -moz-transition: width 1s;
  11. -o-transition: width 1s;
  12. transition: width 1s;
  13. }
  14. .pace-inactive {
  15. display: none;
  16. }