-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
weifang.jiagweifan
committed
Sep 19, 2024
1 parent
de6fff5
commit b4b1ac9
Showing
8 changed files
with
152 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
@import (reference) '../style/themes/index.less'; | ||
|
||
// 标准背景 | ||
@notice-background-color: @COLOR_GOLDEN_3; | ||
// 标准边框颜色 | ||
@notice-border-color: @COLOR_GOLDEN_2; | ||
@notice-background-color: #FFF9ED; | ||
// 标准字体颜色 | ||
@notice-color: @COLOR_TANGERINE_1; | ||
@notice-color: #FF6010; | ||
// 标准字体大小 | ||
@notice-font-size: @font-size-subtitle; | ||
|
||
// error 边框颜色 | ||
@notice-error-border-color: @COLOR_GOLDEN_2; | ||
// error 字体颜色 | ||
@notice-error-color: @COLOR_WHITE; | ||
// error 背景 | ||
@notice-error-background-color: @COLOR_RED; | ||
@notice-error-background-color: #FF3B30; | ||
|
||
// primary 边框颜色 | ||
@notice-primary-border-color: tint(@COLOR_BRAND1, 72%); | ||
// primary 字体颜色 | ||
@notice-primary-color: @COLOR_BRAND1; | ||
@notice-primary-color: #1677FF; | ||
// primary 背景 | ||
@notice-primary-background-color: tint(@COLOR_BRAND1, 80%); | ||
@notice-primary-background-color: #D0E4FF; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,18 @@ | ||
@import (reference) '../style/themes/index.less'; | ||
|
||
// 标准背景 | ||
@notice-background-color: @COLOR_GOLDEN_3; | ||
// 标准边框颜色 | ||
@notice-border-color: @COLOR_GOLDEN_2; | ||
@notice-background-color: #FFF9ED; | ||
// 标准字体颜色 | ||
@notice-color: @COLOR_TANGERINE_1; | ||
@notice-color: #FF6010; | ||
// 标准字体大小 | ||
@notice-font-size: @font-size-subtitle; | ||
|
||
// error 边框颜色 | ||
@notice-error-border-color: @COLOR_GOLDEN_2; | ||
// error 字体颜色 | ||
@notice-error-color: @COLOR_WHITE; | ||
// error 背景 | ||
@notice-error-background-color: @COLOR_RED; | ||
@notice-error-background-color: #FF3B30; | ||
|
||
// primary 边框颜色 | ||
@notice-primary-border-color: tint(@COLOR_BRAND1, 72%); | ||
// primary 字体颜色 | ||
@notice-primary-color: @COLOR_BRAND1; | ||
@notice-primary-color: #1677FF; | ||
// primary 背景 | ||
@notice-primary-background-color: tint(@COLOR_BRAND1, 80%); | ||
@notice-primary-background-color: #D0E4FF; |