constants.less 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. @import "mixins.less";
  2. /* DIMENSIONS */
  3. @header-height: 42px;
  4. @header_groupbar_height: 30px;
  5. @header_footer_height: 40px;
  6. @footer_toolbar_height: 48px;
  7. @with-labels-height: 51px;
  8. @article-bottom: 41px;
  9. @article-bottom-with-labels: 52px;
  10. @article_with_header_extended: 72px;
  11. @border-radius: 3px;
  12. @aside-width: 256px;
  13. @aside-width-small: 64px;
  14. @defaultTrasition : @easeOutSine;
  15. /* 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;