variate.less 653 B

12345678910111213141516171819202122232425262728293031323334353637
  1. @primary: #187EE6;//;
  2. @success: #67C23A;
  3. @danger: #F56C6C;
  4. @warning: #E6A23C;
  5. @visited: rgb(119, 28, 170);
  6. @info: #999;
  7. @navHeight: 65px;
  8. @navActive: #68c7ec;
  9. @navActiveBg: #0f5198;
  10. @platformBackground: #13304c;
  11. @tabsHeight: 42px;
  12. @background: rgb(245, 245, 245);
  13. @theme: #1e3851;
  14. @menuBackground: #1e3851;
  15. @subMenuOpened: #253f58;
  16. @menuItemActive: #104682;
  17. @tableHeadColor: #ecf5ff;
  18. @tableHeadFontWeight: 600;
  19. @a4Width: 595.28;
  20. @a4Height: 841.89;
  21. @front-limit-width: 1200px;
  22. @formItemLineHeight: 32px;
  23. // webpack
  24. :export {
  25. background: @menuBackground;
  26. textColor: #fff;
  27. activeTextColor: #fff;
  28. a4Width: @a4Width;
  29. a4Height: @a4Height;
  30. }