@import '~ant-design-vue/lib/style/color/colors.less';

@primary-color: #4b5874;
@layout-header-background: rgba(75, 88, 115, 1);
@link-color: #0275fd;
@text-color-org: #f0ad29;
@text-color-red: #ed5a50;
@text-color-blue: #336caf;
@text-color-green: #66bb3d;
@text-color-blue-light: @link-color;
@text-color-white: rgba(255, 255, 255, 0.85);
@text-color-description: rgba(0, 0, 0, 0.25);
@table-row-hover-bg: fade(@primary-color, 20%);
@text-color-title: rgba(0, 0, 0, 0.85);
@text-color-content: rgba(0, 0, 0, 0.75);
@text-color-65: rgba(0, 0, 0, 0.65);

// header dark theme
@header-menu-dark-color: rgba(255, 255, 255, 85%);
@header-menu-dark-bg: fade(@primary-color, 95%);
@header-menu-active-bg: @link-color;
@header-menu-active-color: @text-color-white;

// button
@btn-gray-bg: #eef0f4;

//tab
@tab-primary-color: #005bac;
