appscms-tools-theme 2.3.0 → 2.3.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,636 @@
1
+ #img-svg {
2
+ margin: auto;
3
+ margin-top: 16px;
4
+ height: 67px;
5
+ width: 98px;
6
+ }
7
+
8
+ #file-loader {
9
+ display: flex;
10
+ align-items: center;
11
+ flex-direction: column;
12
+ }
13
+
14
+ #file-loader img {
15
+ height: 60px;
16
+ }
17
+
18
+ #file-loader p {
19
+ text-align: center;
20
+ color: #fff;
21
+ font-size: 17px;
22
+ }
23
+
24
+ #loading-img {
25
+ height: 27px;
26
+ width: 27px;
27
+ margin-right: 21px;
28
+ }
29
+
30
+ #dropbox svg,
31
+ #filepicker svg,
32
+ .boxes svg {
33
+ height: 24px !important;
34
+ width: 24px !important;
35
+ }
36
+
37
+ .file-picker-dropdown a,
38
+ .file-picker-dropdown button {
39
+ border: none;
40
+ width: 100%;
41
+ border-radius: 4px;
42
+ text-align: left;
43
+ background: #fff;
44
+ font-weight: 400;
45
+ font-size: 16px;
46
+ line-height: 24px;
47
+ padding: 15px 24px;
48
+ list-style: none;
49
+ height: 54px;
50
+ }
51
+
52
+ .file-picker-dropdown {
53
+ width: 213px;
54
+ position: absolute;
55
+ background: #fff;
56
+ top: 111%;
57
+ right: 0;
58
+ display: none;
59
+ box-shadow: rgb(26 26 26 / 20%) 0 0 12px;
60
+ border-radius: 4px;
61
+ }
62
+
63
+ .file-pick-dropdown i {
64
+ margin: 0;
65
+ }
66
+
67
+ .boxes {
68
+ background: #fff;
69
+ border-radius: 0;
70
+ cursor: pointer;
71
+ display: flex;
72
+ align-items: center;
73
+ padding: 15px 24px;
74
+ height: 54px;
75
+ border-top-left-radius: 4px;
76
+ border-bottom-left-radius: 4px;
77
+ justify-content: center;
78
+ font-size: 15px;
79
+ font-weight: 800;
80
+ color: #000;
81
+ }
82
+
83
+ .file-pick-dropdown {
84
+ color: #000;
85
+ cursor: pointer;
86
+ display: inline-flex;
87
+ background: #fff;
88
+ height: 54px;
89
+ border-left: 1px solid rgba(95, 88, 88, 0.75);
90
+ padding: 13px 20px;
91
+ border-top-right-radius: 4px;
92
+ border-bottom-right-radius: 4px;
93
+ align-items: center;
94
+ position: relative;
95
+ }
96
+
97
+ .crop-img-box {
98
+ background-color: #fff;
99
+ width: 100%;
100
+ border-radius: 0.75em;
101
+ border: 1px solid #f2f2f2;
102
+ box-shadow: 0px 5px 16px -2px rgb(42 115 217 / 20%);
103
+ font-size: 16px;
104
+ height: auto;
105
+ display: none;
106
+ }
107
+
108
+ .custom-box {
109
+ padding: 15px;
110
+ }
111
+
112
+ .inner-box {
113
+ border: 1px dashed rgba(0, 0, 0, 0.15);
114
+ background: rgba(0, 0, 0, 0.1);
115
+ padding: 40px;
116
+ min-height: 300px;
117
+ width: 100%;
118
+ }
119
+ #dropfile {
120
+ font-size: 16px;
121
+ margin-top: 15px;
122
+ text-align: center;
123
+ color: #fff;
124
+ }
125
+ .options-panel {
126
+ box-shadow: 0 2px 4px rgb(0 0 0 / 20%);
127
+ border-radius: 4px;
128
+ padding: 30px;
129
+ width: 100%;
130
+ }
131
+ .options-panel .title {
132
+ width: 100%;
133
+ font-size: 28px;
134
+ line-height: 36px;
135
+ color: #000;
136
+ font-weight: 700;
137
+ text-align: left;
138
+ }
139
+ .options-panel .description {
140
+ width: 100%;
141
+ font-size: 17px;
142
+ color: #666;
143
+ font-weight: 400;
144
+ text-align: left;
145
+ }
146
+ .options-title {
147
+ width: 100%;
148
+ font-size: 17px;
149
+ color: #666;
150
+ font-weight: 400;
151
+ text-align: left;
152
+ }
153
+ .cropper-center {
154
+ position: absolute;
155
+ top: 0 !important;
156
+ left: 0 !important;
157
+ display: grid !important;
158
+ flex-wrap: wrap;
159
+ width: 100% !important;
160
+ height: 100% !important;
161
+ /* height: 0; */
162
+ opacity: 0.75;
163
+ }
164
+ .cropper-center .cell {
165
+ background-color: transparent;
166
+ border-right: 2px dashed #0050e5;
167
+ z-index: 9999;
168
+ }
169
+ .cropper-center .row-item {
170
+ border-bottom: 2px dashed #0050e5;
171
+ display: grid;
172
+ grid-auto-flow: column;
173
+ }
174
+ .last-child {
175
+ border: none !important;
176
+ }
177
+ .row-col-show {
178
+ display: inline-block;
179
+ padding: 4px 18px;
180
+ min-width: 70px;
181
+ text-align: center;
182
+ margin-right: 6px;
183
+ border-radius: 50px;
184
+ font-size: 21px;
185
+ color: #fff;
186
+ font-weight: 900;
187
+ text-decoration: none;
188
+ transition: all 0.3s;
189
+ box-shadow: inset 0 2px 3px rgb(0 0 0 / 30%);
190
+ background-color: #0050e5;
191
+ }
192
+ .buttons-box {
193
+ margin: 12px 0 18px 0;
194
+ display: flex;
195
+ align-items: center;
196
+ }
197
+ .action-buttons {
198
+ display: flex;
199
+ align-items: center;
200
+ justify-content: center;
201
+ cursor: pointer;
202
+ width: 34px;
203
+ height: 34px;
204
+ padding: 1px 8px;
205
+ margin-right: 4px;
206
+ border-radius: 50px;
207
+ background: #ccc;
208
+ font-size: 21px;
209
+ transition: all 0.3s;
210
+ }
211
+ #image-format {
212
+ padding: 6px 33px 6px 16px;
213
+ border-radius: 4px;
214
+ width: 123px;
215
+ border: 1px solid #ccc;
216
+ outline: none;
217
+ margin-left: 7px;
218
+ /* border: none; */
219
+ font-weight: bold;
220
+ font-size: 15px;
221
+ color: #555;
222
+ text-transform: uppercase;
223
+ margin-left: 6px;
224
+ }
225
+ .download-format {
226
+ display: flex;
227
+ align-items: center;
228
+ /* border-bottom: 1px solid #ddd; */
229
+ padding: 0px 24px;
230
+ }
231
+ .download-wrapper {
232
+ display: flex;
233
+ justify-content: space-between;
234
+ margin-bottom: 24px;
235
+ }
236
+ .select-format-title {
237
+ position: relative;
238
+ display: inline-block;
239
+ /* padding: 0 24px; */
240
+ font-size: 16px;
241
+ padding: 0px 24px 0px 0px;
242
+ color: #066;
243
+ border-right: 1px solid #eee;
244
+ text-decoration: none;
245
+ filter: grayscale(100%);
246
+ display: flex;
247
+ justify-content: left;
248
+ text-transform: capitalize;
249
+ font-size: 16px;
250
+ font-weight: 600;
251
+ }
252
+ #download-button {
253
+ cursor: pointer;
254
+ display: inline-block;
255
+ width: 130px;
256
+ justify-content: center;
257
+ display: flex;
258
+ align-items: center;
259
+ padding: 10px 0;
260
+ text-align: center;
261
+ border-radius: 4px;
262
+ font-size: 16px;
263
+ color: #fff;
264
+ font-weight: 700;
265
+ text-decoration: none;
266
+ transition: all 0.3s;
267
+ border: none;
268
+ }
269
+ #download-button svg {
270
+ fill: #fff;
271
+ margin-right: 4px;
272
+ height: 20px;
273
+ }
274
+
275
+ #saving-data {
276
+ margin-top: 48px;
277
+ display: flex;
278
+ flex-direction: column;
279
+ justify-content: center;
280
+ align-items: center;
281
+ }
282
+ #saving-data img {
283
+ height: 100px;
284
+ width: 100px;
285
+ }
286
+ #saving-data span {
287
+ color: #0f0c0c;
288
+ font-size: 20px;
289
+ font-weight: 600;
290
+ }
291
+ #download-zip {
292
+ padding: 10px 16px;
293
+ background: #fff;
294
+ }
295
+ .saving-file-download-wrap {
296
+ display: flex;
297
+ flex-direction: column;
298
+ align-items: center;
299
+ }
300
+ .trust-img {
301
+ height: 80px;
302
+ width: 80px;
303
+ }
304
+ /* new */
305
+
306
+ .pixel-input-title {
307
+ position: relative;
308
+ display: inline-block;
309
+ width: 100%;
310
+ color: #0f0c0c;
311
+ font-weight: 600;
312
+ margin: 4px 0px;
313
+ font-size: 15px;
314
+ text-align: left;
315
+ }
316
+ #maxwidth,
317
+ #maxheight {
318
+ position: relative;
319
+ display: inline-block;
320
+ width: 100%;
321
+ color: #0f0c0c;
322
+ border: 1px solid #ccc;
323
+ margin: 0px;
324
+ font-size: 18px;
325
+ padding: 5px 8px;
326
+ height: 34px;
327
+ box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
328
+ border-top-left-radius: 4px;
329
+ border-bottom-left-radius: 4px;
330
+ }
331
+ .pixel-input {
332
+ display: flex;
333
+ }
334
+ .pixel-input span {
335
+ padding: 6px 12px;
336
+ font-size: 16px;
337
+ font-weight: 400;
338
+ line-height: 1;
339
+ color: #555;
340
+ text-align: center;
341
+ background-color: #eee;
342
+ border: 1px solid #ccc;
343
+ border-top-right-radius: 4px;
344
+ border-bottom-right-radius: 4px;
345
+ }
346
+ #dropdownMenuButton {
347
+ width: 100%;
348
+ text-align: left;
349
+ background: #fff;
350
+ height: 34px;
351
+ display: flex;
352
+ border-radius: 4px;
353
+ align-items: center;
354
+ justify-content: space-between;
355
+ box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
356
+ color: #0f0c0c;
357
+ border: 1px solid #ccc;
358
+ }
359
+ .media-choose {
360
+ height: 88px;
361
+ width: 80px;
362
+ width: 100%;
363
+ border: 2px solid #e8e8e8;
364
+ background: 2px solid #e8e8e8;
365
+ border-radius: 5px;
366
+ display: flex;
367
+ align-items: center;
368
+ justify-content: center;
369
+ }
370
+ .media-choose .show-aspect {
371
+ background: #444;
372
+ border-radius: 5px;
373
+ }
374
+ #media-dimensions .type {
375
+ font-weight: 700;
376
+ font-size: 0.8rem;
377
+ margin-top: 0.25rem;
378
+ line-height: 1.6;
379
+ text-transform: capitalize;
380
+ }
381
+ #media-dimensions .value {
382
+ font-size: 0.75rem;
383
+ color: #909090;
384
+ }
385
+ .dropdown-item i {
386
+ margin-right: 4px;
387
+ }
388
+ #pixel-box-panel canvas {
389
+ max-width: 100%;
390
+ }
391
+
392
+ .colorpalette {
393
+ text-transform: uppercase;
394
+ display: -webkit-box;
395
+ display: -ms-flexbox;
396
+ display: flex;
397
+ -webkit-box-align: center;
398
+ -ms-flex-align: center;
399
+ align-items: center;
400
+ -webkit-box-pack: start;
401
+ -ms-flex-pack: start;
402
+ justify-content: flex-start;
403
+ -ms-flex-wrap: wrap;
404
+ flex-wrap: wrap;
405
+ }
406
+ .colorpalette .text {
407
+ margin-right: 15px;
408
+ display: -webkit-inline-box;
409
+ display: -ms-inline-flexbox;
410
+ display: inline-flex;
411
+ -webkit-box-align: center;
412
+ -ms-flex-align: center;
413
+ align-items: center;
414
+ -webkit-box-pack: start;
415
+ -ms-flex-pack: start;
416
+ justify-content: flex-start;
417
+ -ms-flex-wrap: wrap;
418
+ flex-wrap: wrap;
419
+ width: 100%;
420
+ }
421
+ .colorpalette .text button {
422
+ margin-right: 16px;
423
+ margin-bottom: 0px;
424
+ }
425
+ .colorpalette .icons {
426
+ display: -webkit-inline-box;
427
+ display: -ms-inline-flexbox;
428
+ display: inline-flex;
429
+ -webkit-box-align: center;
430
+ -ms-flex-align: center;
431
+ align-items: center;
432
+ -webkit-box-pack: start;
433
+ -ms-flex-pack: start;
434
+ justify-content: flex-start;
435
+ -ms-flex-wrap: wrap;
436
+ flex-wrap: wrap;
437
+ }
438
+ .colorpalette .colorblock {
439
+ margin-right: 2px;
440
+ margin-bottom: 0px;
441
+ margin-top: 6px;
442
+ height: 25px;
443
+ width: 25px !important;
444
+ border: solid 0px white;
445
+ }
446
+ .colorpalette .ss-main {
447
+ width: calc(100%);
448
+ margin-top: 8px;
449
+ max-width: 480px;
450
+ }
451
+ .colorpalette .ss-main .ss-single-selected {
452
+ display: -webkit-inline-box;
453
+ display: -ms-inline-flexbox;
454
+ display: inline-flex;
455
+ width: calc(100%);
456
+ background-color: #ececec;
457
+ }
458
+ .colorpalette .ss-main .ss-option {
459
+ margin-bottom: 6px;
460
+ }
461
+ .colorpalette .ss-main .ss-option:hover {
462
+ background-color: rgba(0, 0, 0, 0.1) !important;
463
+ }
464
+ .colorpalette .ss-content {
465
+ width: 100%;
466
+ }
467
+ .colorpalette .ss-content .ss-list .ss-option {
468
+ padding: 0px 10px;
469
+ }
470
+ .infoselects {
471
+ width: 100%;
472
+ }
473
+ .filter-wrapper {
474
+ display: flex;
475
+ width: 100%;
476
+ flex-direction: column;
477
+ justify-content: left;
478
+ padding: 12px 0px;
479
+ gap: 6px;
480
+ padding-bottom: 0px;
481
+ }
482
+ .block-wrapper {
483
+ display: flex;
484
+ padding: 12px 0px;
485
+ }
486
+ #blockvalue {
487
+ background: #ccc;
488
+ padding: 2px 4px;
489
+ border-radius: 5px;
490
+ margin-left: 4px;
491
+ }
492
+
493
+ .filter-wrapper label {
494
+ display: block;
495
+ position: relative;
496
+ cursor: pointer;
497
+ font-size: 22px;
498
+ margin-right: auto;
499
+ -webkit-user-select: none;
500
+ -moz-user-select: none;
501
+ -ms-user-select: none;
502
+ user-select: none;
503
+ font-size: 15px;
504
+ }
505
+
506
+ /* Hide the browser's default checkbox */
507
+ .filter-wrapper input {
508
+ position: absolute;
509
+ opacity: 0;
510
+ cursor: pointer;
511
+ height: 0;
512
+ width: 0;
513
+ }
514
+
515
+ /* Create a custom checkbox */
516
+ .checkbox-checkmark {
517
+ position: absolute;
518
+ height: 22px;
519
+ width: 22px;
520
+ border-radius: 4px;
521
+ background-color: #ccc;
522
+ }
523
+
524
+ /* On mouse-over, add a grey background color */
525
+ .filter-wrapper label:hover input ~ .checkbox-checkmark {
526
+ background-color: #ccc;
527
+ }
528
+
529
+ /* When the checkbox is checked, add a blue background */
530
+ .filter-wrapper label input:checked ~ .checkbox-checkmark {
531
+ background-color: #ff5975;
532
+ }
533
+
534
+ /* Create the checkbox-checkmark/indicator (hidden when not checked) */
535
+ .checkbox-checkmark:after {
536
+ content: '';
537
+ position: absolute;
538
+ display: none;
539
+ }
540
+
541
+ /* Show the checkbox-checkmark when checked */
542
+ .filter-wrapper label input:checked ~ .checkbox-checkmark:after {
543
+ display: block;
544
+ }
545
+
546
+ /* Style the checkbox-checkmark/indicator */
547
+ .filter-wrapper label .checkbox-checkmark:after {
548
+ left: 8px;
549
+ top: 4px;
550
+ width: 6px;
551
+ height: 11px;
552
+ border: solid #fff;
553
+ border-width: 0 3px 3px 0;
554
+ -webkit-transform: rotate(45deg);
555
+ -ms-transform: rotate(45deg);
556
+ transform: rotate(45deg);
557
+ }
558
+ input[type='range'] {
559
+ width: 100%;
560
+ -webkit-appearance: none;
561
+ }
562
+ input[type='range']:focus {
563
+ outline: none;
564
+ }
565
+ input[type='range']::-webkit-slider-thumb:focus {
566
+ background-color: #ff5975;
567
+ }
568
+ input[type='range']::-webkit-slider-runnable-track {
569
+ width: 100%;
570
+ height: 3px;
571
+ cursor: pointer;
572
+ box-shadow: none;
573
+ background: #ccc;
574
+ border-radius: 0px;
575
+ border: 0px solid #ff5975;
576
+ }
577
+ input[type='range']::-moz-range-track {
578
+ width: 100%;
579
+ height: 3px;
580
+ cursor: pointer;
581
+ box-shadow: none;
582
+ background: #ccc;
583
+ border-radius: 0px;
584
+ border: 0px solid #ff5975;
585
+ }
586
+ input[type='range']::-webkit-slider-thumb {
587
+ box-shadow: none;
588
+ border: 0px solid #fff;
589
+ height: 15px;
590
+ width: 15px;
591
+ border-radius: 22px;
592
+ background: #ff5975;
593
+ cursor: pointer;
594
+ -webkit-appearance: none;
595
+ margin-top: -5px;
596
+ }
597
+ input[type='range']::-moz-range-thumb {
598
+ box-shadow: none;
599
+ border: 0px solid #fff;
600
+ height: 42px;
601
+ width: 22px;
602
+ border-radius: 22px;
603
+ background: #ff5975;
604
+ cursor: pointer;
605
+ -webkit-appearance: none;
606
+ margin-top: -20px;
607
+ }
608
+ input[type='range']::-moz-focus-outer {
609
+ border: 0;
610
+ }
611
+ .divider {
612
+ padding-top: 12px;
613
+ padding-bottom: 12px;
614
+ border-bottom: 1px solid #ddd;
615
+ }
616
+ #reset {
617
+ border: none;
618
+ color: #0f0c0c;
619
+ font-size: 15px;
620
+ background: #fff;
621
+ padding: 0px;
622
+ padding: 4px 14px;
623
+ border-radius: 5px;
624
+ }
625
+ #reset:hover {
626
+ background: #ff597556;
627
+ }
628
+ #reset i {
629
+ color: #ff5975;
630
+ font-size: 15px;
631
+ margin-right: 3px;
632
+ margin-bottom: 0px;
633
+ }
634
+ #palettes {
635
+ display: none;
636
+ }
data/assets/css/tools.css CHANGED
@@ -31,7 +31,7 @@ a:hover {
31
31
  top: 0;
32
32
  z-index: 10;
33
33
  background: #fff;
34
- box-shadow: 0 10px 20px -7px #e3e3e39c;
34
+ border-bottom: 1px solid #ddd;
35
35
  }
36
36
  .nav__item {
37
37
  margin: 0 !important;
@@ -1259,6 +1259,6 @@ ol li::marker {
1259
1259
  background: rgb(238, 238, 238);
1260
1260
  border-radius: 3px;
1261
1261
  }
1262
- .row .col-md-9 p{
1263
- text-align: left;
1264
- }
1262
+ .row .col-md-9 p {
1263
+ text-align: left;
1264
+ }
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns='http://www.w3.org/2000/svg' fill='#ffffff' width='26' height='26' viewBox='0 0 26 26'><path d='M13,0C5.82,0,0,5.82,0,13s5.82,13,13,13s13-5.82,13-13S20.18,0,13,0z M19,14h-5v5h-2v-5H7v-2h5V7h2v5h5V14z'/></svg>
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" style="" viewBox="0 0 512 512">
2
+ <path d="M0 256C0 114.6 114.6 0 256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256zM256 368C269.3 368 280 357.3 280 344V280H344C357.3 280 368 269.3 368 256C368 242.7 357.3 232 344 232H280V168C280 154.7 269.3 144 256 144C242.7 144 232 154.7 232 168V232H168C154.7 232 144 242.7 144 256C144 269.3 154.7 280 168 280H232V344C232 357.3 242.7 368 256 368z"/>
3
+ </svg>
Binary file
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="48" height="48"><path d="M19 39v-1h-.538c-.255 0-.462-.224-.462-.5s.207-.5.462-.5H19v-2h10v2h.538c.255 0 .462.224.462.5s-.207.5-.462.5H29v1h.538c.255 0 .462.224.462.5s-.207.5-.462.5H29s-1.429 3-5 3c-3.571 0-5-3-5-3h-.538c-.255 0-.462-.224-.462-.5s.207-.5.462-.5H19zm1 0h8v-1h-8v1zm.17 1c.186.262.41.524.673.769C21.672 41.542 22.707 42 24 42s2.328-.458 3.157-1.231c.263-.245.487-.507.672-.769h-7.658zM20 37h8v-1h-8v1zM16.136 7.82a.5.5 0 0 1 .899-.44l1.56 3.2a.5.5 0 0 1-.898.44l-1.561-3.2zm14.049-.44a.5.5 0 0 1 .899.44l-1.561 3.2a.5.5 0 1 1-.9-.44l1.562-3.2zM23.11 6a.5.5 0 1 1 1 0v3.2a.5.5 0 1 1-1 0V6zm-12.346 5.95a.5.5 0 0 1 .716-.7l2.341 2.4a.5.5 0 1 1-.715.7l-2.342-2.4zm-2.888 5.734a.5.5 0 1 1 .248-.968l3.122.8a.5.5 0 1 1-.248.968l-3.122-.8zm31.87 0l-3.122.8a.5.5 0 0 1-.248-.968l3.122-.8a.5.5 0 0 1 .248.968zm-4.006-6.433a.5.5 0 1 1 .715.698l-2.341 2.4a.5.5 0 1 1-.716-.698l2.342-2.4zM18.8 34c0-5.5-4.8-5.5-4.8-12.571C14 16.397 18.477 12 24 12s10 4.397 10 9.429C34 28.5 29.2 28.5 29.2 34H18.8zm9.445-1c.167-1.75.813-3.018 2.113-4.72l.447-.583C32.393 25.617 33 24.16 33 21.429 33 16.899 28.917 13 24 13s-9 3.9-9 8.429c0 2.731.607 4.188 2.195 6.268l.447.583c1.3 1.702 1.946 2.97 2.113 4.72h8.49zm-6.876-17.067a.5.5 0 0 1 .355.934c-1.807.686-3.238 2.17-3.886 4.035a.5.5 0 0 1-.944-.329c.744-2.142 2.39-3.85 4.475-4.64z"/></svg>
Binary file
@@ -0,0 +1,9 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="256" height="256" viewBox="0 0 256 256" xml:space="preserve">
2
+
3
+ <defs>
4
+ </defs>
5
+ <g style="stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;" transform="translate(1.4065934065934016 1.4065934065934016) scale(2.81 2.81)" >
6
+ <path d="M 7.288 48.34 c 0.061 0.04 0.129 0.068 0.193 0.105 c 0.18 0.105 0.363 0.201 0.559 0.277 c 0.093 0.036 0.19 0.06 0.286 0.089 c 0.175 0.053 0.351 0.098 0.535 0.127 c 0.049 0.008 0.094 0.028 0.144 0.034 C 9.164 48.99 9.322 49 9.481 49 c 0 0 0 0 0.001 0 c 0 0 0 0 0 0 c 0 0 0 0 0 0 c 0.267 0 0.531 -0.028 0.79 -0.08 c 0.154 -0.031 0.297 -0.086 0.443 -0.134 c 0.101 -0.033 0.206 -0.054 0.304 -0.094 c 0.162 -0.067 0.31 -0.158 0.46 -0.245 c 0.075 -0.043 0.156 -0.075 0.228 -0.124 c 0.217 -0.146 0.42 -0.311 0.604 -0.495 c 0 0 0 0 0 0 l 7.492 -7.492 c 1.562 -1.562 1.562 -4.095 0 -5.657 c -1.149 -1.149 -2.822 -1.445 -4.249 -0.903 c 4.535 -11.868 16.033 -20.322 29.475 -20.322 c 12.266 0 23.516 7.2 28.658 18.342 c 0.926 2.004 3.3 2.881 5.309 1.956 c 2.005 -0.926 2.881 -3.302 1.955 -5.308 C 74.503 14.478 60.403 5.455 45.027 5.455 c -17.837 0 -32.947 11.873 -37.859 28.129 c -1.224 -1.611 -3.48 -2.084 -5.247 -1.008 c -1.887 1.148 -2.486 3.609 -1.338 5.496 l 5.481 9.007 c 0.014 0.023 0.035 0.041 0.049 0.063 c 0.125 0.195 0.268 0.375 0.424 0.545 c 0.036 0.039 0.064 0.085 0.101 0.122 C 6.835 48.009 7.053 48.186 7.288 48.34 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" />
7
+ <path d="M 89.416 51.929 l -5.48 -9.008 c -0.014 -0.023 -0.035 -0.04 -0.049 -0.063 c -0.125 -0.195 -0.268 -0.375 -0.424 -0.546 c -0.035 -0.039 -0.063 -0.084 -0.1 -0.121 c -0.197 -0.199 -0.415 -0.376 -0.65 -0.531 c -0.061 -0.04 -0.129 -0.067 -0.192 -0.104 c -0.18 -0.105 -0.364 -0.201 -0.56 -0.277 c -0.093 -0.036 -0.19 -0.06 -0.287 -0.089 c -0.174 -0.053 -0.35 -0.098 -0.534 -0.127 c -0.049 -0.008 -0.095 -0.028 -0.144 -0.034 c -0.07 -0.008 -0.138 0.003 -0.208 -0.001 C 80.697 41.021 80.611 41 80.519 41 c -0.082 0 -0.159 0.019 -0.239 0.024 c -0.121 0.007 -0.24 0.018 -0.36 0.036 c -0.172 0.026 -0.338 0.065 -0.503 0.113 c -0.105 0.03 -0.209 0.058 -0.312 0.097 c -0.178 0.067 -0.344 0.152 -0.509 0.243 c -0.082 0.045 -0.166 0.082 -0.245 0.133 c -0.237 0.153 -0.46 0.326 -0.659 0.524 c 0 0 -0.001 0.001 -0.001 0.001 l 0 0 l 0 0 l -7.492 7.492 c -1.562 1.562 -1.562 4.095 0 5.656 c 1.148 1.15 2.822 1.446 4.249 0.904 c -4.535 11.868 -16.033 20.321 -29.475 20.321 c -12.707 0 -24.117 -7.563 -29.068 -19.268 c -0.861 -2.034 -3.209 -2.988 -5.242 -2.125 c -2.035 0.86 -2.986 3.207 -2.126 5.242 c 6.206 14.671 20.508 24.151 36.436 24.151 c 17.831 0 32.937 -11.864 37.854 -28.111 c 0.774 1.015 1.96 1.574 3.176 1.574 c 0.708 0 1.426 -0.188 2.075 -0.584 C 89.966 56.276 90.565 53.816 89.416 51.929 z" style="stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;" transform=" matrix(1 0 0 1 0 0) " stroke-linecap="round" />
8
+ </g>
9
+ </svg>
data/assets/js/batch.js CHANGED
@@ -59,6 +59,8 @@ const onSubmit = (files) => {
59
59
  console.log(error)
60
60
  })
61
61
  })).then(() => {
62
+ document.querySelector(".bottom-section-container").style.display = "flex"
63
+ document.querySelector(".bottom-section-container").style.padding = "20px .75rem"
62
64
  document.querySelector('#download-zip').style.display = "block"
63
65
  let zip = new JSZip()
64
66
  let zipFiles = zip.folder(`safeimagekit-batch`)
@@ -119,7 +121,7 @@ const handleFile = (file) => {
119
121
  listItem.style.listStyle = "none"
120
122
  let getFileSize = formatBytes(file[i].size)
121
123
  listItem.innerHTML = `${file[i].name} (${getFileSize})`
122
- selectedFilesList.appendChild(listItem)
124
+ // selectedFilesList.appendChild(listItem)
123
125
  }
124
126
  }
125
127
  renderFiles(files)