constants.less 1.2 KB

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