cc-core-cli 1.0.32 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template/admin/public/static/styles/custom-antd.less +2 -0
- package/template/admin/public/static/styles/custom_icon.less +406 -406
- package/template/admin/public/static/styles/date_search.less +20 -10
- package/template/admin/public/static/styles/entities.less +1 -0
- package/template/admin/public/static/styles/layout.less +115 -3
- package/template/admin/public/static/styles/login.less +167 -165
- package/template/admin/public/static/styles/style.less +32 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.dropdown {
|
|
2
2
|
position: relative;
|
|
3
3
|
display: inline-block;
|
|
4
|
-
width:
|
|
4
|
+
width: 100%;
|
|
5
5
|
}
|
|
6
6
|
.dropdown-toggle {
|
|
7
7
|
// display: inline-flex;
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
}
|
|
35
35
|
.dropdown-menu {
|
|
36
36
|
// margin: 2px;
|
|
37
|
-
padding:
|
|
38
|
-
border-radius: 6px;
|
|
39
|
-
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
|
|
40
|
-
overflow: auto;
|
|
41
|
-
z-index: 1;
|
|
42
|
-
width: 400px;
|
|
43
|
-
max-height: 150px;
|
|
44
|
-
position: absolute;
|
|
45
|
-
background: white;
|
|
37
|
+
padding: 5px;
|
|
38
|
+
// border-radius: 6px;
|
|
39
|
+
// box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 10px;
|
|
40
|
+
// overflow: auto;
|
|
41
|
+
// z-index: 1;
|
|
42
|
+
// width: 400px;
|
|
43
|
+
// max-height: 150px;
|
|
44
|
+
// position: absolute;
|
|
45
|
+
// background: white;
|
|
46
46
|
}
|
|
47
47
|
.dropdown-text {
|
|
48
48
|
padding-top: 5px;
|
|
@@ -51,3 +51,13 @@
|
|
|
51
51
|
.dropdown-item.highlight-dropdown-item {
|
|
52
52
|
background-color: #e8fdff;
|
|
53
53
|
}
|
|
54
|
+
|
|
55
|
+
.dropdown-content-main {
|
|
56
|
+
height: 200px ;
|
|
57
|
+
min-width: 300px;
|
|
58
|
+
overflow: scroll;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.label-date-search {
|
|
62
|
+
padding-bottom: 8px;
|
|
63
|
+
}
|
|
@@ -27,6 +27,20 @@ html {
|
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
+
.layouts-content.layouts-content-lv4 {
|
|
31
|
+
padding-top: 40px;
|
|
32
|
+
height: calc(100vh - 104px);
|
|
33
|
+
overflow: auto;
|
|
34
|
+
|
|
35
|
+
&::-webkit-scrollbar {
|
|
36
|
+
display: none;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.layouts-content-height {
|
|
40
|
+
min-height: calc(100vh - 175px);
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
|
|
30
44
|
.main-body {
|
|
31
45
|
padding: 0 26px;
|
|
32
46
|
width: calc(100% - 250px);
|
|
@@ -264,13 +278,17 @@ html {
|
|
|
264
278
|
|
|
265
279
|
.ant-card-body {
|
|
266
280
|
border: none;
|
|
267
|
-
padding: 12px 16px;
|
|
268
|
-
|
|
281
|
+
// padding: 12px 16px;
|
|
282
|
+
padding : 0px;
|
|
269
283
|
.ant-page-header {
|
|
270
284
|
padding: 0;
|
|
271
285
|
}
|
|
272
286
|
}
|
|
273
287
|
|
|
288
|
+
.layouts-main-header {
|
|
289
|
+
padding: 12px 16px;
|
|
290
|
+
}
|
|
291
|
+
|
|
274
292
|
.left-content {
|
|
275
293
|
.title-text {
|
|
276
294
|
font-size: 20px;
|
|
@@ -618,7 +636,7 @@ html {
|
|
|
618
636
|
padding: 0px 15px !important;
|
|
619
637
|
|
|
620
638
|
.anticon.anticon-menu-unfold {
|
|
621
|
-
margin-right:
|
|
639
|
+
margin-right: 5px;
|
|
622
640
|
|
|
623
641
|
&.custom-icon {
|
|
624
642
|
margin-right: 13px;
|
|
@@ -1209,3 +1227,97 @@ html {
|
|
|
1209
1227
|
overflow: scroll;
|
|
1210
1228
|
}
|
|
1211
1229
|
}
|
|
1230
|
+
|
|
1231
|
+
.save-menu-actions {
|
|
1232
|
+
color: @primary-color !important;
|
|
1233
|
+
}
|
|
1234
|
+
.save-menu-actions:hover {
|
|
1235
|
+
color: white !important;
|
|
1236
|
+
background-color: @primary-color !important;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
|
|
1241
|
+
// ********* custom menu Lv4-5 **********
|
|
1242
|
+
|
|
1243
|
+
.layouts-card-header {
|
|
1244
|
+
.ant-card-body {
|
|
1245
|
+
padding: 0px;
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
.layouts-sub-sider-horizontal {
|
|
1250
|
+
border-top: solid 1px #e9e9e9;
|
|
1251
|
+
.ant-menu {
|
|
1252
|
+
.ant-menu-item {
|
|
1253
|
+
padding: 0px !important;
|
|
1254
|
+
margin-top: 0;
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.ant-menu-submenu-title {
|
|
1259
|
+
.menu-label {
|
|
1260
|
+
transition: padding 0.2s;
|
|
1261
|
+
}
|
|
1262
|
+
}
|
|
1263
|
+
|
|
1264
|
+
.ant-typography.ant-typography-secondary {
|
|
1265
|
+
color: @menu-item-color;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
.ant-menu-item .ant-menu-item-icon, .ant-menu-submenu-title .ant-menu-item-icon, .ant-menu-item .anticon, .ant-menu-submenu-title .anticon{
|
|
1269
|
+
margin-right: 5px !important;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.ant-menu-item {
|
|
1273
|
+
a {
|
|
1274
|
+
color: @menu-item-color;
|
|
1275
|
+
|
|
1276
|
+
&:hover {
|
|
1277
|
+
color: @menu-item-active-bg;
|
|
1278
|
+
}
|
|
1279
|
+
}
|
|
1280
|
+
}
|
|
1281
|
+
.ant-menu-horizontal > .ant-menu-item-selected a {
|
|
1282
|
+
color: @menu-item-active-bg;
|
|
1283
|
+
}
|
|
1284
|
+
|
|
1285
|
+
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected, .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
|
|
1286
|
+
color: @menu-item-active-bg !important;
|
|
1287
|
+
border-bottom: 2px solid @menu-item-active-bg !important;
|
|
1288
|
+
}
|
|
1289
|
+
|
|
1290
|
+
.ant-menu-item:hover, .ant-menu-item-active, .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open, .ant-menu-submenu-active, .ant-menu-submenu-title:hover {
|
|
1291
|
+
color: @menu-item-group-title-color !important;
|
|
1292
|
+
}
|
|
1293
|
+
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
.menu-item-a {
|
|
1297
|
+
display: block !important;
|
|
1298
|
+
}
|
|
1299
|
+
|
|
1300
|
+
.sum-menu-item {
|
|
1301
|
+
.ant-menu.ant-menu-sub.ant-menu-vertical {
|
|
1302
|
+
background-color: @menu-popup-bg !important;
|
|
1303
|
+
border-radius: 0px !important;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
.ant-menu-item-selected a, .ant-menu-item-selected a:hover {
|
|
1307
|
+
color: @menu-item-active-bg;
|
|
1308
|
+
}
|
|
1309
|
+
|
|
1310
|
+
.ant-menu-item-selected a, .ant-menu-item-selected a {
|
|
1311
|
+
color:@menu-item-active-bg;
|
|
1312
|
+
}
|
|
1313
|
+
|
|
1314
|
+
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
|
1315
|
+
background-color: unset !important;
|
|
1316
|
+
}
|
|
1317
|
+
|
|
1318
|
+
.ant-menu-item a:hover {
|
|
1319
|
+
color: @menu-item-active-bg;
|
|
1320
|
+
}
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
// ********* end custom menu Lv4-5 **********
|
|
@@ -1,218 +1,218 @@
|
|
|
1
|
-
@import
|
|
1
|
+
@import "custom-antd.less";
|
|
2
2
|
|
|
3
3
|
.layout-login {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
background-color: #ffffff;
|
|
5
|
+
min-height: 100vh;
|
|
6
|
+
flex-direction: column;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.logo-layout {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
padding: 0rem 4rem;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
display: flex;
|
|
13
13
|
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
14
|
+
.logo-content {
|
|
15
|
+
width: 100%;
|
|
16
|
+
}
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.logo-layout-v3 {
|
|
20
|
-
|
|
21
|
-
|
|
20
|
+
justify-content: center;
|
|
21
|
+
display: flex;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
@media only screen and (max-width: 768px) {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
25
|
+
.logo-layout {
|
|
26
|
+
padding: 0rem 1rem;
|
|
27
|
+
width: 100%;
|
|
28
|
+
}
|
|
29
|
+
.logo-layout-v3 {
|
|
30
|
+
padding: 0rem 1rem;
|
|
31
|
+
width: 100%;
|
|
32
|
+
}
|
|
33
33
|
}
|
|
34
34
|
@media only screen and (min-width: 768px) and (max-width: 992px) {
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
35
|
+
.logo-layout {
|
|
36
|
+
padding: 0rem 4rem;
|
|
37
|
+
width: 100%;
|
|
38
|
+
}
|
|
39
|
+
.logo-layout-v3 {
|
|
40
|
+
padding: 0rem 4rem;
|
|
41
|
+
width: 100%;
|
|
42
|
+
}
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
@media only screen and (min-width: 992px) {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
46
|
+
.logo-layout {
|
|
47
|
+
padding: 0rem 4rem;
|
|
48
|
+
justify-content: center;
|
|
49
|
+
display: flex;
|
|
50
|
+
|
|
51
|
+
.logo-content {
|
|
52
|
+
width: 100%;
|
|
53
|
+
}
|
|
53
54
|
}
|
|
54
|
-
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
58
57
|
.login-form {
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
58
|
+
overflow-y: hidden;
|
|
59
|
+
padding: 1.5rem;
|
|
60
|
+
border-radius: @border-radius-base;
|
|
62
61
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
.image-center {
|
|
68
|
-
max-width : 100%;
|
|
69
|
-
margin-top : 8px;
|
|
70
|
-
margin-bottom: 16px;
|
|
71
|
-
}
|
|
62
|
+
.form-login-authentication {
|
|
63
|
+
margin-bottom: 15px;
|
|
64
|
+
}
|
|
72
65
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
66
|
+
.image-center {
|
|
67
|
+
max-width: 100%;
|
|
68
|
+
margin-top: 8px;
|
|
69
|
+
margin-bottom: 16px;
|
|
70
|
+
}
|
|
76
71
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
72
|
+
h3.ant-typography {
|
|
73
|
+
text-align: center;
|
|
74
|
+
}
|
|
80
75
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
76
|
+
button {
|
|
77
|
+
width: 100%;
|
|
78
|
+
}
|
|
84
79
|
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
justify-content: center;
|
|
80
|
+
a.ant-typography {
|
|
81
|
+
color: @info-color;
|
|
82
|
+
}
|
|
89
83
|
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
84
|
+
.ant-btn-google,
|
|
85
|
+
.ant-btn-cognito,
|
|
86
|
+
.ant-btn-azure-ad,
|
|
87
|
+
.ant-btn-social {
|
|
88
|
+
display: flex;
|
|
89
|
+
justify-content: center;
|
|
90
|
+
|
|
91
|
+
img {
|
|
92
|
+
height: 20px;
|
|
93
|
+
width: auto;
|
|
94
|
+
margin-right: 10px;
|
|
95
|
+
margin-top: 1px;
|
|
96
|
+
}
|
|
95
97
|
}
|
|
96
|
-
}
|
|
97
98
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
99
|
+
.ant-btn-id-connect {
|
|
100
|
+
display: flex;
|
|
101
|
+
justify-content: center;
|
|
101
102
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
103
|
+
img {
|
|
104
|
+
height: 20px;
|
|
105
|
+
width: auto;
|
|
106
|
+
margin-right: 10px;
|
|
107
|
+
margin-top: 1px;
|
|
108
|
+
}
|
|
107
109
|
}
|
|
108
|
-
}
|
|
109
110
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
.ant-dropdown-trigger.languages {
|
|
112
|
+
.anticon {
|
|
113
|
+
display: none;
|
|
114
|
+
}
|
|
113
115
|
}
|
|
114
|
-
}
|
|
115
116
|
}
|
|
116
117
|
|
|
117
118
|
.login-modal {
|
|
118
|
-
|
|
119
|
+
max-width: 500px !important;
|
|
119
120
|
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
121
|
+
.description {
|
|
122
|
+
margin-top: 10px;
|
|
123
|
+
}
|
|
123
124
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
.button {
|
|
126
|
+
margin-top: 15px;
|
|
127
|
+
}
|
|
127
128
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
129
|
+
.qrcode-description {
|
|
130
|
+
margin-bottom: 20px;
|
|
131
|
+
}
|
|
131
132
|
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
133
|
+
.qrcode-container {
|
|
134
|
+
padding: 20px 50px 10px;
|
|
135
|
+
}
|
|
135
136
|
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
137
|
+
.modal-container {
|
|
138
|
+
padding: 20px 50px 40px;
|
|
139
|
+
}
|
|
139
140
|
|
|
140
|
-
|
|
141
|
-
|
|
141
|
+
.modal-flow-container {
|
|
142
|
+
padding: 20px;
|
|
142
143
|
|
|
143
|
-
|
|
144
|
-
|
|
144
|
+
.login-form {
|
|
145
|
+
padding: 0px;
|
|
146
|
+
}
|
|
145
147
|
}
|
|
146
|
-
}
|
|
147
148
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
149
|
+
.logo {
|
|
150
|
+
width: 100px;
|
|
151
|
+
margin-bottom: 50px;
|
|
152
|
+
}
|
|
152
153
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
154
|
+
.modal-title {
|
|
155
|
+
font-weight: 600;
|
|
156
|
+
font-size: 16px;
|
|
157
|
+
color: black;
|
|
158
|
+
text-align: center;
|
|
159
|
+
margin-bottom: 10px;
|
|
160
|
+
}
|
|
160
161
|
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
162
|
+
.login-otp-container {
|
|
163
|
+
flex-direction: row;
|
|
164
|
+
justify-content: space-between;
|
|
165
|
+
margin-top: 30px;
|
|
166
|
+
width: 100%;
|
|
167
|
+
|
|
168
|
+
@media (max-width: 768px) {
|
|
169
|
+
margin-top: 14px;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
input {
|
|
173
|
+
width: 35px !important;
|
|
174
|
+
max-width: 100%;
|
|
175
|
+
text-align: center;
|
|
176
|
+
border-top: none;
|
|
177
|
+
border-right: none;
|
|
178
|
+
border-left: none;
|
|
179
|
+
border-bottom: 1px solid #979797;
|
|
180
|
+
font-size: 22px;
|
|
181
|
+
font-weight: 500;
|
|
182
|
+
font-stretch: normal;
|
|
183
|
+
font-style: normal;
|
|
184
|
+
line-height: normal;
|
|
185
|
+
letter-spacing: normal;
|
|
186
|
+
text-align: center;
|
|
187
|
+
color: #000000;
|
|
188
|
+
outline: none;
|
|
189
|
+
border-radius: 0;
|
|
190
|
+
padding: 0;
|
|
191
|
+
|
|
192
|
+
&.active,
|
|
193
|
+
&:focus {
|
|
194
|
+
border-top: none;
|
|
195
|
+
border-right: none;
|
|
196
|
+
border-left: none;
|
|
197
|
+
border-bottom: 2px solid black !important;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
input:disabled,
|
|
202
|
+
input[disabled] {
|
|
203
|
+
border-bottom: 2px #979797 solid;
|
|
204
|
+
background-color: #ffffff;
|
|
205
|
+
|
|
206
|
+
&.active {
|
|
207
|
+
border-bottom: 2px black solid;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
208
210
|
}
|
|
209
|
-
}
|
|
210
211
|
}
|
|
211
212
|
|
|
212
213
|
.forgot-password-description {
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
214
|
+
color: black;
|
|
215
|
+
text-align: "center";
|
|
216
216
|
}
|
|
217
217
|
|
|
218
218
|
.forgot-password-title {
|
|
@@ -227,13 +227,15 @@
|
|
|
227
227
|
font-size: 16px;
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
|
+
|
|
230
231
|
.login-input-password {
|
|
231
232
|
.ant-input-password {
|
|
232
233
|
height: 44px;
|
|
233
234
|
font-size: 16px;
|
|
234
235
|
}
|
|
235
236
|
}
|
|
237
|
+
|
|
236
238
|
.button_login {
|
|
237
239
|
height: 44px;
|
|
238
240
|
font-size: 16px;
|
|
239
|
-
}
|
|
241
|
+
}
|
|
@@ -78,6 +78,11 @@
|
|
|
78
78
|
margin-left: 8px;
|
|
79
79
|
}
|
|
80
80
|
}
|
|
81
|
+
.btn-config {
|
|
82
|
+
.ant-btn {
|
|
83
|
+
margin-left: 8px;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
81
86
|
}
|
|
82
87
|
|
|
83
88
|
.ant-table {
|
|
@@ -1673,7 +1678,7 @@ h4.ant-typography {
|
|
|
1673
1678
|
}
|
|
1674
1679
|
|
|
1675
1680
|
.mode-display-text {
|
|
1676
|
-
display: flex;
|
|
1681
|
+
// display: flex;
|
|
1677
1682
|
align-items: center;
|
|
1678
1683
|
justify-content: center;
|
|
1679
1684
|
}
|
|
@@ -1734,3 +1739,29 @@ h4.ant-typography {
|
|
|
1734
1739
|
top: 0px;
|
|
1735
1740
|
left: 5px;
|
|
1736
1741
|
}
|
|
1742
|
+
.custom-selectList {
|
|
1743
|
+
.draggable-row {
|
|
1744
|
+
border: none !important;
|
|
1745
|
+
.move {
|
|
1746
|
+
background-color: #fff !important;
|
|
1747
|
+
}
|
|
1748
|
+
}
|
|
1749
|
+
}
|
|
1750
|
+
|
|
1751
|
+
.addable-table-minus-button-disabled {
|
|
1752
|
+
cursor: not-allowed;
|
|
1753
|
+
background-color: #f5f5f5;
|
|
1754
|
+
color: @text-color-disabled;
|
|
1755
|
+
}
|
|
1756
|
+
|
|
1757
|
+
.addon-after-input-function {
|
|
1758
|
+
.ant-input-group-addon {
|
|
1759
|
+
padding: 0px;
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
|
|
1763
|
+
.custom-table-headers {
|
|
1764
|
+
th {
|
|
1765
|
+
background-color: inherit !important;
|
|
1766
|
+
}
|
|
1767
|
+
}
|