@import '/node_modules/ant-design-vue/dist/antd.dark.less';
@app_grey: #909399;
@app_icons_text: #333333;
@app_yellow: #ffe600;
@app_primary: #1890ff;;
@app_error: #ff4d4f;
@app_warning: #ed6500;
@app_success: #168736;
@app_link: #1890ff;
@app_white: #fff;
@app_dark: #333333;
@app_content_bg: #151515 ;

// 布局背景色
@layout-body-background: @app_dark;
@container-background: @app_content_bg;
//配置背景色
@config-header-bg-dark: @app_dark;
@config-menu-bg-dark: @app_dark;
@config-header-bg-light:@app_white;
@config-menu-bg-light: @app_white;
// 配置圆角
@config-border-radius: 0px;

@primary-color: @app_primary; // primary color for all components
@link-color: @app_link; // link color
@success-color: @app_success; // success state color
@warning-color: @app_warning; // warning state color
@error-color: @app_error; // error state color
@font-size-base: 12px; // major text font size
@text-color: contrast(@layout-body-background, @app_white, @app_icons_text); // major text color
@text-color-secondary: @app_grey; // secondary text color
@disabled-color: rgba(255, 255, 255, 0.3); // disable state color
@border-radius-base: @config-border-radius; // major border radius
@border-color-base: #d9d9d9; // major border color
@box-shadow-base: 0 3px 6px -4px rgba(0, 0, 0, 0.48),
  0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2); // major shadow for layers
