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