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
363 B
26 lines
363 B
$-colors: ( |
|
'primary': ( |
|
'base': #E93323, |
|
), |
|
'success': ( |
|
'base': #67c23a, |
|
), |
|
'warning': ( |
|
'base': #e6a23c, |
|
), |
|
'danger': ( |
|
'base': #f56c6c, |
|
), |
|
'error': ( |
|
'base': #E93323, |
|
), |
|
'info': ( |
|
'base': #909399, |
|
), |
|
); |
|
|
|
@forward 'element-plus/theme-chalk/src/common/var.scss' with ( |
|
$colors: $-colors |
|
); |
|
|
|
@use './dark.scss';
|
|
|