cc-core-cli 1.0.139 → 1.0.141

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.
Files changed (69) hide show
  1. package/package.json +1 -1
  2. package/template/admin/next.config.js +16 -56
  3. package/template/admin/pages/_app.js +5 -4
  4. package/template/admin/public/static/styles/activity_log.css +133 -0
  5. package/template/admin/public/static/styles/{calendar.less → calendar.css} +84 -26
  6. package/template/admin/public/static/styles/collections.css +120 -0
  7. package/template/admin/public/static/styles/compute_field.css +244 -0
  8. package/template/admin/public/static/styles/custom-antd.css +109 -0
  9. package/template/admin/public/static/styles/{custom_icon.less → custom_icon.css} +94 -70
  10. package/template/admin/public/static/styles/{date_search.less → date_search.css} +11 -15
  11. package/template/admin/public/static/styles/datepicker.css +301 -0
  12. package/template/admin/public/static/styles/detail.css +2645 -0
  13. package/template/admin/public/static/styles/{editTable.less → editTable.css} +12 -5
  14. package/template/admin/public/static/styles/entities.css +864 -0
  15. package/template/admin/public/static/styles/filter.css +18 -0
  16. package/template/admin/public/static/styles/filter_new.css +152 -0
  17. package/template/admin/public/static/styles/hook.css +140 -0
  18. package/template/admin/public/static/styles/import_export.css +48 -0
  19. package/template/admin/public/static/styles/input.css +77 -0
  20. package/template/admin/public/static/styles/json-diff-viewer.css +144 -0
  21. package/template/admin/public/static/styles/layout.css +1465 -0
  22. package/template/admin/public/static/styles/login.css +269 -0
  23. package/template/admin/public/static/styles/mainheader.css +45 -0
  24. package/template/admin/public/static/styles/matrix.css +90 -0
  25. package/template/admin/public/static/styles/menu.css +60 -0
  26. package/template/admin/public/static/styles/permission_denied.css +13 -0
  27. package/template/admin/public/static/styles/pipeline.css +82 -0
  28. package/template/admin/public/static/styles/print_template.css +659 -0
  29. package/template/admin/public/static/styles/rabbitmq.css +5 -0
  30. package/template/admin/public/static/styles/restful.css +19 -0
  31. package/template/admin/public/static/styles/setting.css +480 -0
  32. package/template/admin/public/static/styles/style.css +1634 -0
  33. package/template/admin/public/static/styles/style_backup.css +1616 -0
  34. package/template/admin/public/static/styles/style_clean.css +51 -0
  35. package/template/admin/public/static/styles/system.css +11 -0
  36. package/template/admin/public/static/styles/theme-override.css +118 -0
  37. package/template/admin/public/static/styles/tree_theme_minimal.css +284 -0
  38. package/template/admin/public/static/styles/versioning_control.css +16 -0
  39. package/template/admin/public/static/styles/wysiwyg.css +3 -0
  40. package/template/admin/theme/main.css +38 -0
  41. package/template/admin/theme/vars.css +10 -0
  42. package/template/admin/public/static/styles/activity_log.less +0 -157
  43. package/template/admin/public/static/styles/collections.less +0 -123
  44. package/template/admin/public/static/styles/compute_field.less +0 -250
  45. package/template/admin/public/static/styles/custom-antd.less +0 -80
  46. package/template/admin/public/static/styles/datepicker.less +0 -323
  47. package/template/admin/public/static/styles/detail.less +0 -2690
  48. package/template/admin/public/static/styles/entities.less +0 -897
  49. package/template/admin/public/static/styles/filter.less +0 -24
  50. package/template/admin/public/static/styles/filter_new.less +0 -154
  51. package/template/admin/public/static/styles/hook.less +0 -142
  52. package/template/admin/public/static/styles/import_export.less +0 -62
  53. package/template/admin/public/static/styles/input.less +0 -386
  54. package/template/admin/public/static/styles/layout.less +0 -1455
  55. package/template/admin/public/static/styles/login.less +0 -263
  56. package/template/admin/public/static/styles/mainheader.less +0 -32
  57. package/template/admin/public/static/styles/matrix.less +0 -105
  58. package/template/admin/public/static/styles/permission_denied.less +0 -13
  59. package/template/admin/public/static/styles/pipeline.less +0 -84
  60. package/template/admin/public/static/styles/print_template.less +0 -730
  61. package/template/admin/public/static/styles/rabbitmq.less +0 -3
  62. package/template/admin/public/static/styles/restful.less +0 -22
  63. package/template/admin/public/static/styles/setting.less +0 -534
  64. package/template/admin/public/static/styles/style.less +0 -1957
  65. package/template/admin/public/static/styles/system.less +0 -11
  66. package/template/admin/public/static/styles/tree_theme_minimal.less +0 -321
  67. package/template/admin/public/static/styles/versioning_control.less +0 -24
  68. package/template/admin/public/static/styles/wysiwyg.less +0 -8
  69. /package/template/admin/public/static/styles/{custom.less → custom.css} +0 -0
@@ -0,0 +1,659 @@
1
+ /* New print_template.css without LESS variables */
2
+
3
+ .ant-drawer.print-template .ant-drawer-content-wrapper {
4
+ width: 450px !important;
5
+ }
6
+
7
+ .ant-drawer.print-template .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-title svg {
8
+ margin-right: 6px;
9
+ }
10
+
11
+ .ant-drawer.print-template .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body {
12
+ padding: 24px 0px;
13
+ }
14
+
15
+ .ant-drawer.print-template .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body .print-template-content {
16
+ margin-bottom: 3px;
17
+ padding: 0px 24px;
18
+ }
19
+
20
+ .ant-drawer.print-template .ant-drawer-content-wrapper .ant-drawer-wrapper-body .ant-drawer-body .print-template-content .left-section .ant-typography {
21
+ line-height: 32px;
22
+ }
23
+
24
+ .widget-template-container .widget {
25
+ cursor: pointer;
26
+ background-color: var(--background-color);
27
+ margin-bottom: 5px;
28
+ border-radius: 5px;
29
+ padding: 5px 15px;
30
+ white-space: nowrap;
31
+ overflow: hidden;
32
+ text-overflow: ellipsis;
33
+ }
34
+
35
+ /* .template-dnd {
36
+ min-height: 300px;
37
+ } */
38
+
39
+ .template-rows {
40
+ border: 1px dashed #d9d9d9;
41
+ height: 100%;
42
+ position: relative;
43
+ }
44
+
45
+ .template-rows-is-empty {
46
+ width: 100%;
47
+ }
48
+
49
+ .template-colums {
50
+ min-width: 100%;
51
+ display: flex;
52
+ }
53
+
54
+ .template-colums-left {
55
+ display: flex;
56
+ width: 50%;
57
+ height: 100%;
58
+ z-index: 99;
59
+ }
60
+
61
+ .template-colums-right {
62
+ display: flex;
63
+ width: 50%;
64
+ height: 100%;
65
+ z-index: 99;
66
+ }
67
+
68
+ .pagebuilder-column-resize-handle {
69
+ cursor: col-resize;
70
+ position: absolute;
71
+ right: 0;
72
+ width: 15px;
73
+ z-index: 28;
74
+ }
75
+
76
+ .resize {
77
+ border: 1px solid black;
78
+ overflow: auto;
79
+ width: 100%;
80
+ display: flex;
81
+ }
82
+
83
+ .resize.horizontal {
84
+ resize: horizontal;
85
+ }
86
+
87
+ @media (max-width: 767px) {
88
+ .ant-drawer.print-template .ant-drawer-content-wrapper {
89
+ width: 85% !important;
90
+ }
91
+ }
92
+
93
+ .react-resizable {
94
+ position: relative;
95
+ display: flex;
96
+ }
97
+
98
+ .react-resizable-handle {
99
+ position: absolute;
100
+ width: 15px;
101
+ height: 100%;
102
+ z-index: 99;
103
+ }
104
+
105
+ .react-resizable-handle-sw {
106
+ bottom: 0;
107
+ left: 0;
108
+ cursor: sw-resize;
109
+ transform: rotate(90deg);
110
+ }
111
+
112
+ .react-resizable-handle-se {
113
+ bottom: 0;
114
+ right: 0;
115
+ cursor: se-resize;
116
+ }
117
+
118
+ .react-resizable-handle-nw {
119
+ top: 0;
120
+ left: 0;
121
+ cursor: nw-resize;
122
+ transform: rotate(180deg);
123
+ }
124
+
125
+ .react-resizable-handle-ne {
126
+ top: 0;
127
+ right: 0;
128
+ cursor: ne-resize;
129
+ transform: rotate(270deg);
130
+ }
131
+
132
+ .react-resizable-handle-w,
133
+ .react-resizable-handle-e {
134
+ top: 50%;
135
+ margin-top: -10px;
136
+ cursor: ew-resize;
137
+ }
138
+
139
+ .react-resizable-handle-w {
140
+ left: 0;
141
+ transform: rotate(135deg);
142
+ }
143
+
144
+ .react-resizable-handle-e {
145
+ right: 0;
146
+ transform: rotate(315deg);
147
+ }
148
+
149
+ .react-resizable-handle-n,
150
+ .react-resizable-handle-s {
151
+ left: 50%;
152
+ margin-left: -10px;
153
+ cursor: ns-resize;
154
+ }
155
+
156
+ .react-resizable-handle-n {
157
+ top: 0;
158
+ transform: rotate(225deg);
159
+ }
160
+
161
+ .react-resizable-handle-s {
162
+ bottom: 0;
163
+ transform: rotate(45deg);
164
+ }
165
+
166
+ .pagebuilder-options {
167
+ height: 40px;
168
+ opacity: 0;
169
+ position: absolute;
170
+ right: 0;
171
+ text-align: center;
172
+ visibility: hidden;
173
+ z-index: 20;
174
+ right: 50%;
175
+ transform: translate(50%, 0%);
176
+ }
177
+
178
+ .over-pagebuilder-options {
179
+ opacity: 1;
180
+ visibility: visible;
181
+ }
182
+
183
+ .over-pagebuilder-options-delete {
184
+ opacity: 0;
185
+ visibility: hidden;
186
+ }
187
+
188
+ .pagebuilder-options-wrapper {
189
+ background: #fff;
190
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
191
+ display: flex;
192
+ }
193
+
194
+ .pagebuilder-options-wrapper-icon {
195
+ color: #373330;
196
+ display: block;
197
+ text-align: center;
198
+ text-decoration: none;
199
+ display: flex;
200
+ justify-content: center;
201
+ align-items: center;
202
+ cursor: pointer;
203
+ padding-left: 10px;
204
+ padding-right: 10px;
205
+ }
206
+
207
+ .pagebuilder-options-wrapper-icon-drop {
208
+ color: #373330;
209
+ display: block;
210
+ height: 36px;
211
+ text-align: center;
212
+ text-decoration: none;
213
+ width: 36px;
214
+ display: flex;
215
+ justify-content: center;
216
+ align-items: center;
217
+ cursor: pointer;
218
+ }
219
+
220
+ .pagebuilder-options-wrapper-text {
221
+ display: block;
222
+ text-align: center;
223
+ text-decoration: none;
224
+ display: flex;
225
+ justify-content: center;
226
+ align-items: center;
227
+ }
228
+
229
+ .react-resizable-content {
230
+ width: 100%;
231
+ height: 100%;
232
+ position: absolute;
233
+ display: flex;
234
+ }
235
+
236
+ .template-pagebuilder {
237
+ height: 100%;
238
+ z-index: 15;
239
+ }
240
+
241
+ .template-pagebuilder:hover>.pagebuilder-options {
242
+ opacity: 1;
243
+ visibility: visible;
244
+ }
245
+
246
+ .template-pagebuilder:hover>.template-dnd>.ant-row>.dustbin>.template-pagebuilder {
247
+ opacity: 1;
248
+ visibility: visible;
249
+ }
250
+
251
+ .template-pagebuilder:hover>.react-resizable>.pagebuilder-options-columns {
252
+ opacity: 1;
253
+ visibility: visible;
254
+ }
255
+
256
+ .template-pagebuilder:has(.template-pagebuilder:hover)>.pagebuilder-options {
257
+ visibility: hidden;
258
+ opacity: 0;
259
+ }
260
+
261
+ .template-pagebuilder:has(.template-pagebuilder:hover)>.react-resizable>.pagebuilder-options-columns {
262
+ visibility: hidden;
263
+ opacity: 0;
264
+ }
265
+
266
+ .divider-template {
267
+ min-height: 20px;
268
+ display: flex;
269
+ width: 100%;
270
+ align-items: center;
271
+ }
272
+
273
+ .wysiwyg-template {
274
+ min-height: 40px;
275
+ display: flex;
276
+ width: 100%;
277
+ align-items: center;
278
+ }
279
+
280
+ .template-break-page {
281
+ min-height: 40px;
282
+ width: 100%;
283
+ align-items: center;
284
+ }
285
+
286
+ .template-break-page-content {
287
+ border-bottom: 1px dashed #d9d9d9;
288
+ width: 100%;
289
+ height: 20px;
290
+ }
291
+
292
+ .template-break-page-content-text {
293
+ font-size: 10px;
294
+ display: flex !important;
295
+ justify-content: center;
296
+ margin-top: -10px;
297
+ }
298
+
299
+ .App {
300
+ font-family: sans-serif;
301
+ text-align: center;
302
+ height: 100vh;
303
+ }
304
+
305
+ .leaflet-container {
306
+ width: 100%;
307
+ height: 100%;
308
+ }
309
+
310
+ .Resizer {
311
+ background: #000;
312
+ opacity: 0.2;
313
+ z-index: 1;
314
+ -moz-box-sizing: border-box;
315
+ -webkit-box-sizing: border-box;
316
+ box-sizing: border-box;
317
+ -moz-background-clip: padding;
318
+ -webkit-background-clip: padding;
319
+ background-clip: padding-box;
320
+ }
321
+
322
+ .Resizer:hover {
323
+ -webkit-transition: all 2s ease;
324
+ transition: all 2s ease;
325
+ }
326
+
327
+ .Resizer.horizontal {
328
+ height: 11px;
329
+ margin: -5px 0;
330
+ border-top: 5px solid rgba(255, 255, 255, 0);
331
+ border-bottom: 5px solid rgba(255, 255, 255, 0);
332
+ cursor: row-resize;
333
+ width: 100%;
334
+ }
335
+
336
+ .Resizer.horizontal:hover {
337
+ border-top: 5px solid rgba(0, 0, 0, 0.5);
338
+ border-bottom: 5px solid rgba(0, 0, 0, 0.5);
339
+ }
340
+
341
+ .Resizer.vertical {
342
+ width: 11px;
343
+ margin: 0 -5px;
344
+ border-left: 5px solid rgba(255, 255, 255, 0);
345
+ border-right: 5px solid rgba(255, 255, 255, 0);
346
+ cursor: col-resize;
347
+ }
348
+
349
+ .Resizer.vertical:hover {
350
+ border-left: 5px solid rgba(0, 0, 0, 0.5);
351
+ border-right: 5px solid rgba(0, 0, 0, 0.5);
352
+ }
353
+
354
+ .Resizer.disabled {
355
+ cursor: not-allowed;
356
+ }
357
+
358
+ .Resizer.disabled:hover {
359
+ border-color: transparent;
360
+ }
361
+
362
+ .dustbin {
363
+ width: 100%;
364
+ height: 100%;
365
+ }
366
+
367
+ .empty-data-template {
368
+ font-size: 14px;
369
+ left: 0;
370
+ position: absolute;
371
+ text-align: center;
372
+ top: 50%;
373
+ transform: translateY(-50%);
374
+ transition: 0.3s;
375
+ width: 100%;
376
+ display: block;
377
+ overflow: hidden;
378
+ }
379
+
380
+ .form-layout {
381
+ display: inline-block;
382
+ height: 220px;
383
+ vertical-align: top;
384
+ width: 480px;
385
+ background: #f8f8f8;
386
+ }
387
+
388
+ .form-layout-layer {
389
+ height: 220px;
390
+ position: relative;
391
+ width: 480px;
392
+ }
393
+
394
+ .form-layout-top {
395
+ left: 50%;
396
+ position: absolute;
397
+ top: 9px;
398
+ transform: translateX(-50%);
399
+ }
400
+
401
+ .form-layout-right {
402
+ position: absolute;
403
+ right: 5px;
404
+ top: 50%;
405
+ transform: translateY(-50%);
406
+ }
407
+
408
+ .form-layout-bottom {
409
+ bottom: -16px;
410
+ left: 50%;
411
+ position: absolute;
412
+ transform: translateX(-50%);
413
+ }
414
+
415
+ .form-layout-left {
416
+ left: 5px;
417
+ position: absolute;
418
+ top: 50%;
419
+ transform: translateY(-50%);
420
+ }
421
+
422
+ .control-text {
423
+ width: 5rem;
424
+ }
425
+
426
+ .form-layout-layer-border {
427
+ background: #ebebeb;
428
+ border: 1px solid #d6d6d6;
429
+ bottom: 50px;
430
+ box-sizing: border-box;
431
+ height: 120px;
432
+ left: 90px;
433
+ position: absolute;
434
+ right: 90px;
435
+ top: 50px;
436
+ width: 300px;
437
+ }
438
+
439
+ .form-layout-box {
440
+ display: flex;
441
+ width: 100%;
442
+ }
443
+
444
+ .form-layout-box-label {
445
+ position: relative;
446
+ display: inline-flex;
447
+ align-items: center;
448
+ height: 32px;
449
+ color: rgba(0, 0, 0, 0.65) !important;
450
+ font-size: 14px;
451
+ margin-top: 40px;
452
+ margin-bottom: 10px;
453
+ }
454
+
455
+ .form-layout-label {
456
+ font-size: 12px;
457
+ padding: 10px;
458
+ }
459
+
460
+ .expandAlt {
461
+ color: #FFF;
462
+ z-index: 9;
463
+ cursor: pointer;
464
+ padding-right: 20px;
465
+ padding-top: 10px;
466
+ }
467
+
468
+ .expandAlt-header {
469
+ width: 100%;
470
+ height: 45px;
471
+ background-color: #363636;
472
+ margin-bottom: 0;
473
+ text-align: end;
474
+ }
475
+
476
+ .modal-template.ant-modal {
477
+ width: 100% !important;
478
+ height: 100vh;
479
+ width: 100vw;
480
+ padding: 0;
481
+ margin: 0;
482
+ top: 0;
483
+ max-width: 100vw;
484
+ }
485
+
486
+ .modal-template.ant-modal .ant-modal-body {
487
+ padding: 0;
488
+ margin: 0;
489
+ }
490
+
491
+ .modal-template.ant-modal .ant-modal-close-x {
492
+ display: none;
493
+ }
494
+
495
+ .modal-template.ant-modal .menu-template {
496
+ /* width: 21vh; */
497
+ background-color: #363636;
498
+ height: calc(100vh - 45px);
499
+ overflow: scroll;
500
+ }
501
+
502
+ .modal-template.ant-modal .menu-template .ant-menu-sub {
503
+ background-color: #363636;
504
+ }
505
+
506
+ .modal-template.ant-modal .menu-template .ant-menu-sub .ant-menu-item {
507
+ background-color: #a7a7a7fd;
508
+ margin: 0px;
509
+ margin-top: 1px;
510
+ margin-bottom: 1px;
511
+ color: #FFF;
512
+ }
513
+
514
+ .modal-template.ant-modal .menu-template .ant-menu-sub .ant-menu-item-selected::after {
515
+ display: none !important;
516
+ }
517
+
518
+ .modal-template.ant-modal .menu-template .ant-menu-inline .ant-menu-item,
519
+ .modal-template.ant-modal .menu-template .ant-menu-inline .ant-menu-submenu-title {
520
+ width: calc(100% + 0px);
521
+ }
522
+
523
+ .modal-template.ant-modal .box-items-container-template {
524
+ height: calc(100vh - 45px);
525
+ position: relative;
526
+ overflow: scroll;
527
+ padding: 0px;
528
+ -ms-overflow-style: none;
529
+ scrollbar-width: none;
530
+ }
531
+
532
+ .modal-template.ant-modal .box-items-container-template::-webkit-scrollbar {
533
+ display: none;
534
+ }
535
+
536
+ .modal-template.ant-modal .tabs-box-items-container-template .ant-tabs-nav {
537
+ background-color: #363636;
538
+ color: #FFF;
539
+ min-height: 46px;
540
+ margin-bottom: 0px;
541
+ position: unset;
542
+ }
543
+
544
+ .modal-template.ant-modal .tabs-box-items-container-template .ant-tabs-nav .ant-tabs-tab {
545
+ font-size: 10px;
546
+ }
547
+
548
+ .modal-template.ant-modal .tabs-box-items-container-template .ant-tabs-nav .ant-tabs-ink-bar {
549
+ background: unset;
550
+ }
551
+
552
+ .modal-template.ant-modal .tabs-box-items-container-template .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
553
+ color: #FFF !important;
554
+ }
555
+
556
+ .box-items-container-template-menu {
557
+ background-color: #363636;
558
+ min-height: 46px;
559
+ width: 100%;
560
+ }
561
+
562
+ .modal-component-layout-edit-template.ant-modal {
563
+ height: 100vh;
564
+ width: calc(100vw - 12.5%) !important;
565
+ left: 12.5%;
566
+ padding: 0;
567
+ margin: 0;
568
+ top: 0;
569
+ max-width: 100vw;
570
+ }
571
+
572
+ .modal-component-layout-edit-template.ant-modal .ant-modal-body {
573
+ padding: 0;
574
+ margin: 0;
575
+ }
576
+
577
+ .modal-component-layout-edit-template.ant-modal .ant-modal-content {
578
+ border-radius: 0px;
579
+ min-height: calc(100vh);
580
+ }
581
+
582
+ .modal-component-layout-edit-template.ant-modal .ant-modal-close-x {
583
+ display: none;
584
+ }
585
+
586
+ .modal-component-layout-edit-template-title {
587
+ display: flex;
588
+ justify-content: space-between;
589
+ }
590
+
591
+ .box-items-template-container {
592
+ height: 100vh;
593
+ }
594
+
595
+ .modal-component-list-page.ant-modal {
596
+ width: 440px !important;
597
+ }
598
+
599
+ .modal-component-list-page.ant-modal .ant-modal-body {
600
+ padding: 0px;
601
+ max-height: 30vh;
602
+ overflow: scroll;
603
+ }
604
+
605
+ .template-list-page {
606
+ -webkit-box-align: center;
607
+ -webkit-align-items: center;
608
+ align-items: center;
609
+ display: -webkit-box;
610
+ display: -webkit-flex;
611
+ display: flex;
612
+ -webkit-box-flex: 1;
613
+ -webkit-flex: 1;
614
+ flex: 1;
615
+ min-height: 64px;
616
+ border-top: 1px solid #f0f0f0;
617
+ padding: 20px;
618
+ cursor: pointer;
619
+ }
620
+
621
+ .template-list-page-action {
622
+ border-left: 4px solid #4285f4;
623
+ box-sizing: border-box;
624
+ cursor: default;
625
+ }
626
+
627
+ .template-list-page-disabled {
628
+ opacity: 0.5;
629
+ }
630
+
631
+ .modal-form-builder-add-tabs.ant-modal {
632
+ width: 440px !important;
633
+ }
634
+
635
+ .modal-form-builder-add-tabs.ant-modal .ant-modal-body {
636
+ padding: 0px;
637
+ max-height: 30vh;
638
+ overflow: scroll;
639
+ scrollbar-width: none;
640
+ }
641
+
642
+ .modal-form-builder-add-tabs.ant-modal .draggable-row {
643
+ padding-right: 5px;
644
+ }
645
+
646
+ .modal-form-builder-add-tabs.ant-modal .modal-form-builder-add-tabs-remove {
647
+ cursor: pointer;
648
+ }
649
+
650
+ .menu-template::-webkit-scrollbar {
651
+ display: none;
652
+ }
653
+
654
+ .wysiwyg-contnt table,
655
+ .wysiwyg-contnt th,
656
+ .wysiwyg-contnt td {
657
+ border: 1px solid #eceaea;
658
+ border-collapse: collapse !important;
659
+ }
@@ -0,0 +1,5 @@
1
+ /* New rabbitmq.css without LESS variables */
2
+
3
+ .rabbitmq-queue-enabled {
4
+ color: #04ace4;
5
+ }
@@ -0,0 +1,19 @@
1
+ /* New restful.css without LESS imports */
2
+ @import url("./custom-antd.css");
3
+
4
+ .restful-addon-before {
5
+ width: 100px !important;
6
+ }
7
+
8
+ .restful-addon-before .ant-select-selector .ant-select-selection-item {
9
+ line-height: 32px;
10
+ }
11
+
12
+ .rest-endpoint-collapse.enabled {
13
+ color: #04ace4;
14
+ }
15
+
16
+ .rest-endpoint-collapse.disabled {
17
+ color: #d9d9d9;
18
+ font-weight: 300;
19
+ }