constants.less 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @import "mixins.less";
  2. /* @group DIMENSIONS */
  3. @header-height: 42px;
  4. @toolbar-height: 51px;
  5. /* @end */
  6. @defaultTrasition : @easeOutSine;
  7. @header_footer_height: 40px;
  8. @header_extended_height: 74px;
  9. @footer_toolbar_height: 48px;
  10. /* @group COLORS */
  11. @white: #fff;
  12. @black: #000;
  13. @black-active: #000;
  14. @grey: #ccc;
  15. @grey-active: #b5b5b5;
  16. @red: #e33100;
  17. @red-active: #c5280f;
  18. @lightgreen: #91bd09;
  19. @lightgreen-active: #7ea41a;
  20. @green: #009600;
  21. @green-active: #00770e;
  22. @blue: #237fd7;
  23. @blue-active: #1a69b6;
  24. @arcticblue: #2daebf;
  25. @arcticblue-active: #238e9e;
  26. @orange: #ff5c00;
  27. @orange-active: #da4e15;
  28. @purple: #7b658d;
  29. @purple-active: #574765;
  30. @magenta: #a9014b;
  31. @magenta-active: #831239;
  32. @pink: #ff007f;
  33. @pink-active: #de2870;
  34. @yellow: #ffb515;
  35. @yellow-active: #dfa020;
  36. @twitter: #35cdff;
  37. @twitter-active: #2bafda;
  38. @facebook: #3b5998;
  39. @facebook-active: #2c4579;
  40. /* @end */