index.less
769 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
.editor_warp {
border-radius: 6px;
margin-bottom: 30px;
.ant-formily-item {
&-label {
font-weight: 500;
color: #1d2129;
}
.editor {
border: 1px solid #ebeef5;
.bf-container {
.public-DraftEditor-content {
padding: 6px 13px;
}
.bf-content {
color: #1d2129;
font-size: 14px;
.public-DraftEditorPlaceholder-root {
top: 6px;
left: 13px;
}
.public-DraftEditorPlaceholder-inner {
color: #ccc;
font-weight: 400;
font-size: 14px;
> div > p {
margin-block-start: 0;
margin-block-end: 3px;
}
}
}
}
}
}
}