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.

26 lines
529 B

2 years ago
@forward 'element-plus/theme-chalk/src/common/var.scss' with (
$colors: (
'primary': (
// 主色
'base': #D3832A,
),
// 'sucsess': (
// // 成功色
// 'base': #1dc779,
// ),
// 'warning': (
// // 警告色
// 'base': #ffb302,
// ),
// 'danger': (
// // 危险色
// 'base': #e26237,
// ),
// 'error': (
// // 错误色
// 'base': #cf4444,
// ),
),
);
@use "element-plus/theme-chalk/src/index.scss" as *;