// 主色调
$primary-color: #196ee6;

// 字体颜色start
$text-aid-color: #143666;
$text-desc-color: #3d5c86;
$text-instruct-color: #6683a6;
$text-tip-color: #8fa9c6;
$text-disabled-color: #b8cfe6;
// 字体颜色end

//table
$table-header-color: #d7eafc;
$table-header-hover-color: #d3e2f0;
$table-border-color: #b8cfe6;
$table-zebra-color: #eaf3fa;
$table-background-color: #eef4fa;

// status
$status-error-color: #fe3824;
$status-warning-color: #ffd119;
$status-success-color: #00bf29;

// 字体
$message-main-text-size: 40px;
$message-sub-text-size: 24px;
$message-close-text-size: 18px;

$dialog-zindex: 1001;
$message-zindex: 1002;
