初始化admin pc端

This commit is contained in:
Mrtangl
2022-04-08 10:42:44 +08:00
parent d9c9f27530
commit 19665b64fb
137 changed files with 11991 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
:export {
/* 主题颜色 */
color_primary: $color-primary;
color_success: $color-success;
color_warning: $color-warning;
color_danger: $color-danger;
color_ingo: $color-info;
/* 字体颜色 */
font_color_primary: $color-text-primary;
font_color_regular: $color-text-regular;
font_color_secondary: $color-text-secondary;
}