-
Notifications
You must be signed in to change notification settings - Fork 355
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
1 parent
fda7c56
commit 3a8524e
Showing
5 changed files
with
9 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
// 提供engine主题包的样式定义引入 | ||
import './base.less' | ||
import './common.less' | ||
// 须提供变量区分亮暗两套主题,再引入引入dark和light,达到提供tinyvue组件亮暗色两套样式定义引入 | ||
// import './dark' | ||
// TODO: 须提供变量区分亮暗两套主题,再分别引入dark和light,达到分别显示tinyvue组件亮暗色 | ||
import './dark' | ||
import './light' | ||
import './component-common.less' |
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,15 +1,15 @@ | ||
.shepherd-modal-overlay-container, | ||
.tiny-guide { | ||
--ti-lowcode-help-guide-content-text-color: var(--ti-lowcode-common-text-color-8); | ||
--ti-lowcode-help-guide-title-text-color: var(----ti-lowcode-common-primary-text-color); | ||
--ti-lowcode-help-guide-progress-style-text-color: var(----ti-lowcode-common-primary-text-color); | ||
--ti-lowcode-help-guide-title-text-color: var(--ti-lowcode-common-primary-text-color); | ||
--ti-lowcode-help-guide-progress-style-text-color: var(--ti-lowcode-common-primary-text-color); | ||
--ti-lowcode-help-guide-mask-bg-color: var(--ti-lowcode-common-component-bg-16); | ||
} | ||
.help-plugin-box { | ||
--ti-lowcode-help-box-bg-color: var(--ti-lowcode-common-component-bg-2); | ||
--ti-lowcode-help-box-shadow: 0px 2px 6px 0px var(--ti-lowcode-common-rgba-1); | ||
--ti-lowcode-help-box-title-text-color: var(----ti-lowcode-common-primary-text-color); | ||
--ti-lowcode-help-box-item-text-color: var(----ti-lowcode-common-primary-text-color); | ||
--ti-lowcode-help-box-title-text-color: var(--ti-lowcode-common-primary-text-color); | ||
--ti-lowcode-help-box-item-text-color: var(--ti-lowcode-common-primary-text-color); | ||
--ti-lowcode-help-box-question-border-top: var(--ti-lowcode-common-border-color-12); | ||
--ti-lowcode-help-box-question-item-text-color: var(--ti-lowcode-common-primary-color); | ||
} |