fix(docs): remove fixed variables & add color palette (#6216)

This commit is contained in:
云游君
2022-02-22 16:42:54 +08:00
committed by GitHub
parent 31839aa92c
commit f0e4b3a184
22 changed files with 116 additions and 142 deletions

View File

@@ -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>