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
| .mob-content-update {
| position: absolute;
| top: -22px;
| right: -1px;
| border-radius: 2px;
| color: #ffffff;
| font-size: 14px;
| display: none;
| line-height: 1.5;
| z-index: 1;
| white-space: nowrap;
|
| i {
| padding: 2px 5px;
| cursor: pointer;
| background: #2f54eb;
| }
| .anticon-delete {
| background: #ff4d4f;
| }
| }
| .editing .mob-content-update {
| display: inline-block;
| }
| .mob-content-update-popover {
| .ant-popover-content {
| margin-top: -5px;
| .ant-popover-arrow {
| top: 1px;
| }
|
| .fileupload-form-container {
| display: block;
| margin-bottom: 10px;
| .ant-upload-list {
| width: 250px;
| }
| }
| }
| input {
| width: 250px;
| }
| textarea {
| width: 270px;
| }
| .link-url {
| p {
| margin: 10px 0px 5px 5px;
| font-size: 14px;
| color: #959595;
| }
| }
| }
|
|