// The prefix to use on all css classes from acud.

@import '~acud/lib/style/themes/index.less';

@du-prefix: du;
@green: #5FB333;
@red: #EB5252;
@yellow: #FFA500;
@blue: #1890ff;
@blue-hover: #40a9ff;
@gray: #999;

// TODO: 后期是否统一为acud-pro
@acud-pro-prefix: acud-pro;
@page-layout: page-layout;

// 字色
@text-color: @G2; // 文本色
@text-color-secondary: @G5; // 次文本色

// 背景色
@body-background: @G11; // 默认背景色
@split-background: @G10; // 分割背景色

// border颜色
@border-color-base: @G8;