index.module.less
925 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.qx-flow-setting {
&__top {
height: 32px;
margin-bottom: 16px;
display: flex;
align-items: center;
justify-content: space-between;
}
&__top-tip {
height: 32px;
line-height: 32px;
color: @N8;
}
&__top-tip__opt {
display: inline-block;
position: relative;
padding-left: 20px;
margin-left: 8px;
color: @N8;
height: 32px;
line-height: 32px;
cursor: pointer;
:global {
.qx-data-flow__icon {
position: absolute;
top: 50%;
left: 0;
margin-top: -8px;
width: 16px;
height: 16px;
font-size: 16px;
color: @N6;
}
}
&:hover {
color: @N9;
:global {
.qx-data-flow__icon {
color: @N8;
}
}
}
}
&__top-search {
}
&__top-search__input {
:global {
.qx-data-flow__icon {
color: @N6;
}
}
}
}