Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
207 espaco 1
body {
2
  .ui-progressbar {
3
    border: $progressBarBorder;
4
    height: $progressBarHeight;
5
    background: $progressBarBg;
6
    border-radius: $borderRadius;
7
 
8
    .ui-progressbar-value {
9
      border: 0 none;
10
      margin: 0;
11
      background: $progressBarValueBg;
12
      border-radius: $borderRadius;
13
    }
14
 
15
    .ui-progressbar-label {
16
      margin-top: 0;
17
      color: $textColor;
18
      line-height: $progressBarHeight;
19
    }
20
  }
21
}