index.less
1.0 KB
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
61
62
63
64
65
66
67
68
69
.search-component {
display: flex;
align-items: center;
// justify-content: space-between;
height: 72px;
background: #ffffff;
border-radius: 0px 0px 8px 8px;
padding: 30px;
margin-bottom: 20px;
justify-content: space-between;
}
.left-section {
display: flex;
align-items: center;
overflow: hidden;
.ant-formily-item-feedback-layout-loose {
margin-bottom: 0 !important;
}
}
.left-item {
margin-bottom: 5px;
}
.right-section {
display: flex;
align-items: center;
position: relative;
margin-left: 10px;
.section-search {
.ant-formily-item-feedback-layout-loose {
margin-bottom: 0 !important;
}
}
}
.more-categories-button {
margin-left: 10px;
}
.btn {
display: flex;
align-items: center;
justify-content: flex-end;
margin-top: 20px;
}
.popups {
padding: 20px;
width: 332px;
max-width: 500px;
.ant-tooltip-inner {
padding: 20px;
right: 100px;
}
}
.more {
margin-left: 20px;
font-size: 14px;
font-weight: 400;
color: #303133;
}
.img {
margin-left: 7px;
}