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
| .attach-form-container {
| .ant-progress-small.ant-progress-line {
| position: absolute;
| bottom: -20px;
| left: 0px;
| }
| a[href^="data"] {
| pointer-events: none;
| .anticon-eye-o {
| display: none;
| }
| }
| }
| .attach-form-container.limit-fileupload {
| > .ant-upload {
| display: inline;
| >.ant-upload {
| >input {
| display: none;
| }
| >button {
| display: none;
| }
| }
| }
| > .ant-upload-select-picture-card {
| display: none;
| }
| }
|
|