You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
642 B

10 years ago
10 years ago
  1. /*******************************
  2. Progress
  3. *******************************/
  4. /*-------------------
  5. Element
  6. --------------------*/
  7. @background: @offWhite;
  8. @border: 1px solid @borderColor;
  9. @boxShadow: none;
  10. @padding: 0.325em;
  11. @borderRadius: 0.325em;
  12. /* Bar */
  13. @barHeight: 1.5em;
  14. @barBackground: #CCCCCC;
  15. @barBorderRadius: @borderRadius;
  16. @barTransition:
  17. width 1s ease-in-out,
  18. background-color 1s ease-out
  19. ;
  20. /*-------------------
  21. States
  22. --------------------*/
  23. @activePulseColor: @white;
  24. /*-------------------
  25. Types
  26. --------------------*/
  27. /*-------------------
  28. Variations
  29. --------------------*/