You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
504 B
28 lines
504 B
|
|
|
|
|
|
// $--color-primary: #1890ff;
|
|
$--color-primary: #33a1fa;
|
|
$--color-success: #13ce66;
|
|
$--color-warning: #FFBA00;
|
|
$--color-danger: #ff4949;
|
|
// $--color-info: #1E1E1E;
|
|
|
|
$--button-font-weight: 400;
|
|
|
|
// $--color-text-regular: #1f2d3d;
|
|
|
|
$--border-color-light: #dfe4ed;
|
|
$--border-color-lighter: #e6ebf5;
|
|
|
|
$--table-border:1px solid#dfe6ec;
|
|
|
|
|
|
$--font-path: '~element-ui/lib/theme-chalk/fonts';
|
|
|
|
@import "../../../node_modules/element-ui/packages/theme-chalk/src/index";
|
|
|
|
|
|
:export {
|
|
theme: $--color-primary;
|
|
}
|