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.
- package/package.json +1 -1
- package/template/admin/next.config.js +16 -56
- package/template/admin/pages/_app.js +5 -4
- package/template/admin/public/static/styles/activity_log.css +133 -0
- package/template/admin/public/static/styles/{calendar.less → calendar.css} +84 -26
- package/template/admin/public/static/styles/collections.css +120 -0
- package/template/admin/public/static/styles/compute_field.css +244 -0
- package/template/admin/public/static/styles/custom-antd.css +109 -0
- package/template/admin/public/static/styles/{custom_icon.less → custom_icon.css} +94 -70
- package/template/admin/public/static/styles/{date_search.less → date_search.css} +11 -15
- package/template/admin/public/static/styles/datepicker.css +301 -0
- package/template/admin/public/static/styles/detail.css +2645 -0
- package/template/admin/public/static/styles/{editTable.less → editTable.css} +12 -5
- package/template/admin/public/static/styles/entities.css +864 -0
- package/template/admin/public/static/styles/filter.css +18 -0
- package/template/admin/public/static/styles/filter_new.css +152 -0
- package/template/admin/public/static/styles/hook.css +140 -0
- package/template/admin/public/static/styles/import_export.css +48 -0
- package/template/admin/public/static/styles/input.css +77 -0
- package/template/admin/public/static/styles/layout.css +1465 -0
- package/template/admin/public/static/styles/login.css +269 -0
- package/template/admin/public/static/styles/mainheader.css +45 -0
- package/template/admin/public/static/styles/matrix.css +90 -0
- package/template/admin/public/static/styles/menu.css +60 -0
- package/template/admin/public/static/styles/permission_denied.css +13 -0
- package/template/admin/public/static/styles/pipeline.css +82 -0
- package/template/admin/public/static/styles/print_template.css +659 -0
- package/template/admin/public/static/styles/rabbitmq.css +5 -0
- package/template/admin/public/static/styles/restful.css +19 -0
- package/template/admin/public/static/styles/setting.css +480 -0
- package/template/admin/public/static/styles/style.css +1632 -0
- package/template/admin/public/static/styles/style_backup.css +1616 -0
- package/template/admin/public/static/styles/style_clean.css +51 -0
- package/template/admin/public/static/styles/system.css +11 -0
- package/template/admin/public/static/styles/theme-override.css +118 -0
- package/template/admin/public/static/styles/tree_theme_minimal.css +284 -0
- package/template/admin/public/static/styles/versioning_control.css +16 -0
- package/template/admin/public/static/styles/wysiwyg.css +3 -0
- package/template/admin/theme/main.css +38 -0
- package/template/admin/theme/vars.css +10 -0
- package/template/admin/public/static/styles/activity_log.less +0 -157
- package/template/admin/public/static/styles/collections.less +0 -123
- package/template/admin/public/static/styles/compute_field.less +0 -250
- package/template/admin/public/static/styles/custom-antd.less +0 -80
- package/template/admin/public/static/styles/datepicker.less +0 -323
- package/template/admin/public/static/styles/detail.less +0 -2690
- package/template/admin/public/static/styles/entities.less +0 -897
- package/template/admin/public/static/styles/filter.less +0 -24
- package/template/admin/public/static/styles/filter_new.less +0 -154
- package/template/admin/public/static/styles/hook.less +0 -142
- package/template/admin/public/static/styles/import_export.less +0 -62
- package/template/admin/public/static/styles/input.less +0 -386
- package/template/admin/public/static/styles/layout.less +0 -1455
- package/template/admin/public/static/styles/login.less +0 -263
- package/template/admin/public/static/styles/mainheader.less +0 -32
- package/template/admin/public/static/styles/matrix.less +0 -105
- package/template/admin/public/static/styles/permission_denied.less +0 -13
- package/template/admin/public/static/styles/pipeline.less +0 -84
- package/template/admin/public/static/styles/print_template.less +0 -730
- package/template/admin/public/static/styles/rabbitmq.less +0 -3
- package/template/admin/public/static/styles/restful.less +0 -22
- package/template/admin/public/static/styles/setting.less +0 -534
- package/template/admin/public/static/styles/style.less +0 -1957
- package/template/admin/public/static/styles/system.less +0 -11
- package/template/admin/public/static/styles/tree_theme_minimal.less +0 -321
- package/template/admin/public/static/styles/versioning_control.less +0 -24
- package/template/admin/public/static/styles/wysiwyg.less +0 -8
- /package/template/admin/public/static/styles/{custom.less → custom.css} +0 -0
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
@import "custom-antd.less";
|
|
2
|
-
|
|
3
|
-
.restful-addon-before {
|
|
4
|
-
width: 100px !important;
|
|
5
|
-
|
|
6
|
-
.ant-select-selector {
|
|
7
|
-
.ant-select-selection-item {
|
|
8
|
-
line-height: 32px;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.rest-endpoint-collapse {
|
|
14
|
-
&.enabled {
|
|
15
|
-
color: @primary-color;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&.disabled {
|
|
19
|
-
color: @normal-color;
|
|
20
|
-
font-weight: 300;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,534 +0,0 @@
|
|
|
1
|
-
@import "custom-antd.less";
|
|
2
|
-
|
|
3
|
-
.setting.menu {
|
|
4
|
-
.ant-tree-title {
|
|
5
|
-
cursor: default;
|
|
6
|
-
|
|
7
|
-
.title-render {
|
|
8
|
-
display : flex;
|
|
9
|
-
border-radius : 5px;
|
|
10
|
-
padding : 0px 5px;
|
|
11
|
-
align-items : center;
|
|
12
|
-
background-color: #f6f7f9;
|
|
13
|
-
border : 1px dashed #d9d9d9;
|
|
14
|
-
min-height : 42px;
|
|
15
|
-
|
|
16
|
-
.move {
|
|
17
|
-
margin-right: 5px;
|
|
18
|
-
|
|
19
|
-
svg {
|
|
20
|
-
cursor: move;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.title-content {
|
|
25
|
-
cursor : pointer;
|
|
26
|
-
position : relative;
|
|
27
|
-
display : flex;
|
|
28
|
-
flex-direction : row;
|
|
29
|
-
width : 100%;
|
|
30
|
-
max-width : 100%;
|
|
31
|
-
background-color: #FFFFFF;
|
|
32
|
-
line-height : 40px;
|
|
33
|
-
max-height : 40px;
|
|
34
|
-
margin-right : 5px;
|
|
35
|
-
|
|
36
|
-
.icon {
|
|
37
|
-
width : 30px;
|
|
38
|
-
text-align : center;
|
|
39
|
-
padding-top : 7px;
|
|
40
|
-
margin-bottom: -7px;
|
|
41
|
-
|
|
42
|
-
svg {
|
|
43
|
-
color: @text-color;
|
|
44
|
-
width: 18px;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.title {
|
|
49
|
-
width : calc(100% - 30px);
|
|
50
|
-
max-width : calc(100% - 30px);
|
|
51
|
-
min-width : 1px;
|
|
52
|
-
display : flex;
|
|
53
|
-
flex-direction: row;
|
|
54
|
-
flex-wrap : nowrap;
|
|
55
|
-
overflow : hidden;
|
|
56
|
-
|
|
57
|
-
.in-title {
|
|
58
|
-
flex-shrink: 0;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.description {
|
|
62
|
-
padding-left: 15px;
|
|
63
|
-
font-size : 12px;
|
|
64
|
-
color : #9c9c9c;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.remove {
|
|
69
|
-
display: none;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
&.children,
|
|
73
|
-
&.last-menu {
|
|
74
|
-
&:hover {
|
|
75
|
-
.remove {
|
|
76
|
-
display: none;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&:hover {
|
|
82
|
-
.title {
|
|
83
|
-
padding-right: 34px;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&.last-menu .remove,
|
|
87
|
-
.remove {
|
|
88
|
-
display : initial;
|
|
89
|
-
position: absolute;
|
|
90
|
-
right : 0;
|
|
91
|
-
padding : 0px 10px;
|
|
92
|
-
z-index : 2;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.add-menu {
|
|
100
|
-
margin: 2px 4px 0px 0px;
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.setting-feature-container {
|
|
105
|
-
display : flex;
|
|
106
|
-
flex-direction: column;
|
|
107
|
-
align-items : flex-end;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.setting.widget {
|
|
111
|
-
.form-detail {
|
|
112
|
-
.ant-form-item.filters {
|
|
113
|
-
.ant-form-item-control-input-content {
|
|
114
|
-
div {
|
|
115
|
-
div:first-child {
|
|
116
|
-
margin-top: 0 !important;
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.ant-btn.ant-btn-link {
|
|
123
|
-
margin-bottom: 12px;
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.provider-setting {
|
|
129
|
-
&.button-add-location {
|
|
130
|
-
color : @primary-color;
|
|
131
|
-
border-color: @primary-color;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
&.button-remove-location {
|
|
135
|
-
color : @primary-color;
|
|
136
|
-
margin-top: 8px;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
&.label-location-group {
|
|
140
|
-
color: @text-color-label;
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.setting.translate {
|
|
145
|
-
.translate-container {
|
|
146
|
-
.list-container {
|
|
147
|
-
min-height : 500px;
|
|
148
|
-
border : 1px solid @border-color-split;
|
|
149
|
-
display : flex;
|
|
150
|
-
flex-direction: column;
|
|
151
|
-
height : 100%;
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
.list-item {
|
|
155
|
-
border-bottom: 1px solid @border-color-split;
|
|
156
|
-
width : 100%;
|
|
157
|
-
padding : 10px 15px;
|
|
158
|
-
cursor : pointer;
|
|
159
|
-
|
|
160
|
-
&:hover {
|
|
161
|
-
background: @background-color;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
&.selected {
|
|
165
|
-
background : @background-color ;
|
|
166
|
-
border-right: 6px solid @primary-color;
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.form-container {
|
|
171
|
-
margin: 0 20px;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.setting.queue {
|
|
177
|
-
.queue-container {
|
|
178
|
-
.list-container {
|
|
179
|
-
min-height : 700px;
|
|
180
|
-
max-height : 700px;
|
|
181
|
-
border : 1px solid @border-color-split;
|
|
182
|
-
display : flex;
|
|
183
|
-
flex-direction : column;
|
|
184
|
-
height : 100%;
|
|
185
|
-
overflow : scroll;
|
|
186
|
-
-ms-overflow-style: none;
|
|
187
|
-
scrollbar-width : none;
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
.list-container::-webkit-scrollbar {
|
|
191
|
-
display: none;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.list-item {
|
|
195
|
-
border-bottom: 1px solid @border-color-split;
|
|
196
|
-
width : 100%;
|
|
197
|
-
padding : 10px 15px;
|
|
198
|
-
cursor : pointer;
|
|
199
|
-
|
|
200
|
-
&:hover {
|
|
201
|
-
background: @background-color;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
&.selected {
|
|
205
|
-
background : @background-color ;
|
|
206
|
-
border-right: 6px solid @primary-color;
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
.queue-table {
|
|
211
|
-
height : 100%;
|
|
212
|
-
overflow : scroll;
|
|
213
|
-
-ms-overflow-style: none;
|
|
214
|
-
scrollbar-width : none;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
.queue-table::-webkit-scrollbar {
|
|
218
|
-
display: none;
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.setting.database {
|
|
224
|
-
.database-container {
|
|
225
|
-
.list-container {
|
|
226
|
-
min-height : 700px;
|
|
227
|
-
max-height : 700px;
|
|
228
|
-
border : 1px solid @border-color-split;
|
|
229
|
-
display : flex;
|
|
230
|
-
flex-direction : column;
|
|
231
|
-
height : 100%;
|
|
232
|
-
overflow : scroll;
|
|
233
|
-
-ms-overflow-style: none;
|
|
234
|
-
scrollbar-width : none;
|
|
235
|
-
|
|
236
|
-
.database-table-row-odd {
|
|
237
|
-
background-color: #f9f9f9;
|
|
238
|
-
}
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.list-container::-webkit-scrollbar {
|
|
242
|
-
display: none;
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.list-item {
|
|
246
|
-
border-bottom: 1px solid @border-color-split;
|
|
247
|
-
width : 100%;
|
|
248
|
-
padding : 10px 15px;
|
|
249
|
-
cursor : pointer;
|
|
250
|
-
|
|
251
|
-
&:hover {
|
|
252
|
-
background: @background-color;
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
&.selected {
|
|
256
|
-
background : @background-color ;
|
|
257
|
-
border-right: 6px solid @primary-color;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
.setting.menu {
|
|
264
|
-
.ant-tree-title {
|
|
265
|
-
cursor: default;
|
|
266
|
-
|
|
267
|
-
.title-render-new {
|
|
268
|
-
display : flex;
|
|
269
|
-
// border-radius : 5px;
|
|
270
|
-
padding : 0px 5px;
|
|
271
|
-
align-items : center;
|
|
272
|
-
background-color: #f6f7f9;
|
|
273
|
-
// border : 1px dashed #d9d9d9;
|
|
274
|
-
min-height : 42px;
|
|
275
|
-
|
|
276
|
-
.move {
|
|
277
|
-
margin-right: 5px;
|
|
278
|
-
|
|
279
|
-
svg {
|
|
280
|
-
cursor: move;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.title-content {
|
|
285
|
-
cursor : pointer;
|
|
286
|
-
position : relative;
|
|
287
|
-
display : flex;
|
|
288
|
-
flex-direction : row;
|
|
289
|
-
width : 100%;
|
|
290
|
-
max-width : 100%;
|
|
291
|
-
background-color: #FFFFFF;
|
|
292
|
-
line-height : 40px;
|
|
293
|
-
max-height : 40px;
|
|
294
|
-
margin-right : 5px;
|
|
295
|
-
|
|
296
|
-
.icon {
|
|
297
|
-
width : 30px;
|
|
298
|
-
text-align : center;
|
|
299
|
-
padding-top : 7px;
|
|
300
|
-
margin-bottom: -7px;
|
|
301
|
-
|
|
302
|
-
svg {
|
|
303
|
-
color: @text-color;
|
|
304
|
-
width: 18px;
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.title {
|
|
309
|
-
width : calc(100% - 30px);
|
|
310
|
-
max-width : calc(100% - 30px);
|
|
311
|
-
min-width : 1px;
|
|
312
|
-
display : flex;
|
|
313
|
-
flex-direction: row;
|
|
314
|
-
flex-wrap : nowrap;
|
|
315
|
-
overflow : hidden;
|
|
316
|
-
|
|
317
|
-
.in-title {
|
|
318
|
-
flex-shrink: 0;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.description {
|
|
322
|
-
padding-left: 15px;
|
|
323
|
-
font-size : 12px;
|
|
324
|
-
color : #9c9c9c;
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.remove {
|
|
329
|
-
display: none;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
&.children,
|
|
333
|
-
&.last-menu {
|
|
334
|
-
&:hover {
|
|
335
|
-
.remove {
|
|
336
|
-
display: none;
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
|
|
341
|
-
&:hover {
|
|
342
|
-
.title {
|
|
343
|
-
padding-right: 34px;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
&.last-menu .remove,
|
|
347
|
-
.remove {
|
|
348
|
-
display : initial;
|
|
349
|
-
position: absolute;
|
|
350
|
-
right : 0;
|
|
351
|
-
padding : 0px 10px;
|
|
352
|
-
z-index : 2;
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
}
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.add-menu {
|
|
360
|
-
margin: 15px 4px 0px 0px;
|
|
361
|
-
}
|
|
362
|
-
}
|
|
363
|
-
|
|
364
|
-
.setting-row-vertical-sublayout {
|
|
365
|
-
width: 100%;
|
|
366
|
-
height: 100%;
|
|
367
|
-
overflow: hidden;
|
|
368
|
-
|
|
369
|
-
.column-full-height-container {
|
|
370
|
-
min-height: 44px;
|
|
371
|
-
height: 100%;
|
|
372
|
-
|
|
373
|
-
&.right {
|
|
374
|
-
border-right: 1px dashed #d9d9d9;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
&.left {
|
|
378
|
-
border-left: 1px dashed #d9d9d9;
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
.column-half-height-container {
|
|
383
|
-
min-Height: 44px;
|
|
384
|
-
|
|
385
|
-
.sub-row {
|
|
386
|
-
min-Height: 44px;
|
|
387
|
-
|
|
388
|
-
&.border-right {
|
|
389
|
-
border-right: 1px dashed #d9d9d9;
|
|
390
|
-
}
|
|
391
|
-
|
|
392
|
-
&.top {
|
|
393
|
-
border-top: 1px dashed #d9d9d9;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
&.bottom {
|
|
397
|
-
border-bottom: 1px dashed #d9d9d9;
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
&.full-height {
|
|
401
|
-
height: 100%;
|
|
402
|
-
}
|
|
403
|
-
}
|
|
404
|
-
|
|
405
|
-
&.bottom-layout {
|
|
406
|
-
height: 100%;
|
|
407
|
-
}
|
|
408
|
-
}
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.setting-menu-card {
|
|
412
|
-
margin-bottom: 10px;
|
|
413
|
-
|
|
414
|
-
.setting-menu-rows {
|
|
415
|
-
padding: 8px;
|
|
416
|
-
margin-bottom: 15px;
|
|
417
|
-
justify-content: flex-end;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
.setting-menu-drawer-impor-export {
|
|
421
|
-
margin-right: 8px;
|
|
422
|
-
}
|
|
423
|
-
|
|
424
|
-
.dnd-rows {
|
|
425
|
-
border : 1px dashed #d9d9d9;
|
|
426
|
-
border-radius: 5px;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.title-render-new {
|
|
430
|
-
display: flex;
|
|
431
|
-
padding: 0 5px;
|
|
432
|
-
align-items: center;
|
|
433
|
-
background-color: #f6f7f9;
|
|
434
|
-
min-height: 42px;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
.dnd-container{
|
|
438
|
-
border: 1px dashed #d9d9d9;
|
|
439
|
-
|
|
440
|
-
.content {
|
|
441
|
-
width: 100%;
|
|
442
|
-
padding: 25px;
|
|
443
|
-
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
.title-content {
|
|
447
|
-
cursor: pointer;
|
|
448
|
-
position: relative;
|
|
449
|
-
display: flex;
|
|
450
|
-
flex-direction: row;
|
|
451
|
-
width: 100%;
|
|
452
|
-
max-width: 100%;
|
|
453
|
-
background-color: #fff;
|
|
454
|
-
line-height: 40px;
|
|
455
|
-
max-height: 40px;
|
|
456
|
-
margin-right: 5px;
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
.icon {
|
|
461
|
-
width: 30px;
|
|
462
|
-
text-align: center;
|
|
463
|
-
padding-top: 7px;
|
|
464
|
-
margin-bottom: -7px;
|
|
465
|
-
|
|
466
|
-
svg {
|
|
467
|
-
width: 18px
|
|
468
|
-
}
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.icon-collapse-render {
|
|
472
|
-
cursor: pointer;
|
|
473
|
-
}
|
|
474
|
-
|
|
475
|
-
.move {
|
|
476
|
-
cursor: move;
|
|
477
|
-
}
|
|
478
|
-
.remove {
|
|
479
|
-
display: none;
|
|
480
|
-
// margin: 20px;
|
|
481
|
-
}
|
|
482
|
-
|
|
483
|
-
.title {
|
|
484
|
-
position: relative;
|
|
485
|
-
display: flex;
|
|
486
|
-
flex-direction: row;
|
|
487
|
-
width: 100%;
|
|
488
|
-
max-width: 100%;
|
|
489
|
-
background-color: #fff;
|
|
490
|
-
line-height: 40px;
|
|
491
|
-
max-height: 40px;
|
|
492
|
-
margin-right: 5px;
|
|
493
|
-
|
|
494
|
-
}
|
|
495
|
-
.title:hover {
|
|
496
|
-
.remove{
|
|
497
|
-
display: initial;
|
|
498
|
-
}
|
|
499
|
-
}
|
|
500
|
-
|
|
501
|
-
&.children,
|
|
502
|
-
&.last-menu {
|
|
503
|
-
&:hover {
|
|
504
|
-
.remove {
|
|
505
|
-
display: none;
|
|
506
|
-
}
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
|
|
510
|
-
.title-content {
|
|
511
|
-
|
|
512
|
-
&:hover {
|
|
513
|
-
.title {
|
|
514
|
-
padding-right: 34px;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
&.last-menu .remove,
|
|
518
|
-
.remove {
|
|
519
|
-
display : initial;
|
|
520
|
-
position: absolute;
|
|
521
|
-
right : 0;
|
|
522
|
-
padding : 0px 10px;
|
|
523
|
-
z-index : 2;
|
|
524
|
-
}
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
&:hover {
|
|
529
|
-
.title {
|
|
530
|
-
padding-right: 34px;
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
|