多媒体信息发布平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
504 B

3 years ago
3 years ago
  1. // $--color-primary: #1890ff;
  2. $--color-primary: #33a1fa;
  3. $--color-success: #13ce66;
  4. $--color-warning: #FFBA00;
  5. $--color-danger: #ff4949;
  6. // $--color-info: #1E1E1E;
  7. $--button-font-weight: 400;
  8. // $--color-text-regular: #1f2d3d;
  9. $--border-color-light: #dfe4ed;
  10. $--border-color-lighter: #e6ebf5;
  11. $--table-border:1px solid#dfe6ec;
  12. $--font-path: '~element-ui/lib/theme-chalk/fonts';
  13. @import "../../../node_modules/element-ui/packages/theme-chalk/src/index";
  14. :export {
  15. theme: $--color-primary;
  16. }