element-variables.scss 340 B

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