stats.less 117 B

123456789
  1. .percentage {
  2. position: relative;
  3. width: 300px;
  4. div {
  5. background: @color-percentage-div-background;
  6. }
  7. }