mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(docs): remove fixed variables & add color palette (#6216)
This commit is contained in:
@@ -47,14 +47,3 @@ import {
|
||||
Delete,
|
||||
} from '@element-plus/icons-vue'
|
||||
</script>
|
||||
|
||||
<style>
|
||||
:root {
|
||||
--el-color-primary: #409eff;
|
||||
--el-color-success: #67c23a;
|
||||
--el-color-warning: #e6a23c;
|
||||
--el-color-danger: #f56c6c;
|
||||
--el-color-error: #f56c6c;
|
||||
--el-color-info: #909399;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user