forked from alibaba/lowcode-engine-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.less
More file actions
40 lines (39 loc) · 778 Bytes
/
index.less
File metadata and controls
40 lines (39 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.setter-container {
width: 100%;
height: 100%;
padding: 20px 12px;
box-sizing: border-box;
overflow-y: auto;
}
.lc-title {
display: inline-flex;
align-items: center;
color: var(--color-text);
padding: 10px;
.lc-title-icon {
display: flex;
align-items: center;
margin-right: 4px;
img {
width: 16px;
height: 16px;
filter: brightness(0) invert(1);
}
}
&.only-icon {
.lc-title-icon {
margin-right: 0;
}
}
&.has-tip {
cursor: help;
text-decoration-line: underline;
text-decoration-style: dashed;
text-decoration-color: var(--color-text-light, rgba(31, 56, 88, .3));
}
line-height: initial !important;
word-break: break-all;
}
.actived .lc-title {
color: var(--color-actived);
}