index.module.less
689 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
@prefix-cls: ~'qx-name-editor';
.@{prefix-cls} {
width: auto;
height: 32px;
display: flex;
align-items: center;
justify-content: flex-start;
font-size: 16px;
:global {
.anticon {
font-size: 16px;
color: @N7;
}
}
.@{prefix-cls}__title--edit {
cursor: pointer;
&:hover {
color: @B8;
}
}
.@{prefix-cls}__input {
margin-left: 8px !important;
}
}
.@{prefix-cls}__title {
height: 100%;
display: inline-flex;
align-items: center;
justify-content: flex-start;
:global {
.ant-typography {
margin: 0 8px;
font-size: 16px;
line-height: 1.5;
color: @N9;
font-weight: 600;
}
}
}