1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-02 16:15:57 +09:00
cherrypick/src/server/web/element.scss

13 lines
317 B
SCSS
Raw Normal View History

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