forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~GUY/fineui:master to master * commit '39f18b37f38e0df5d21b5d7b01a05f66f6c34390': 整理样式 整理样式es6
guy
3 years ago
21 changed files with 135 additions and 90 deletions
@ -0,0 +1,52 @@
|
||||
@import "colors"; |
||||
|
||||
// 专属组件色彩库,通用配色中有的用通用配色,否则选constant自定义配色 |
||||
|
||||
//tooltip |
||||
//成功背景(专属配色) |
||||
@color-bi-background-tooltip-success: @background-color-normal-success; |
||||
//成功边框(专属配色) |
||||
@color-bi-border-tooltip-success: @border-color-normal-success; |
||||
//失败背景 |
||||
@color-bi-background-tooltip-success: @color-bi-background-failure; |
||||
//失败边框 |
||||
@color-bi-border-tooltip-failure: @color-bi-border-failure; |
||||
|
||||
//按钮的mask颜色 |
||||
@color-bi-background-button-mask: @color-bi-background-black; |
||||
|
||||
//水印字体颜色 |
||||
@color-bi-text-water-mark: @color-bi-text-tips; |
||||
@color-bi-text-water-mark-theme-dark: @color-bi-text-tips-theme-dark; |
||||
|
||||
//toast |
||||
@color-bi-background-toast-success: @color-bi-background-success; |
||||
@color-bi-background-toast-warning: @color-bi-background-warning; |
||||
@color-bi-background-toast-error: @color-bi-background-failure; |
||||
@color-bi-background-toast-normal: @color-bi-background-highlight; |
||||
|
||||
//bubble |
||||
@color-bi-background-bubble-success: @color-bi-background-light-success; |
||||
@color-bi-background-bubble-warning: @color-bi-background-light-warning; |
||||
@color-bi-background-bubble-error: @color-bi-background-light-failure; |
||||
@color-bi-background-bubble-error-theme-dark: @color-bi-background-dark-failure; |
||||
@color-bi-background-bubble-normal: @color-bi-background-light-highlight; |
||||
|
||||
//bi-background背景 |
||||
@color-bi-background-background: @color-bi-background-normal; |
||||
@color-bi-background-background-theme-dark: @color-bi-background-normal-theme-dark; |
||||
@color-bi-text-background: @color-bi-text-normal; |
||||
@color-bi-text-background-theme-dark: @color-bi-text-theme-dark; |
||||
|
||||
//bi-header-background背景 |
||||
@color-bi-background-header-background: @color-bi-background-light-gray; |
||||
@color-bi-background-header-background-theme-dark: @color-bi-background-light-gray-theme-dark; |
||||
@color-bi-text-header-background: @color-bi-text-light-gray; |
||||
@color-bi-text-header-background-theme-dark: @color-bi-text-light-gray-theme-dark; |
||||
|
||||
//bi-card卡片 |
||||
@color-bi-background-card: @color-bi-background-default; |
||||
@color-bi-background-card-theme-dark: @color-bi-background-default-theme-dark; |
||||
@color-bi-text-card: @color-bi-text-normal; |
||||
@color-bi-text-card-theme-dark: @color-bi-text-theme-dark; |
||||
|
Loading…
Reference in new issue