constants.less 1.2 KB

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