element-variables.scss 361 B

123456789101112
  1. /*
  2. Write your variables here. All available variables can be
  3. found in element-ui/packages/theme-chalk/src/common/var.scss.
  4. For example, to overwrite the theme color:
  5. */
  6. $--color-primary: #1886fe;
  7. $--color-success: #1cd1a1;
  8. /* icon font path, required */
  9. $--font-path: "~element-ui/lib/theme-chalk/fonts";
  10. @import "~element-ui/packages/theme-chalk/src/index";