blob: 7e6d0e709997671916bc9ad34971b5a3edab5644 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* 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";
|