Subversion Repositories Integrator Subversion

Rev

Blame | Last modification | View Log | Download | RSS feed

body {
  .ui-progressbar {
    border: $progressBarBorder;
    height: $progressBarHeight;
    background: $progressBarBg;
    border-radius: $borderRadius;

    .ui-progressbar-value {
      border: 0 none;
      margin: 0;
      background: $progressBarValueBg;
      border-radius: $borderRadius;
    }

    .ui-progressbar-label {
      margin-top: 0;
      color: $textColor;
      line-height: $progressBarHeight;
    }
  }
}