progressbars.less 298 B

1234567891011121314151617181920
  1. //
  2. // Progress bars
  3. // --------------------------------------------------
  4. .progress {
  5. background-color: darken(@body-bg, 7%);
  6. .box-shadow(none);
  7. border-radius: 20px;
  8. margin-top: 0px;
  9. .progress-bar {
  10. .box-shadow(none);
  11. }
  12. &.thin {
  13. border-radius: 2px;
  14. height: 6px;
  15. }
  16. }