|
|
|
@import "colors.less";
|
|
|
|
|
|
|
|
// 专属组件色彩库,通用配色中有的用通用配色,否则选constant自定义配色
|
|
|
|
|
|
|
|
//tooltip
|
|
|
|
//成功背景(专属配色)
|
|
|
|
@color-bi-background-tooltip-success: var(--color-bi-background-tooltip-success);
|
|
|
|
//成功边框(专属配色)
|
|
|
|
@color-bi-border-tooltip-success: var(--color-bi-border-tooltip-success);
|
|
|
|
//失败背景
|
|
|
|
@color-bi-background-tooltip-failure: var(--color-bi-background-tooltip-failure);
|
|
|
|
//失败边框
|
|
|
|
@color-bi-border-tooltip-failure: var(--color-bi-border-tooltip-failure);
|
|
|
|
|
|
|
|
//按钮的mask颜色
|
|
|
|
@color-bi-background-button-mask: var(--color-bi-background-button-mask);
|
|
|
|
|
|
|
|
//水印字体颜色
|
|
|
|
@color-bi-text-water-mark: var(--color-bi-text-water-mark);
|
|
|
|
@color-bi-text-water-mark-theme-dark: var(--color-bi-text-water-mark-theme-dark);
|
|
|
|
|
|
|
|
//toast
|
|
|
|
@color-bi-background-toast-success: var(--color-bi-background-toast-success);
|
|
|
|
@color-bi-background-toast-warning: var(--color-bi-background-toast-warning);
|
|
|
|
@color-bi-background-toast-error: var(--color-bi-background-toast-error);
|
|
|
|
@color-bi-background-toast-normal: var(--color-bi-background-toast-normal);
|
|
|
|
|
|
|
|
//bubble
|
|
|
|
@color-bi-background-bubble-success: var(--color-bi-background-bubble-success);
|
|
|
|
@color-bi-background-bubble-warning: var(--color-bi-background-bubble-warning);
|
|
|
|
@color-bi-background-bubble-error: var(--color-bi-background-bubble-error);
|
|
|
|
@color-bi-background-bubble-error-theme-dark: var(--color-bi-background-bubble-error-theme-dark);
|
|
|
|
@color-bi-background-bubble-normal: var(--color-bi-background-bubble-normal);
|
|
|
|
|
|
|
|
//bi-background背景
|
|
|
|
@color-bi-background-background: var(--color-bi-background-background);
|
|
|
|
@color-bi-background-background-theme-dark: var(--color-bi-background-background-theme-dark);
|
|
|
|
@color-bi-text-background: var(--color-bi-text-background);
|
|
|
|
@color-bi-text-background-theme-dark: var(--color-bi-text-background-theme-dark);
|
|
|
|
|
|
|
|
//bi-header-background背景
|
|
|
|
@color-bi-background-header-background: var(--color-bi-background-header-background);
|
|
|
|
@color-bi-background-header-background-theme-dark: var(--color-bi-background-header-background-theme-dark);
|
|
|
|
@color-bi-text-header-background: var(--color-bi-text-header-background);
|
|
|
|
@color-bi-text-header-background-theme-dark: var(--color-bi-text-header-background-theme-dark);
|
|
|
|
|
|
|
|
//bi-card卡片
|
|
|
|
@color-bi-background-card: var(--color-bi-background-card);
|
|
|
|
@color-bi-background-card-theme-dark: var(--color-bi-background-card-theme-dark);
|
|
|
|
@color-bi-text-card: var(--color-bi-text-card);
|
|
|
|
@color-bi-text-card-theme-dark: var(--color-bi-text-card-theme-dark);
|
|
|
|
|