themeColor.less 335 B

1234567891011
  1. @theme-color: #036EB8;
  2. @theme-linear: linear-gradient( 90deg, #036EB8 0%, #4AA498 100%);
  3. @theme-rgbColor: 0, 152, 94;
  4. @theme-light-rgba-Color: 0,250,154;
  5. @theme-lightColor: #036EB880;
  6. @theme-light2Color: #036EB84D;
  7. @theme-light3Color: #036EB833;
  8. @theme-light4Color: #036EB81A;
  9. //@theme-light4Color: #000;
  10. @theme-commonColor: #F5F5F5;