/* theme color */
$--color-primary: #1677ff;
$--color-success: #13ce66;
$--color-warning: #ffba00;
$--color-danger: #ff4949;

$--button-font-weight: 400;

$--border-color-light: #dfe4ed;
$--border-color-lighter: #e6ebf5;

$--table-border: 1px solid #dfe6ec;

$--font-path: '~element-ui/lib/theme-chalk/fonts';

:export {
	theme: $--color-primary;
}
