forked from opentiny/tiny-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.less
More file actions
24 lines (22 loc) · 1.23 KB
/
Copy pathsettings.less
File metadata and controls
24 lines (22 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// 右侧属性面板 css 变量
#tiny-right-panel {
--ti-lowcode-setting-panel-bg-color: var(--ti-lowcode-base-bg-5);
--ti-lowcode-setting-panel-tabs-item-title-color: var(--ti-lowcode-base-text-color-1);
--ti-lowcode-setting-panel-tabs-item-title-active-color: var(--ti-lowcode-base-text-color);
--ti-lowcode-setting-panel-tabs-item-title-hover-color: var(--ti-lowcode-base-text-color);
// 插件设置面板左侧边框
--ti-lowcode-plugin-setting-panel-border-left-color: var(--ti-lowcode-common-border-color-4);
--lowcode-setting-panel-min-width: 280px;
}
// 属性面板-属性-区块关联属性-新建区块属性popover
.block-new-attr-popover {
--ti-lowcode-attr-popover-menu-item-hover-bg-color: var(--ti-lowcode-base-bg-1);
--ti-lowcode-attr-popover-menu-item-link-item-bg-color: var(--ti-lowcode-base-primary-color-2);
--ti-lowcode-attr-popover-menu-item-link-item-color: var(--ti-lowcode-base-gray-0);
--ti-lowcode-attr-popover-menu-item-color: var(--ti-lowcode-base-text-color);
}
// 属性面板-属性-区块关联属性 icon
.block-link-field {
--ti-lowcode-block-link-field-link-icon-color: var(--ti-lowcode-base-gray-0);
--ti-lowcode-block-link-field-link-icon-bg-color: var(--ti-lowcode-base-success-color);
}