cc-core-cli 1.0.50 → 1.0.52

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.
@@ -1,4 +1,34 @@
1
1
  .three-column-left {
2
+ float: left;
3
+ margin-top: 2px;
4
+ width: 22px;
5
+ height: 18px;
6
+ border: solid 1px #000;
7
+ border-radius: 3px;
8
+ position: relative;
9
+ }
10
+ .three-column-left:before {
11
+ content: "";
12
+ display: block;
13
+ position: absolute;
14
+ width: 1px;
15
+ height: 17px;
16
+ background-color: #000;
17
+ left: 9px;
18
+ top: 0px;
19
+ }
20
+ .three-column-left:after {
21
+ content: "";
22
+ display: block;
23
+ position: absolute;
24
+ width: 1px;
25
+ height: 17px;
26
+ background-color: #000;
27
+ left: 4px;
28
+ top: 0px;
29
+ }
30
+
31
+ .three-column-right {
2
32
  float: left;
3
33
  margin-top: 2px;
4
34
  width: 22px;
@@ -7,550 +37,520 @@
7
37
  border-radius: 3px;
8
38
  position: relative;
9
39
  }
10
- .three-column-left:before {
40
+ .three-column-right:before {
11
41
  content: "";
12
42
  display: block;
13
43
  position: absolute;
14
44
  width: 1px;
15
45
  height: 17px;
16
46
  background-color: #000;
17
- left: 9px;
47
+ right: 9px;
18
48
  top: 0px;
19
49
  }
20
- .three-column-left:after {
50
+ .three-column-right:after {
21
51
  content: "";
22
52
  display: block;
23
53
  position: absolute;
24
54
  width: 1px;
25
55
  height: 17px;
26
56
  background-color: #000;
27
- left: 4px;
57
+ right: 4px;
28
58
  top: 0px;
29
59
  }
30
60
 
31
- .three-column-right {
32
- float: left;
33
- margin-top: 2px;
34
- width: 22px;
35
- height: 18px;
36
- border: solid 1px #000;
37
- border-radius: 3px;
38
- position: relative;
39
- }
40
- .three-column-right:before {
41
- content: "";
42
- display: block;
43
- position: absolute;
44
- width: 1px;
45
- height: 17px;
46
- background-color: #000;
47
- right: 9px;
48
- top: 0px;
49
- }
50
- .three-column-right:after {
51
- content: "";
52
- display: block;
53
- position: absolute;
54
- width: 1px;
55
- height: 17px;
56
- background-color: #000;
57
- right: 4px;
58
- top: 0px;
59
- }
60
-
61
61
  .two-column-right-subrow-bottom {
62
- float: left;
63
- margin-top: 2px;
64
- width: 22px;
65
- height: 18px;
66
- border: solid 1px #000;
67
- border-radius: 3px;
68
- position: relative;
62
+ float: left;
63
+ margin-top: 2px;
64
+ width: 22px;
65
+ height: 18px;
66
+ border: solid 1px #000;
67
+ border-radius: 3px;
68
+ position: relative;
69
69
 
70
- .sub-row {
70
+ .sub-row {
71
+ content: "";
72
+ display: block;
73
+ position: absolute;
74
+ width: 1px;
75
+ height: 8px;
76
+ background-color: #000;
77
+ position: absolute;
78
+ right: 4px;
79
+ top: 8px;
80
+ }
81
+ }
82
+ .two-column-right-subrow-bottom:before {
71
83
  content: "";
72
84
  display: block;
73
85
  position: absolute;
74
86
  width: 1px;
75
- height: 8px;
87
+ height: 17px;
76
88
  background-color: #000;
77
- position: absolute;
78
- right: 4px;
79
- top: 8px;
80
- }
81
- }
82
- .two-column-right-subrow-bottom:before {
83
- content: "";
84
- display: block;
85
- position: absolute;
86
- width: 1px;
87
- height: 17px;
88
- background-color: #000;
89
- right: 9px;
90
- top: 0px;
89
+ right: 9px;
90
+ top: 0px;
91
91
  }
92
92
  .two-column-right-subrow-bottom:after {
93
- content: "";
94
- display: block;
95
- position: absolute;
96
- width: 10px;
97
- height: 1px;
98
- background-color: #000;
99
- right: 0px;
100
- top: 8px;
93
+ content: "";
94
+ display: block;
95
+ position: absolute;
96
+ width: 10px;
97
+ height: 1px;
98
+ background-color: #000;
99
+ right: 0px;
100
+ top: 8px;
101
101
  }
102
102
 
103
103
  .two-column-right-subrow-top {
104
- float: left;
105
- margin-top: 2px;
106
- width: 22px;
107
- height: 18px;
108
- border: solid 1px #000;
109
- border-radius: 3px;
110
- position: relative;
104
+ float: left;
105
+ margin-top: 2px;
106
+ width: 22px;
107
+ height: 18px;
108
+ border: solid 1px #000;
109
+ border-radius: 3px;
110
+ position: relative;
111
111
 
112
- .sub-row {
112
+ .sub-row {
113
+ content: "";
114
+ display: block;
115
+ position: absolute;
116
+ width: 1px;
117
+ height: 8px;
118
+ background-color: #000;
119
+ position: absolute;
120
+ right: 4px;
121
+ bottom: 8px;
122
+ }
123
+ }
124
+ .two-column-right-subrow-top:before {
113
125
  content: "";
114
126
  display: block;
115
127
  position: absolute;
116
128
  width: 1px;
117
- height: 8px;
129
+ height: 17px;
118
130
  background-color: #000;
119
- position: absolute;
120
- right: 4px;
121
- bottom: 8px;
122
- }
123
- }
124
- .two-column-right-subrow-top:before {
125
- content: "";
126
- display: block;
127
- position: absolute;
128
- width: 1px;
129
- height: 17px;
130
- background-color: #000;
131
- right: 9px;
132
- top: 0px;
131
+ right: 9px;
132
+ top: 0px;
133
133
  }
134
134
  .two-column-right-subrow-top:after {
135
- content: "";
136
- display: block;
137
- position: absolute;
138
- width: 10px;
139
- height: 1px;
140
- background-color: #000;
141
- right: 0px;
142
- top: 8px;
135
+ content: "";
136
+ display: block;
137
+ position: absolute;
138
+ width: 10px;
139
+ height: 1px;
140
+ background-color: #000;
141
+ right: 0px;
142
+ top: 8px;
143
143
  }
144
144
 
145
145
  .two-column-right-subrow-bottom-quarter {
146
- float: left;
147
- margin-top: 2px;
148
- width: 22px;
149
- height: 18px;
150
- border: solid 1px #000;
151
- border-radius: 3px;
152
- position: relative;
146
+ float: left;
147
+ margin-top: 2px;
148
+ width: 22px;
149
+ height: 18px;
150
+ border: solid 1px #000;
151
+ border-radius: 3px;
152
+ position: relative;
153
153
 
154
- .sub-row {
154
+ .sub-row {
155
+ content: "";
156
+ display: block;
157
+ position: absolute;
158
+ width: 1px;
159
+ height: 8px;
160
+ background-color: #000;
161
+ position: absolute;
162
+ right: 2px;
163
+ top: 8px;
164
+ }
165
+ }
166
+ .two-column-right-subrow-bottom-quarter:before {
155
167
  content: "";
156
168
  display: block;
157
169
  position: absolute;
158
170
  width: 1px;
159
- height: 8px;
171
+ height: 17px;
160
172
  background-color: #000;
161
- position: absolute;
162
- right: 2px;
163
- top: 8px;
164
- }
165
- }
166
- .two-column-right-subrow-bottom-quarter:before {
167
- content: "";
168
- display: block;
169
- position: absolute;
170
- width: 1px;
171
- height: 17px;
172
- background-color: #000;
173
- right: 5px;
174
- top: 0px;
173
+ right: 5px;
174
+ top: 0px;
175
175
  }
176
176
  .two-column-right-subrow-bottom-quarter:after {
177
- content: "";
178
- display: block;
179
- position: absolute;
180
- width: 5px;
181
- height: 1px;
182
- background-color: #000;
183
- right: 0px;
184
- top: 8px;
177
+ content: "";
178
+ display: block;
179
+ position: absolute;
180
+ width: 5px;
181
+ height: 1px;
182
+ background-color: #000;
183
+ right: 0px;
184
+ top: 8px;
185
185
  }
186
186
 
187
187
  .two-column-right-subrow-top-quarter {
188
- float: left;
189
- margin-top: 2px;
190
- width: 22px;
191
- height: 18px;
192
- border: solid 1px #000;
193
- border-radius: 3px;
194
- position: relative;
188
+ float: left;
189
+ margin-top: 2px;
190
+ width: 22px;
191
+ height: 18px;
192
+ border: solid 1px #000;
193
+ border-radius: 3px;
194
+ position: relative;
195
195
 
196
- .sub-row {
196
+ .sub-row {
197
+ content: "";
198
+ display: block;
199
+ position: absolute;
200
+ width: 1px;
201
+ height: 8px;
202
+ background-color: #000;
203
+ position: absolute;
204
+ right: 2px;
205
+ top: 0px;
206
+ }
207
+ }
208
+ .two-column-right-subrow-top-quarter:before {
197
209
  content: "";
198
210
  display: block;
199
211
  position: absolute;
200
212
  width: 1px;
201
- height: 8px;
213
+ height: 17px;
202
214
  background-color: #000;
203
- position: absolute;
204
- right: 2px;
215
+ right: 5px;
205
216
  top: 0px;
206
217
  }
207
- }
208
- .two-column-right-subrow-top-quarter:before {
209
- content: "";
210
- display: block;
211
- position: absolute;
212
- width: 1px;
213
- height: 17px;
214
- background-color: #000;
215
- right: 5px;
216
- top: 0px;
217
- }
218
218
  .two-column-right-subrow-top-quarter:after {
219
- content: "";
220
- display: block;
221
- position: absolute;
222
- width: 5px;
223
- height: 1px;
224
- background-color: #000;
225
- right: 0px;
226
- top: 8px;
219
+ content: "";
220
+ display: block;
221
+ position: absolute;
222
+ width: 5px;
223
+ height: 1px;
224
+ background-color: #000;
225
+ right: 0px;
226
+ top: 8px;
227
227
  }
228
228
 
229
229
  .two-column-left-subrow-bottom {
230
- float: left;
231
- margin-top: 2px;
232
- width: 22px;
233
- height: 18px;
234
- border: solid 1px #000;
235
- border-radius: 3px;
236
- position: relative;
230
+ float: left;
231
+ margin-top: 2px;
232
+ width: 22px;
233
+ height: 18px;
234
+ border: solid 1px #000;
235
+ border-radius: 3px;
236
+ position: relative;
237
237
 
238
- .sub-row {
238
+ .sub-row {
239
+ content: "";
240
+ display: block;
241
+ position: absolute;
242
+ width: 1px;
243
+ height: 8px;
244
+ background-color: #000;
245
+ position: absolute;
246
+ right: 14px;
247
+ top: 8px;
248
+ }
249
+ }
250
+ .two-column-left-subrow-bottom:before {
239
251
  content: "";
240
252
  display: block;
241
253
  position: absolute;
242
254
  width: 1px;
243
- height: 8px;
255
+ height: 17px;
244
256
  background-color: #000;
245
- position: absolute;
246
- right: 14px;
247
- top: 8px;
248
- }
249
- }
250
- .two-column-left-subrow-bottom:before {
251
- content: "";
252
- display: block;
253
- position: absolute;
254
- width: 1px;
255
- height: 17px;
256
- background-color: #000;
257
- right: 9px;
258
- top: 0px;
257
+ right: 9px;
258
+ top: 0px;
259
259
  }
260
260
  .two-column-left-subrow-bottom:after {
261
- content: "";
262
- display: block;
263
- position: absolute;
264
- width: 10px;
265
- height: 1px;
266
- background-color: #000;
267
- right: 10px;
268
- top: 8px;
261
+ content: "";
262
+ display: block;
263
+ position: absolute;
264
+ width: 10px;
265
+ height: 1px;
266
+ background-color: #000;
267
+ right: 10px;
268
+ top: 8px;
269
269
  }
270
270
 
271
271
  .two-column-left-subrow-top {
272
- float: left;
273
- margin-top: 2px;
274
- width: 22px;
275
- height: 18px;
276
- border: solid 1px #000;
277
- border-radius: 3px;
278
- position: relative;
272
+ float: left;
273
+ margin-top: 2px;
274
+ width: 22px;
275
+ height: 18px;
276
+ border: solid 1px #000;
277
+ border-radius: 3px;
278
+ position: relative;
279
279
 
280
- .sub-row {
280
+ .sub-row {
281
+ content: "";
282
+ display: block;
283
+ position: absolute;
284
+ width: 1px;
285
+ height: 8px;
286
+ background-color: #000;
287
+ position: absolute;
288
+ right: 14px;
289
+ top: 0px;
290
+ }
291
+ }
292
+ .two-column-left-subrow-top:before {
281
293
  content: "";
282
294
  display: block;
283
295
  position: absolute;
284
296
  width: 1px;
285
- height: 8px;
297
+ height: 17px;
286
298
  background-color: #000;
287
- position: absolute;
288
- right: 14px;
299
+ right: 9px;
289
300
  top: 0px;
290
301
  }
291
- }
292
- .two-column-left-subrow-top:before {
293
- content: "";
294
- display: block;
295
- position: absolute;
296
- width: 1px;
297
- height: 17px;
298
- background-color: #000;
299
- right: 9px;
300
- top: 0px;
301
- }
302
302
  .two-column-left-subrow-top:after {
303
- content: "";
304
- display: block;
305
- position: absolute;
306
- width: 10px;
307
- height: 1px;
308
- background-color: #000;
309
- right: 10px;
310
- top: 8px;
303
+ content: "";
304
+ display: block;
305
+ position: absolute;
306
+ width: 10px;
307
+ height: 1px;
308
+ background-color: #000;
309
+ right: 10px;
310
+ top: 8px;
311
311
  }
312
312
 
313
313
 
314
314
  .two-column-left-subrow-bottom-quarter {
315
- float: left;
316
- margin-top: 2px;
317
- width: 22px;
318
- height: 18px;
319
- border: solid 1px #000;
320
- border-radius: 3px;
321
- position: relative;
315
+ float: left;
316
+ margin-top: 2px;
317
+ width: 22px;
318
+ height: 18px;
319
+ border: solid 1px #000;
320
+ border-radius: 3px;
321
+ position: relative;
322
322
 
323
- .sub-row {
323
+ .sub-row {
324
+ content: "";
325
+ display: block;
326
+ position: absolute;
327
+ width: 1px;
328
+ height: 8px;
329
+ background-color: #000;
330
+ position: absolute;
331
+ right: 17px;
332
+ top: 8px;
333
+ }
334
+ }
335
+ .two-column-left-subrow-bottom-quarter:before {
324
336
  content: "";
325
337
  display: block;
326
338
  position: absolute;
327
339
  width: 1px;
328
- height: 8px;
340
+ height: 17px;
329
341
  background-color: #000;
330
- position: absolute;
331
- right: 17px;
332
- top: 8px;
333
- }
334
- }
335
- .two-column-left-subrow-bottom-quarter:before {
336
- content: "";
337
- display: block;
338
- position: absolute;
339
- width: 1px;
340
- height: 17px;
341
- background-color: #000;
342
- right: 14px;
343
- top: 0px;
342
+ right: 14px;
343
+ top: 0px;
344
344
  }
345
345
  .two-column-left-subrow-bottom-quarter:after {
346
- content: "";
347
- display: block;
348
- position: absolute;
349
- width: 6px;
350
- height: 1px;
351
- background-color: #000;
352
- right: 14px;
353
- top: 8px;
346
+ content: "";
347
+ display: block;
348
+ position: absolute;
349
+ width: 6px;
350
+ height: 1px;
351
+ background-color: #000;
352
+ right: 14px;
353
+ top: 8px;
354
354
  }
355
355
 
356
356
 
357
357
  .two-column-left-subrow-top-quarter {
358
- float: left;
359
- margin-top: 2px;
360
- width: 22px;
361
- height: 18px;
362
- border: solid 1px #000;
363
- border-radius: 3px;
364
- position: relative;
358
+ float: left;
359
+ margin-top: 2px;
360
+ width: 22px;
361
+ height: 18px;
362
+ border: solid 1px #000;
363
+ border-radius: 3px;
364
+ position: relative;
365
365
 
366
- .sub-row {
366
+ .sub-row {
367
+ content: "";
368
+ display: block;
369
+ position: absolute;
370
+ width: 1px;
371
+ height: 8px;
372
+ background-color: #000;
373
+ position: absolute;
374
+ right: 17px;
375
+ top: 0px;
376
+ }
377
+ }
378
+ .two-column-left-subrow-top-quarter:before {
367
379
  content: "";
368
380
  display: block;
369
381
  position: absolute;
370
382
  width: 1px;
371
- height: 8px;
383
+ height: 17px;
372
384
  background-color: #000;
373
- position: absolute;
374
- right: 17px;
385
+ right: 14px;
375
386
  top: 0px;
376
387
  }
377
- }
378
- .two-column-left-subrow-top-quarter:before {
379
- content: "";
380
- display: block;
381
- position: absolute;
382
- width: 1px;
383
- height: 17px;
384
- background-color: #000;
385
- right: 14px;
386
- top: 0px;
387
- }
388
388
  .two-column-left-subrow-top-quarter:after {
389
- content: "";
390
- display: block;
391
- position: absolute;
392
- width: 6px;
393
- height: 1px;
394
- background-color: #000;
395
- right: 14px;
396
- top: 8px;
389
+ content: "";
390
+ display: block;
391
+ position: absolute;
392
+ width: 6px;
393
+ height: 1px;
394
+ background-color: #000;
395
+ right: 14px;
396
+ top: 8px;
397
397
  }
398
398
 
399
399
  .many-column {
400
- float: left;
401
- margin-top: 2x;
402
- width: 22px;
403
- height: 20px;
404
- border: solid 1px #000;
405
- border-radius: 3px;
406
- position: relative;
400
+ float: left;
401
+ margin-top: 2x;
402
+ width: 22px;
403
+ height: 20px;
404
+ border: solid 1px #000;
405
+ border-radius: 3px;
406
+ position: relative;
407
407
 
408
- h5 {
409
- text-align: center;
410
- }
408
+ h5 {
409
+ text-align: center;
410
+ }
411
411
  }
412
412
  .custom-icon-translation-select {
413
- border-top-left-radius: 0;
414
- border-bottom-left-radius: 0;
415
- color: #625f6e;
416
- background-color: #fafafa;
417
- border: 1px solid #d9d9d9;
418
- border-radius: 6px;
419
- position: relative;
420
- padding: 0 11px;
421
- color: rgba(0, 0, 0, 0.65);
422
- font-weight: normal;
423
- font-size: 14px;
424
- text-align: center;
425
- background-color: #fafafa;
426
- border: 1px solid #d9d9d9;
427
- border-radius: 6px;
428
- transition: all 0.3s;
429
- display: flex !important;
430
- align-items: center;
413
+ border-top-left-radius: 0;
414
+ border-bottom-left-radius: 0;
415
+ color: #625f6e;
416
+ background-color: #fafafa;
417
+ border: 1px solid #d9d9d9;
418
+ border-radius: 6px;
419
+ position: relative;
420
+ padding: 0 11px;
421
+ color: rgba(0, 0, 0, 0.65);
422
+ font-weight: normal;
423
+ font-size: 14px;
424
+ text-align: center;
425
+ background-color: #fafafa;
426
+ border: 1px solid #d9d9d9;
427
+ border-radius: 6px;
428
+ transition: all 0.3s;
429
+ display: flex !important;
430
+ align-items: center;
431
431
  }
432
432
  .one-column {
433
- float: left;
434
- margin-top: 2px;
435
- width: 22px;
436
- height: 18px;
437
- border: solid 1px #000;
438
- border-radius: 3px;
439
- position: relative;
433
+ float: left;
434
+ margin-top: 2px;
435
+ width: 22px;
436
+ height: 18px;
437
+ border: solid 1px #000;
438
+ border-radius: 3px;
439
+ position: relative;
440
440
 
441
- .sub-row {
441
+ .sub-row {
442
+ content: "";
443
+ display: block;
444
+ position: absolute;
445
+ width: 1px;
446
+ height: 16px;
447
+ background-color: #000;
448
+ position: absolute;
449
+ right: 6px;
450
+ bottom: 0px;
451
+ }
452
+ }
453
+ .one-column:before {
442
454
  content: "";
443
455
  display: block;
444
456
  position: absolute;
445
457
  width: 1px;
446
- height: 16px;
458
+ height: 17px;
447
459
  background-color: #000;
448
- position: absolute;
449
- right: 6px;
450
- bottom: 0px;
451
- }
452
- }
453
- .one-column:before {
454
- content: "";
455
- display: block;
456
- position: absolute;
457
- width: 1px;
458
- height: 17px;
459
- background-color: #000;
460
- right: 13px;
461
- top: 0px;
460
+ right: 13px;
461
+ top: 0px;
462
462
  }
463
463
  .one-column:after {
464
- content: "";
465
- display: block;
466
- position: absolute;
467
- width: 0px;
468
- height: 1px;
469
- background-color: #000;
470
- right: 0px;
471
- top: 8px;
472
- }
473
- .two-column {
474
- float: left;
475
- margin-top: 2px;
476
- width: 22px;
477
- height: 18px;
478
- border: solid 1px #000;
479
- border-radius: 3px;
480
- position: relative;
481
-
482
- .sub-row {
483
464
  content: "";
484
465
  display: block;
485
- width: 1px;
486
- height: 8px;
487
- background-color: #000;
488
466
  position: absolute;
489
- right: 6px;
490
- bottom: 0px;
467
+ width: 0px;
468
+ height: 1px;
469
+ background-color: #000;
470
+ right: 0px;
471
+ top: 8px;
491
472
  }
473
+ .two-column {
474
+ float: left;
475
+ margin-top: 2px;
476
+ width: 22px;
477
+ height: 18px;
478
+ border: solid 1px #000;
479
+ border-radius: 3px;
480
+ position: relative;
481
+
482
+ .sub-row {
483
+ content: "";
484
+ display: block;
485
+ width: 1px;
486
+ height: 8px;
487
+ background-color: #000;
488
+ position: absolute;
489
+ right: 6px;
490
+ bottom: 0px;
491
+ }
492
492
  }
493
493
  .two-column:before {
494
- content: "";
494
+ content: "";
495
+ display: block;
496
+ position: absolute;
497
+ width: 1px;
498
+ height: 9px;
499
+ background-color: #000;
500
+ right: 13px;
501
+ top: 8px;
502
+ }
503
+ .two-column:after {
504
+ content: "";
495
505
  display: block;
496
506
  position: absolute;
497
- width: 1px;
498
- height: 9px;
507
+ width: 20px;
508
+ height: 1px;
499
509
  background-color: #000;
500
- right: 13px;
510
+ right: 0px;
501
511
  top: 8px;
502
512
  }
503
- .two-column:after {
504
- content: "";
505
- display: block;
506
- position: absolute;
507
- width: 20px;
508
- height: 1px;
509
- background-color: #000;
510
- right: 0px;
511
- top: 8px;
512
- }
513
513
 
514
514
  .custom-icon-widget-select {
515
- border-top-left-radius: 0;
516
- border-bottom-left-radius: 0;
517
- cursor: pointer;
518
- color: #625f6e;
519
- background-color: #fafafa;
520
- border: 1px solid #d9d9d9;
521
- border-radius: 6px;
522
- position: relative;
523
- padding: 0 11px;
524
- color: rgba(0, 0, 0, 0.65);
525
- font-weight: normal;
526
- font-size: 14px;
527
- text-align: center;
528
- background-color: #fafafa;
529
- border: 1px solid #d9d9d9;
530
- border-radius: 6px;
531
- transition: all 0.3s;
532
- display: flex !important;
533
- align-items: center;
515
+ border-top-left-radius: 0;
516
+ border-bottom-left-radius: 0;
517
+ cursor: pointer;
518
+ color: #625f6e;
519
+ background-color: #fafafa;
520
+ border: 1px solid #d9d9d9;
521
+ border-radius: 6px;
522
+ position: relative;
523
+ padding: 0 11px;
524
+ color: rgba(0, 0, 0, 0.65);
525
+ font-weight: normal;
526
+ font-size: 14px;
527
+ text-align: center;
528
+ background-color: #fafafa;
529
+ border: 1px solid #d9d9d9;
530
+ border-radius: 6px;
531
+ transition: all 0.3s;
532
+ display: flex !important;
533
+ align-items: center;
534
534
  }
535
535
 
536
536
  .custom-icon-widget-select-disabled {
537
- border-top-left-radius: 0;
538
- border-bottom-left-radius: 0;
539
- cursor:no-drop;
540
- color: #625f6e;
541
- background-color: #fafafa;
542
- border: 1px solid #d9d9d9;
543
- border-radius: 6px;
544
- position: relative;
545
- padding: 0 11px;
546
- color: rgba(0, 0, 0, 0.65);
547
- font-weight: normal;
548
- font-size: 14px;
549
- text-align: center;
550
- background-color: #fafafa;
551
- border: 1px solid #d9d9d9;
552
- border-radius: 6px;
553
- transition: all 0.3s;
554
- display: flex !important;
555
- align-items: center;
537
+ border-top-left-radius: 0;
538
+ border-bottom-left-radius: 0;
539
+ cursor:no-drop;
540
+ color: #625f6e;
541
+ background-color: #fafafa;
542
+ border: 1px solid #d9d9d9;
543
+ border-radius: 6px;
544
+ position: relative;
545
+ padding: 0 11px;
546
+ color: rgba(0, 0, 0, 0.65);
547
+ font-weight: normal;
548
+ font-size: 14px;
549
+ text-align: center;
550
+ background-color: #fafafa;
551
+ border: 1px solid #d9d9d9;
552
+ border-radius: 6px;
553
+ transition: all 0.3s;
554
+ display: flex !important;
555
+ align-items: center;
556
556
  }