2018-03-01 15:26:31 -06:00
|
|
|
/* Element variable definitons */
|
|
|
|
/* SEE: http://element.eleme.io/#/en-US/component/custom-theme */
|
|
|
|
|
2018-03-28 11:20:40 -05:00
|
|
|
@import '../../const.json';
|
2018-03-01 15:26:31 -06:00
|
|
|
|
|
|
|
/* 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";
|