Sharkey/src/server/web/element.scss

13 lines
317 B
SCSS
Raw Normal View History

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