Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 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
 
10
  -webkit-transition: width 1s;
11
  -moz-transition: width 1s;
12
  -o-transition: width 1s;
13
  transition: width 1s;
14
}
15
 
16
.pace-inactive {
17
  display: none;
18
}