summaryrefslogtreecommitdiff
path: root/src/client/element.scss
blob: 917198e024262b979040115433799a1acc116aa3 (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";