cc-core-cli 1.0.139 → 1.0.140

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 (68) 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/layout.css +1465 -0
  21. package/template/admin/public/static/styles/login.css +269 -0
  22. package/template/admin/public/static/styles/mainheader.css +45 -0
  23. package/template/admin/public/static/styles/matrix.css +90 -0
  24. package/template/admin/public/static/styles/menu.css +60 -0
  25. package/template/admin/public/static/styles/permission_denied.css +13 -0
  26. package/template/admin/public/static/styles/pipeline.css +82 -0
  27. package/template/admin/public/static/styles/print_template.css +659 -0
  28. package/template/admin/public/static/styles/rabbitmq.css +5 -0
  29. package/template/admin/public/static/styles/restful.css +19 -0
  30. package/template/admin/public/static/styles/setting.css +480 -0
  31. package/template/admin/public/static/styles/style.css +1632 -0
  32. package/template/admin/public/static/styles/style_backup.css +1616 -0
  33. package/template/admin/public/static/styles/style_clean.css +51 -0
  34. package/template/admin/public/static/styles/system.css +11 -0
  35. package/template/admin/public/static/styles/theme-override.css +118 -0
  36. package/template/admin/public/static/styles/tree_theme_minimal.css +284 -0
  37. package/template/admin/public/static/styles/versioning_control.css +16 -0
  38. package/template/admin/public/static/styles/wysiwyg.css +3 -0
  39. package/template/admin/theme/main.css +38 -0
  40. package/template/admin/theme/vars.css +10 -0
  41. package/template/admin/public/static/styles/activity_log.less +0 -157
  42. package/template/admin/public/static/styles/collections.less +0 -123
  43. package/template/admin/public/static/styles/compute_field.less +0 -250
  44. package/template/admin/public/static/styles/custom-antd.less +0 -80
  45. package/template/admin/public/static/styles/datepicker.less +0 -323
  46. package/template/admin/public/static/styles/detail.less +0 -2690
  47. package/template/admin/public/static/styles/entities.less +0 -897
  48. package/template/admin/public/static/styles/filter.less +0 -24
  49. package/template/admin/public/static/styles/filter_new.less +0 -154
  50. package/template/admin/public/static/styles/hook.less +0 -142
  51. package/template/admin/public/static/styles/import_export.less +0 -62
  52. package/template/admin/public/static/styles/input.less +0 -386
  53. package/template/admin/public/static/styles/layout.less +0 -1455
  54. package/template/admin/public/static/styles/login.less +0 -263
  55. package/template/admin/public/static/styles/mainheader.less +0 -32
  56. package/template/admin/public/static/styles/matrix.less +0 -105
  57. package/template/admin/public/static/styles/permission_denied.less +0 -13
  58. package/template/admin/public/static/styles/pipeline.less +0 -84
  59. package/template/admin/public/static/styles/print_template.less +0 -730
  60. package/template/admin/public/static/styles/rabbitmq.less +0 -3
  61. package/template/admin/public/static/styles/restful.less +0 -22
  62. package/template/admin/public/static/styles/setting.less +0 -534
  63. package/template/admin/public/static/styles/style.less +0 -1957
  64. package/template/admin/public/static/styles/system.less +0 -11
  65. package/template/admin/public/static/styles/tree_theme_minimal.less +0 -321
  66. package/template/admin/public/static/styles/versioning_control.less +0 -24
  67. package/template/admin/public/static/styles/wysiwyg.less +0 -8
  68. /package/template/admin/public/static/styles/{custom.less → custom.css} +0 -0
@@ -0,0 +1,51 @@
1
+ /* AntD v5 styles are now imported automatically */
2
+ @import url("./login.css");
3
+ @import url("./mainheader.css");
4
+ @import url("./layout.css");
5
+ @import url("./system.css");
6
+ @import url("./permission_denied.css");
7
+ @import url("./entities.css");
8
+ @import url("./input.css");
9
+ @import url("./hook.css");
10
+ @import url("./setting.css");
11
+ @import url("./wysiwyg.css");
12
+ @import url("./activity_log.css");
13
+ @import url("./filter.css");
14
+ @import url("./versioning_control.css");
15
+ @import url("./print_template.css");
16
+ @import url("./import_export.css");
17
+ @import url("./compute_field.css");
18
+ @import url("./detail.css");
19
+ @import url("./restful.css");
20
+ @import url("./collections.css");
21
+ @import url("./rabbitmq.css");
22
+ @import url("./custom_icon.css");
23
+ @import url("./filter_new.css");
24
+ @import url("./date_search.css");
25
+ @import url("react-big-calendar/lib/css/react-big-calendar.css");
26
+ @import url("./calendar.css");
27
+ @import url("./datepicker.css");
28
+ @import url("./pipeline.css");
29
+ @import url("./tree_theme_minimal.css");
30
+ @import url("./matrix.css");
31
+ @import url("./editTable.css");
32
+
33
+ /*----- Custom table ------*/
34
+ .ant-table-column-sorters {
35
+ padding-left: 0px;
36
+ padding-right: 0px;
37
+ }
38
+
39
+ .header-table-border {
40
+ border-bottom: 1px solid #d9d9d9;
41
+ }
42
+
43
+ .header-table {
44
+ min-height: 65px;
45
+ }
46
+
47
+ .header-table .right-section {
48
+ padding-right: 15px;
49
+ }
50
+
51
+ /* Basic custom styles without LESS syntax */
@@ -0,0 +1,11 @@
1
+ .maintenance-layout {
2
+ width : 100%;
3
+ height: 90vh;
4
+ }
5
+
6
+ .maintenance-layout .container {
7
+ display : flex;
8
+ flex-direction : column;
9
+ justify-content: center;
10
+ align-items : center;
11
+ }
@@ -0,0 +1,118 @@
1
+ /* Theme Override CSS for AntD v5 */
2
+ /* This file provides fallback overrides for AntD v5 components to match v4 layout */
3
+
4
+ /* Login button specific styling to match v4 appearance */
5
+ .button_login {
6
+ /* These values will be overridden by design tokens if available */
7
+ height: 44px;
8
+ font-size: 16px;
9
+ font-weight: 500;
10
+ border-radius: 6px;
11
+ transition: all 0.3s ease;
12
+ }
13
+
14
+ .button_login:hover {
15
+ transform: translateY(-1px);
16
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
17
+ }
18
+
19
+ /* Form input styling to match v4 */
20
+ .login-input .ant-input,
21
+ .login-input-password .ant-input {
22
+ /* These values will be overridden by design tokens if available */
23
+ height: 44px;
24
+ font-size: 16px;
25
+ border-radius: 6px;
26
+ border: 1px solid #d9d9d9;
27
+ transition: all 0.3s ease;
28
+ }
29
+
30
+ .login-input .ant-input:focus,
31
+ .login-input-password .ant-input:focus {
32
+ border-color: var(--primary-color, #04ace4);
33
+ box-shadow: 0 0 0 2px rgba(4, 172, 228, 0.2);
34
+ }
35
+
36
+ /* Typography adjustments for v4 compatibility */
37
+ .login-form .ant-typography {
38
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
39
+ }
40
+
41
+ .login-form .ant-typography h1,
42
+ .login-form .ant-typography h2,
43
+ .login-form .ant-typography h3 {
44
+ font-weight: 600;
45
+ line-height: 1.4;
46
+ }
47
+
48
+ /* Form spacing adjustments to match v4 layout */
49
+ .login-form .ant-form-item {
50
+ /* This will be overridden by design tokens if available */
51
+ margin-bottom: 16px;
52
+ }
53
+
54
+ .login-form .ant-form-item:last-child {
55
+ margin-bottom: 0;
56
+ }
57
+
58
+ /* Table spacing adjustments for v4 compatibility - more generous spacing */
59
+ .ant-table-thead > tr > th {
60
+ /* This will be overridden by design tokens if available */
61
+ padding: 16px 16px !important;
62
+ }
63
+
64
+ .ant-table-tbody > tr > td {
65
+ /* This will be overridden by design tokens if available */
66
+ padding: 16px 16px !important;
67
+ }
68
+
69
+ /* Button spacing adjustments for v4 compatibility - sharp corners */
70
+ .ant-btn {
71
+ /* This will be overridden by design tokens if available */
72
+ height: 32px;
73
+ padding: 4px 15px;
74
+ border-radius: 4px !important; /* v4 default */
75
+ }
76
+
77
+ .ant-btn-lg {
78
+ height: 40px;
79
+ padding: 6px 20px;
80
+ border-radius: 6px !important; /* v4 default */
81
+ }
82
+
83
+ .ant-btn-sm {
84
+ height: 24px;
85
+ padding: 0px 7px;
86
+ border-radius: 2px !important; /* v4 default */
87
+ }
88
+
89
+ /* Input spacing adjustments for v4 compatibility - sharp corners */
90
+ .ant-input {
91
+ /* This will be overridden by design tokens if available */
92
+ height: 32px;
93
+ border-radius: 4px !important; /* v4 default */
94
+ }
95
+
96
+ .ant-input-lg {
97
+ height: 40px;
98
+ border-radius: 6px !important; /* v4 default */
99
+ }
100
+
101
+ .ant-input-sm {
102
+ height: 24px;
103
+ border-radius: 2px !important; /* v4 default */
104
+ }
105
+
106
+ /* Responsive adjustments */
107
+ @media (max-width: 768px) {
108
+ .button_login {
109
+ height: 48px;
110
+ font-size: 18px;
111
+ }
112
+
113
+ .login-input .ant-input,
114
+ .login-input-password .ant-input {
115
+ height: 48px;
116
+ font-size: 18px;
117
+ }
118
+ }
@@ -0,0 +1,284 @@
1
+ /* New tree_theme_minimal.css without LESS imports */
2
+ @import url("./custom-antd.css");
3
+
4
+ .node {
5
+ width: 50%;
6
+ white-space: nowrap;
7
+ position: relative;
8
+ text-align: left;
9
+ min-width: 100%;
10
+ overflow: hidden;
11
+ }
12
+
13
+ .nodeContent{
14
+ position: absolute;
15
+ top: 0;
16
+ bottom: 0;
17
+ }
18
+
19
+ .validDrop {
20
+ background: #26C281;
21
+ }
22
+
23
+ .invalidDrop {
24
+ background: #C0392B;
25
+ }
26
+
27
+ .highlight {
28
+ background: rgba(240, 240, 240, 0.7);
29
+ height: 100%;
30
+ cursor: pointer;
31
+ }
32
+
33
+ .rowWrapper {
34
+ padding: 2px 2px 2px 0;
35
+ height: 100%;
36
+ box-sizing: border-box;
37
+ cursor: move;
38
+ }
39
+
40
+ .rowWrapper:hover {
41
+ opacity: 0.7;
42
+ padding: 3px 3px 3px 0;
43
+ }
44
+
45
+ .rowWrapper:active {
46
+ opacity: 1;
47
+ }
48
+
49
+ .rowWrapperDragDisabled {
50
+ cursor: default;
51
+ }
52
+
53
+ .rowWrapperDragDisabled:hover {
54
+ opacity: 1;
55
+ }
56
+
57
+ .row {
58
+ height: 100%;
59
+ white-space: nowrap;
60
+ display: flex;
61
+ }
62
+
63
+ .row > * {
64
+ box-sizing: border-box;
65
+ }
66
+
67
+ .rowLandingPad {
68
+ border: none !important;
69
+ box-shadow: none !important;
70
+ outline: none !important;
71
+ width: 500px;
72
+ }
73
+
74
+ .rowLandingPad * {
75
+ opacity: 0 !important;
76
+ }
77
+
78
+ .rowLandingPad::before {
79
+ background-color: lightblue;
80
+ content: '';
81
+ position: absolute;
82
+ top: 0;
83
+ right: 0;
84
+ bottom: 0;
85
+ left: 0;
86
+ z-index: -1;
87
+ width: 100%;
88
+ }
89
+
90
+ .rowCancelPad::before {
91
+ background-color: #e6a8ad;
92
+ }
93
+
94
+ .rowSearchMatch {
95
+ outline: solid 1px #0080ff;
96
+ }
97
+
98
+ .rowSearchFocus {
99
+ outline: solid 1px #fc6421;
100
+ }
101
+
102
+ .rowItem {
103
+ display: inline-block;
104
+ vertical-align: middle;
105
+ }
106
+
107
+ .move-drag-source {
108
+ display: flex;
109
+ height: 100%;
110
+ align-items: center;
111
+ padding: 5px;
112
+ background: #f6f7f9;
113
+ }
114
+
115
+ .rowContents {
116
+ display: inline-block;
117
+ vertical-align: middle;
118
+ position: relative;
119
+ height: 100%;
120
+ }
121
+
122
+ .rowLabel {
123
+ display: inline-block;
124
+ vertical-align: middle;
125
+ flex: 0 1 auto;
126
+ padding-right: 20px;
127
+ width: 100%;
128
+ }
129
+
130
+ .rowToolbar {
131
+ display: inline-block;
132
+ vertical-align: middle;
133
+ flex: 0 1 auto;
134
+ display: flex;
135
+ }
136
+
137
+ .moveHandle {
138
+ display: inline-block;
139
+ vertical-align: middle;
140
+ height: 100%;
141
+ width: 44px;
142
+ background: #d9d9d9
143
+ url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSIgPjxwYXRoIGQ9Ik0xNCAxNS43aDE0LjQiLz48cGF0aCBkPSJNMTQgMjEuNGgxNC40Ii8+PHBhdGggZD0iTTE0IDI3LjFoMTQuNCIvPjwvZz4KPC9zdmc+')
144
+ no-repeat center;
145
+ border: solid #aaa 1px;
146
+ box-shadow: 0 2px 2px -2px;
147
+ cursor: move;
148
+ border-radius: 1px;
149
+ z-index: 1;
150
+ }
151
+
152
+ .loadingHandle {
153
+ display: inline-block;
154
+ vertical-align: middle;
155
+ height: 100%;
156
+ width: 44px;
157
+ background: #d9d9d9
158
+ url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MiIgaGVpZ2h0PSI0MiI+PGcgc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjIuOSIgPjxwYXRoIGQ9Ik0xNCAxNS43aDE0LjQiLz48cGF0aCBkPSJNMTQgMjEuNGgxNC40Ii8+PHBhdGggZD0iTTE0IDI3LjFoMTQuNCIvPjwvZz4KPC9zdmc+')
159
+ no-repeat center;
160
+ border: solid #aaa 1px;
161
+ box-shadow: 0 2px 2px -2px;
162
+ cursor: move;
163
+ border-radius: 1px;
164
+ z-index: 1;
165
+ cursor: default;
166
+ background: #d9d9d9;
167
+ }
168
+
169
+ @keyframes pointFade {
170
+ 0%,
171
+ 19.999%,
172
+ 100% {
173
+ opacity: 0;
174
+ }
175
+ 20% {
176
+ opacity: 1;
177
+ }
178
+ }
179
+
180
+ .loadingCircle {
181
+ width: 80%;
182
+ height: 80%;
183
+ margin: 10%;
184
+ position: relative;
185
+ }
186
+
187
+ .loadingCirclePoint {
188
+ width: 100%;
189
+ height: 100%;
190
+ position: absolute;
191
+ left: 0;
192
+ top: 0;
193
+ }
194
+
195
+ .loadingCirclePoint:before {
196
+ content: '';
197
+ display: block;
198
+ margin: 0 auto;
199
+ width: 11%;
200
+ height: 30%;
201
+ background-color: #fff;
202
+ border-radius: 30%;
203
+ }
204
+
205
+ .toolbarButton {
206
+ display: inline-block;
207
+ vertical-align: middle;
208
+ }
209
+
210
+ .rowTitle {
211
+ cursor: pointer;
212
+ }
213
+
214
+ .rowTitleWithSubtitle {
215
+ display: block;
216
+ }
217
+
218
+ .rowSubtitle {
219
+ font-size: 70%;
220
+ line-height: 0.7;
221
+ width: 95%;
222
+ overflow: hidden;
223
+ white-space: nowrap;
224
+ text-overflow: ellipsis;
225
+ display: inline-block;
226
+ }
227
+
228
+ .collapseButton,
229
+ .expandButton {
230
+ appearance: none;
231
+ background: none;
232
+ border: none;
233
+ position: absolute;
234
+ width: 16px;
235
+ height: 16px;
236
+ top: 50%;
237
+ cursor: pointer;
238
+ z-index: 1000;
239
+ transform: translate(-50%, -50%);
240
+ cursor: pointer;
241
+ }
242
+
243
+ .collapseButton:focus,
244
+ .expandButton:focus {
245
+ outline:0;
246
+ }
247
+
248
+ .collapseButton:before {
249
+ content: "\25bc";
250
+ }
251
+
252
+ .expandButton:before {
253
+ content:"\25b6";
254
+ }
255
+
256
+ .lineChildren {
257
+ height: 100%;
258
+ display: inline-block;
259
+ position: absolute;
260
+ }
261
+
262
+ .contentContainer {
263
+ width: 75%;
264
+ }
265
+
266
+ .name-row {
267
+ font-size : 14px;
268
+ }
269
+
270
+ .name-description {
271
+ padding-left: 15px;
272
+ font-size : 12px;
273
+ color : #9c9c9c;
274
+ }
275
+
276
+ .remove-icon {
277
+ padding-right: 10px;
278
+ cursor: pointer;
279
+ display: none;
280
+ }
281
+
282
+ .rowContents:hover .remove-icon {
283
+ display: flex !important;
284
+ }
@@ -0,0 +1,16 @@
1
+ .versioning-control .left-section .version-title {
2
+ font-size: 13px;
3
+ }
4
+
5
+ .versioning-control .left-section .version {
6
+ font-size: 30px;
7
+ }
8
+
9
+ .versioning-control .middle-section .title {
10
+ font-size: 14px;
11
+ }
12
+
13
+ .versioning-control .middle-section .text {
14
+ font-weight: 500;
15
+ font-size : 13px;
16
+ }
@@ -0,0 +1,3 @@
1
+ .disable-sun-editor-toolbar .se-toolbar-cover {
2
+ display: block !important;
3
+ }
@@ -0,0 +1,38 @@
1
+ @import url("./custom-antd.css");
2
+ @import url("../styles/collections.css");
3
+ @import url("../styles/compute_field.css");
4
+ @import url("../styles/detail.css");
5
+ @import url("../styles/entities.css");
6
+ @import url("../styles/hook.css");
7
+ @import url("../styles/input.css");
8
+ @import url("../styles/layout.css");
9
+ @import url("../styles/login.css");
10
+ @import url("../styles/mainheader.css");
11
+ @import url("../styles/restful.css");
12
+ @import url("../styles/setting.css");
13
+ @import url("../styles/system.css");
14
+ @import url("../styles/rabbitmq.css");
15
+ @import url("../styles/datepicker.css");
16
+ @import url("../styles/matrix.css");
17
+ @import url("../styles/tree_theme_minimal.css");
18
+ @import url("../styles/editTable.css");
19
+
20
+ /* Base styles ที่ไม่ขึ้นกับ components */
21
+ html, body {
22
+ font-family: var(--font-family);
23
+ color: var(--text-color);
24
+ background-color: var(--background-color);
25
+ }
26
+
27
+ /* Ant Design overrides */
28
+ .ant-layout {
29
+ background: var(--background-color);
30
+ }
31
+
32
+ .ant-menu {
33
+ background: var(--menu-dark-bg);
34
+ }
35
+
36
+ .ant-table {
37
+ background: var(--white-color);
38
+ }
@@ -0,0 +1,10 @@
1
+ /* Fallback CSS variables - ใช้เป็น backup ถ้า custom-antd.css ไม่โหลด */
2
+ @import url("../public/static/styles/custom-antd.css");
3
+ :root {
4
+ --primary-color:var(--primary-color);
5
+ --text-color: var(--text-color);
6
+ --background-color:var(--background-color);
7
+ --white-color: var(--white-color);
8
+ --border-color-base:var(--border-color-base);
9
+ --border-radius-base: var(--border-radius-base);
10
+ }
@@ -1,157 +0,0 @@
1
- .modal-activity-log-default-profile {
2
- svg {
3
- width : 100px;
4
- height: 100px;
5
- }
6
- }
7
-
8
- #log_setting_form {
9
- .ant-form-item-has-feedback .ant-switch {
10
- margin: 0
11
- }
12
- }
13
-
14
- .activity-log-button {
15
- color: rgb(102, 0, 255);
16
-
17
- &.ant-btn {
18
- border: 1px solid rgb(102, 0, 255);
19
- }
20
-
21
- &.ant-btn:hover,
22
- &.ant-btn:focus {
23
- border: 1px solid rgb(102, 0, 255);
24
- }
25
- }
26
-
27
- .ant-drawer.activity-log {
28
-
29
-
30
- .ant-drawer-content-wrapper {
31
- width: 450px !important;
32
-
33
- .ant-drawer-wrapper-body {
34
- .ant-drawer-title {
35
- .refresh {
36
- svg {
37
- width : 16px;
38
- height : 16px;
39
- margin-right: 0px;
40
- }
41
- }
42
-
43
- svg {
44
- width : 16px;
45
- height : 16px;
46
- margin-right: 6px;
47
- }
48
- }
49
-
50
- .ant-drawer-body {
51
- padding: 24px 0px;
52
-
53
- .ant-divider.ant-divider-horizontal:first-child {
54
- display: none;
55
- }
56
-
57
- .title-date {
58
- margin-bottom: 15px;
59
- padding : 0px 24px;
60
- }
61
-
62
- .activity-contents {
63
- margin-bottom: 3px;
64
- padding : 8px 24px;
65
-
66
- .left-section {
67
- .image {
68
- margin-right: 10px;
69
- width : 55px;
70
-
71
- .image-action {
72
- text-align: center;
73
- margin-top: 3px;
74
-
75
- .ant-avatar-circle {
76
- width : 38px;
77
- height : 38px;
78
- margin-bottom: 4px;
79
- }
80
-
81
- .anticon-user {
82
- svg {
83
- width : 36px;
84
- height: 36px;
85
- }
86
- }
87
-
88
- .action {
89
- font-size: 13px;
90
- }
91
- }
92
- }
93
-
94
- .user-name {
95
- font-weight: 500;
96
- font-size : 13px;
97
- }
98
-
99
- .ip {
100
- font-size: 10px;
101
- }
102
- }
103
-
104
- .right-section {
105
- position : relative;
106
- text-align: right;
107
-
108
- .time {
109
- font-size: 12px;
110
- }
111
-
112
- .type-log {
113
- position: absolute;
114
- bottom : 0;
115
- right : 0;
116
-
117
- .ant-tag {
118
- margin-right: 0;
119
- }
120
- }
121
- }
122
-
123
- &.failed {
124
- background : #fff1f0 !important;
125
- border-color: #ffa39e;
126
- }
127
- }
128
- }
129
- }
130
- }
131
- }
132
-
133
- .ant-btn.activity-log {
134
- svg {
135
- width : 16px;
136
- height: 16px;
137
- }
138
- }
139
-
140
- .ant-list-split.activity-log-diff-list {
141
- .ant-list-item {
142
- border-bottom: none;
143
- padding: 6px 0;
144
- }
145
-
146
- .list-item-container {
147
- display: block;
148
- }
149
- }
150
-
151
- @media (max-width: @screen-sm-max) {
152
- .ant-drawer.activity-log {
153
- .ant-drawer-content-wrapper {
154
- width: 85% !important;
155
- }
156
- }
157
- }