You are here

pace-theme-minimal.css in PACE - Page load progress bar 7

/* This is a compiled file, you should be editing the file in the templates directory */
.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

File

css/pace-theme-minimal.css
View source
  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. }