13 lines
314 B
SCSS
13 lines
314 B
SCSS
|
/* Element variable definitons */
|
||
|
/* SEE: http://element.eleme.io/#/en-US/component/custom-theme */
|
||
|
|
||
|
@import '../const.json';
|
||
|
|
||
|
/* theme color */
|
||
|
$--color-primary: $themeColor;
|
||
|
|
||
|
/* icon font path, required */
|
||
|
$--font-path: '~element-ui/lib/theme-chalk/fonts';
|
||
|
|
||
|
@import "~element-ui/packages/theme-chalk/src/index";
|