constants.less 1.3 KB

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