@syncfusion/ej2-image-editor 31.2.12 → 32.1.19
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/README.md +2 -12
- package/aceconfig.js +17 -0
- package/dist/ej2-image-editor.umd.min.js +1 -10
- package/dist/ej2-image-editor.umd.min.js.map +1 -1
- package/dist/es6/ej2-image-editor.es2015.js +67 -123
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +67 -123
- package/dist/es6/ej2-image-editor.es5.js.map +1 -1
- package/dist/global/ej2-image-editor.min.js +1 -10
- package/dist/global/ej2-image-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +8 -8
- package/src/image-editor/action/draw.js +1 -1
- package/src/image-editor/action/export.js +1 -5
- package/src/image-editor/action/freehand-draw.js +0 -5
- package/src/image-editor/action/selection.js +6 -14
- package/src/image-editor/action/shape.d.ts +0 -1
- package/src/image-editor/action/shape.js +2 -20
- package/src/image-editor/base/image-editor.js +3 -11
- package/src/image-editor/renderer/toolbar.js +54 -67
- package/styles/bds-lite.css +58 -57
- package/styles/bds-lite.scss +12 -13
- package/styles/bds.css +82 -60
- package/styles/bds.scss +13 -14
- package/styles/bootstrap-dark-lite.css +58 -57
- package/styles/bootstrap-dark-lite.scss +12 -13
- package/styles/bootstrap-dark.css +82 -60
- package/styles/bootstrap-dark.scss +13 -14
- package/styles/bootstrap-lite.css +58 -57
- package/styles/bootstrap-lite.scss +12 -13
- package/styles/bootstrap.css +82 -60
- package/styles/bootstrap.scss +13 -14
- package/styles/bootstrap4-lite.css +58 -57
- package/styles/bootstrap4-lite.scss +12 -13
- package/styles/bootstrap4.css +82 -60
- package/styles/bootstrap4.scss +13 -14
- package/styles/bootstrap5-dark-lite.css +58 -57
- package/styles/bootstrap5-dark-lite.scss +12 -13
- package/styles/bootstrap5-dark.css +82 -60
- package/styles/bootstrap5-dark.scss +13 -14
- package/styles/bootstrap5-lite.css +58 -57
- package/styles/bootstrap5-lite.scss +13 -13
- package/styles/bootstrap5.3-lite.css +138 -57
- package/styles/bootstrap5.3-lite.scss +13 -13
- package/styles/bootstrap5.3.css +162 -60
- package/styles/bootstrap5.3.scss +14 -14
- package/styles/bootstrap5.css +82 -60
- package/styles/bootstrap5.scss +14 -14
- package/styles/fabric-dark-lite.css +58 -57
- package/styles/fabric-dark-lite.scss +13 -13
- package/styles/fabric-dark.css +82 -60
- package/styles/fabric-dark.scss +14 -14
- package/styles/fabric-lite.css +58 -57
- package/styles/fabric-lite.scss +13 -13
- package/styles/fabric.css +82 -60
- package/styles/fabric.scss +14 -14
- package/styles/fluent-dark-lite.css +58 -57
- package/styles/fluent-dark-lite.scss +13 -13
- package/styles/fluent-dark.css +82 -60
- package/styles/fluent-dark.scss +14 -14
- package/styles/fluent-lite.css +58 -57
- package/styles/fluent-lite.scss +13 -13
- package/styles/fluent.css +82 -60
- package/styles/fluent.scss +14 -14
- package/styles/fluent2-lite.css +139 -60
- package/styles/fluent2-lite.scss +13 -13
- package/styles/fluent2.css +163 -63
- package/styles/fluent2.scss +14 -14
- package/styles/highcontrast-light-lite.css +58 -57
- package/styles/highcontrast-light-lite.scss +13 -13
- package/styles/highcontrast-light.css +82 -60
- package/styles/highcontrast-light.scss +14 -14
- package/styles/highcontrast-lite.css +57 -57
- package/styles/highcontrast-lite.scss +13 -13
- package/styles/highcontrast.css +81 -60
- package/styles/highcontrast.scss +14 -14
- package/styles/image-editor/_all.scss +2 -2
- package/styles/image-editor/_bds-definition.scss +51 -0
- package/styles/image-editor/_bigger.scss +61 -9
- package/styles/image-editor/_bootstrap-dark-definition.scss +51 -0
- package/styles/image-editor/_bootstrap-definition.scss +51 -0
- package/styles/image-editor/_bootstrap4-definition.scss +55 -0
- package/styles/image-editor/_bootstrap5-dark-definition.scss +81 -1
- package/styles/image-editor/_bootstrap5-definition.scss +52 -0
- package/styles/image-editor/_bootstrap5.3-definition.scss +51 -0
- package/styles/image-editor/_fabric-dark-definition.scss +51 -0
- package/styles/image-editor/_fabric-definition.scss +51 -0
- package/styles/image-editor/_fluent-dark-definition.scss +81 -1
- package/styles/image-editor/_fluent-definition.scss +52 -0
- package/styles/image-editor/_fluent2-definition.scss +51 -0
- package/styles/image-editor/_fusionnew-definition.scss +51 -0
- package/styles/image-editor/_highcontrast-definition.scss +51 -0
- package/styles/image-editor/_highcontrast-light-definition.scss +51 -0
- package/styles/image-editor/_layout.scss +198 -115
- package/styles/image-editor/_material-dark-definition.scss +51 -0
- package/styles/image-editor/_material-definition.scss +51 -0
- package/styles/image-editor/_material3-dark-definition.scss +82 -1
- package/styles/image-editor/_material3-definition.scss +53 -0
- package/styles/image-editor/_tailwind-dark-definition.scss +81 -1
- package/styles/image-editor/_tailwind-definition.scss +52 -0
- package/styles/image-editor/_tailwind3-definition.scss +75 -1
- package/styles/image-editor/_theme-variables.scss +1 -0
- package/styles/image-editor/_theme.scss +59 -11
- package/styles/image-editor/bds.css +82 -60
- package/styles/image-editor/bds.scss +14 -14
- package/styles/image-editor/bootstrap-dark.css +82 -60
- package/styles/image-editor/bootstrap-dark.scss +14 -14
- package/styles/image-editor/bootstrap.css +82 -60
- package/styles/image-editor/bootstrap.scss +14 -14
- package/styles/image-editor/bootstrap4.css +82 -60
- package/styles/image-editor/bootstrap4.scss +14 -14
- package/styles/image-editor/bootstrap5-dark.css +82 -60
- package/styles/image-editor/bootstrap5-dark.scss +14 -14
- package/styles/image-editor/bootstrap5.3.css +162 -60
- package/styles/image-editor/bootstrap5.3.scss +14 -14
- package/styles/image-editor/bootstrap5.css +82 -60
- package/styles/image-editor/bootstrap5.scss +14 -14
- package/styles/image-editor/fabric-dark.css +82 -60
- package/styles/image-editor/fabric-dark.scss +14 -14
- package/styles/image-editor/fabric.css +82 -60
- package/styles/image-editor/fabric.scss +14 -14
- package/styles/image-editor/fluent-dark.css +82 -60
- package/styles/image-editor/fluent-dark.scss +14 -14
- package/styles/image-editor/fluent.css +82 -60
- package/styles/image-editor/fluent.scss +14 -14
- package/styles/image-editor/fluent2.css +163 -63
- package/styles/image-editor/fluent2.scss +14 -14
- package/styles/image-editor/highcontrast-light.css +82 -60
- package/styles/image-editor/highcontrast-light.scss +14 -14
- package/styles/image-editor/highcontrast.css +81 -60
- package/styles/image-editor/highcontrast.scss +14 -14
- package/styles/image-editor/icons/_bds.scss +1 -0
- package/styles/image-editor/icons/_bootstrap-dark.scss +1 -0
- package/styles/image-editor/icons/_bootstrap.scss +1 -0
- package/styles/image-editor/icons/_bootstrap4.scss +1 -0
- package/styles/image-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/image-editor/icons/_bootstrap5.3.scss +1 -0
- package/styles/image-editor/icons/_bootstrap5.scss +1 -0
- package/styles/image-editor/icons/_fabric-dark.scss +1 -0
- package/styles/image-editor/icons/_fabric.scss +1 -0
- package/styles/image-editor/icons/_fluent-dark.scss +1 -1
- package/styles/image-editor/icons/_fluent.scss +1 -0
- package/styles/image-editor/icons/_fluent2.scss +1 -0
- package/styles/image-editor/icons/_fusionnew.scss +1 -0
- package/styles/image-editor/icons/_highcontrast-light.scss +1 -0
- package/styles/image-editor/icons/_highcontrast.scss +1 -0
- package/styles/image-editor/icons/_material-dark.scss +1 -0
- package/styles/image-editor/icons/_material.scss +1 -0
- package/styles/image-editor/icons/_material3-dark.scss +1 -1
- package/styles/image-editor/icons/_material3.scss +1 -0
- package/styles/image-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/image-editor/icons/_tailwind.scss +1 -0
- package/styles/image-editor/icons/_tailwind3.scss +1 -0
- package/styles/image-editor/material-dark.css +82 -60
- package/styles/image-editor/material-dark.scss +14 -14
- package/styles/image-editor/material.css +82 -60
- package/styles/image-editor/material.scss +14 -14
- package/styles/image-editor/material3-dark.css +161 -60
- package/styles/image-editor/material3-dark.scss +14 -15
- package/styles/image-editor/material3.css +161 -60
- package/styles/image-editor/material3.scss +14 -15
- package/styles/image-editor/tailwind-dark.css +82 -60
- package/styles/image-editor/tailwind-dark.scss +14 -14
- package/styles/image-editor/tailwind.css +82 -60
- package/styles/image-editor/tailwind.scss +14 -14
- package/styles/image-editor/tailwind3.css +235 -84
- package/styles/image-editor/tailwind3.scss +14 -14
- package/styles/material-dark-lite.css +58 -57
- package/styles/material-dark-lite.scss +13 -13
- package/styles/material-dark.css +82 -60
- package/styles/material-dark.scss +14 -14
- package/styles/material-lite.css +58 -57
- package/styles/material-lite.scss +12 -13
- package/styles/material.css +82 -60
- package/styles/material.scss +13 -14
- package/styles/material3-dark-lite.css +137 -57
- package/styles/material3-dark-lite.scss +13 -13
- package/styles/material3-dark.css +161 -60
- package/styles/material3-dark.scss +14 -16
- package/styles/material3-lite.css +137 -57
- package/styles/material3-lite.scss +13 -13
- package/styles/material3.css +161 -60
- package/styles/material3.scss +14 -16
- package/styles/tailwind-dark-lite.css +58 -57
- package/styles/tailwind-dark-lite.scss +13 -13
- package/styles/tailwind-dark.css +82 -60
- package/styles/tailwind-dark.scss +14 -14
- package/styles/tailwind-lite.css +58 -57
- package/styles/tailwind-lite.scss +13 -13
- package/styles/tailwind.css +82 -60
- package/styles/tailwind.scss +14 -14
- package/styles/tailwind3-lite.css +195 -72
- package/styles/tailwind3-lite.scss +13 -13
- package/styles/tailwind3.css +235 -84
- package/styles/tailwind3.scss +14 -14
package/styles/bds-lite.css
CHANGED
|
@@ -309,16 +309,6 @@
|
|
|
309
309
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
310
310
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
311
311
|
}
|
|
312
|
-
.e-device.e-image-editor .e-slider-container {
|
|
313
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
314
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
315
|
-
}
|
|
316
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
317
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
318
|
-
}
|
|
319
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
320
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
321
|
-
}
|
|
322
312
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
323
313
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
324
314
|
}
|
|
@@ -363,8 +353,8 @@
|
|
|
363
353
|
height: calc(100% - 18px);
|
|
364
354
|
width: calc(100% - 20px);
|
|
365
355
|
border: 2px dashed var(--color-sf-fg-secondary);
|
|
366
|
-
border-radius: 10px;
|
|
367
356
|
margin: 10px;
|
|
357
|
+
border-radius: 10px;
|
|
368
358
|
}
|
|
369
359
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
370
360
|
display: none;
|
|
@@ -375,24 +365,30 @@
|
|
|
375
365
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
376
366
|
top: calc(50% - 60px);
|
|
377
367
|
left: calc(50% - 25px);
|
|
368
|
+
position: absolute;
|
|
378
369
|
}
|
|
379
370
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
380
371
|
top: 50%;
|
|
381
372
|
left: calc(50% - 160px);
|
|
382
373
|
font-size: 14px;
|
|
374
|
+
position: absolute;
|
|
375
|
+
}
|
|
376
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
377
|
+
text-decoration: none;
|
|
383
378
|
}
|
|
384
379
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
385
380
|
top: calc(50% + 40px);
|
|
386
381
|
left: 50%;
|
|
382
|
+
font-size: 14px;
|
|
383
|
+
position: absolute;
|
|
387
384
|
-webkit-transform: translate(-50%, -50%);
|
|
388
385
|
transform: translate(-50%, -50%);
|
|
389
|
-
position: absolute;
|
|
390
|
-
font-size: 14px;
|
|
391
386
|
}
|
|
392
387
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
393
388
|
left: calc(50% - 120px);
|
|
394
389
|
top: 50%;
|
|
395
390
|
font-size: 14px;
|
|
391
|
+
position: absolute;
|
|
396
392
|
}
|
|
397
393
|
.e-image-editor .e-toolbar {
|
|
398
394
|
border: none;
|
|
@@ -403,9 +399,14 @@
|
|
|
403
399
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
404
400
|
margin-left: 20px;
|
|
405
401
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
402
|
+
font-size: 12px;
|
|
406
403
|
}
|
|
407
404
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
408
405
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
406
|
+
font-size: 12px;
|
|
407
|
+
}
|
|
408
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
409
|
+
font-size: 12px;
|
|
409
410
|
}
|
|
410
411
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
411
412
|
font-size: 18px;
|
|
@@ -463,6 +464,13 @@
|
|
|
463
464
|
width: 100%;
|
|
464
465
|
z-index: 1;
|
|
465
466
|
}
|
|
467
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
468
|
+
-ms-flex-line-pack: center;
|
|
469
|
+
align-content: center;
|
|
470
|
+
text-align: center;
|
|
471
|
+
height: auto;
|
|
472
|
+
min-height: 58px;
|
|
473
|
+
}
|
|
466
474
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
467
475
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
468
476
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -510,6 +518,7 @@
|
|
|
510
518
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
511
519
|
-webkit-box-sizing: content-box;
|
|
512
520
|
box-sizing: content-box;
|
|
521
|
+
font-size: 12px;
|
|
513
522
|
}
|
|
514
523
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
515
524
|
text-align: center;
|
|
@@ -519,9 +528,19 @@
|
|
|
519
528
|
height: 100px;
|
|
520
529
|
}
|
|
521
530
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
522
|
-
margin
|
|
523
|
-
height:
|
|
531
|
+
margin: 0 16px 1px 16px;
|
|
532
|
+
height: auto;
|
|
533
|
+
}
|
|
534
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
535
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
536
|
+
}
|
|
537
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
538
|
+
font-size: 14px;
|
|
539
|
+
line-height: 20px;
|
|
540
|
+
letter-spacing: normal;
|
|
541
|
+
font-weight: 400;
|
|
524
542
|
}
|
|
543
|
+
|
|
525
544
|
.e-ie-straighten-value-span,
|
|
526
545
|
.e-ie-straighten-span,
|
|
527
546
|
.e-ie-toolbar-straighten {
|
|
@@ -530,10 +549,18 @@
|
|
|
530
549
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
531
550
|
}
|
|
532
551
|
|
|
552
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
553
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
554
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
555
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
556
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
557
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
533
560
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
534
561
|
height: auto;
|
|
535
|
-
margin-left: 8px;
|
|
536
562
|
padding-right: 2px;
|
|
563
|
+
margin-left: 8px;
|
|
537
564
|
}
|
|
538
565
|
|
|
539
566
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -549,14 +576,6 @@
|
|
|
549
576
|
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
577
|
}
|
|
551
578
|
|
|
552
|
-
.e-ie-finetune-value-span {
|
|
553
|
-
top: 28% !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.e-ie-finetune-slider-label {
|
|
557
|
-
top: 28% !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
-
}
|
|
559
|
-
|
|
560
579
|
.e-ie-finetune-slider-wrap {
|
|
561
580
|
top: calc(50% - 12px) !important; /* stylelint-disable-line declaration-no-important */
|
|
562
581
|
}
|
|
@@ -566,7 +585,8 @@
|
|
|
566
585
|
}
|
|
567
586
|
|
|
568
587
|
.e-ie-slider-wrap {
|
|
569
|
-
|
|
588
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
589
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
570
590
|
}
|
|
571
591
|
|
|
572
592
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -578,10 +598,6 @@
|
|
|
578
598
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
579
599
|
}
|
|
580
600
|
|
|
581
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
582
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
583
|
-
}
|
|
584
|
-
|
|
585
601
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
586
602
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
587
603
|
height: 28px;
|
|
@@ -640,6 +656,7 @@
|
|
|
640
656
|
-webkit-box-pack: start;
|
|
641
657
|
-ms-flex-pack: start;
|
|
642
658
|
justify-content: flex-start;
|
|
659
|
+
text-align: center;
|
|
643
660
|
}
|
|
644
661
|
|
|
645
662
|
.e-ie-dlg-right-content {
|
|
@@ -648,13 +665,14 @@
|
|
|
648
665
|
|
|
649
666
|
.e-ie-img-save-name {
|
|
650
667
|
display: inline-block;
|
|
651
|
-
margin-right: 10px;
|
|
652
668
|
width: calc(69% - 13px);
|
|
669
|
+
margin-right: 10px;
|
|
653
670
|
}
|
|
654
671
|
|
|
655
672
|
.e-ie-img-save-dlg {
|
|
656
673
|
display: inline-block;
|
|
657
|
-
width:
|
|
674
|
+
width: auto;
|
|
675
|
+
min-width: 92px;
|
|
658
676
|
}
|
|
659
677
|
|
|
660
678
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -662,8 +680,8 @@
|
|
|
662
680
|
}
|
|
663
681
|
|
|
664
682
|
.e-ie-img-label-name {
|
|
665
|
-
margin-bottom: 5px;
|
|
666
683
|
display: block;
|
|
684
|
+
margin-bottom: 5px;
|
|
667
685
|
}
|
|
668
686
|
|
|
669
687
|
.e-ie-img-quality-name {
|
|
@@ -714,13 +732,13 @@
|
|
|
714
732
|
}
|
|
715
733
|
|
|
716
734
|
.e-ie-img-icon-button {
|
|
717
|
-
margin-left: 10px;
|
|
718
735
|
width: -webkit-max-content;
|
|
719
736
|
width: -moz-max-content;
|
|
720
737
|
width: max-content;
|
|
721
738
|
margin-bottom: 3px;
|
|
722
739
|
padding-top: 4px;
|
|
723
740
|
padding-bottom: 4px;
|
|
741
|
+
margin-left: 10px;
|
|
724
742
|
}
|
|
725
743
|
|
|
726
744
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -753,24 +771,12 @@
|
|
|
753
771
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
754
772
|
margin-left: 0;
|
|
755
773
|
}
|
|
756
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
757
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
758
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
759
|
-
}
|
|
760
774
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
761
775
|
margin-left: calc(67% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
762
776
|
}
|
|
763
777
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
764
778
|
padding: 0 15px;
|
|
765
779
|
}
|
|
766
|
-
.e-ie-straighten-value-span {
|
|
767
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
771
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
772
|
-
}
|
|
773
|
-
|
|
774
780
|
@media only screen and (max-width: 390px) {
|
|
775
781
|
.e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
|
|
776
782
|
padding-left: 9px;
|
|
@@ -780,17 +786,13 @@
|
|
|
780
786
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
781
787
|
}
|
|
782
788
|
}
|
|
783
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
793
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
789
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
790
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
791
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
792
|
+
font-size: 16px;
|
|
793
|
+
line-height: 24px;
|
|
794
|
+
letter-spacing: normal;
|
|
795
|
+
font-weight: normal;
|
|
794
796
|
}
|
|
795
797
|
|
|
796
798
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -870,7 +872,6 @@
|
|
|
870
872
|
-webkit-box-shadow: none !important;
|
|
871
873
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
872
874
|
}
|
|
873
|
-
|
|
874
875
|
.e-dropdown-popup .e-selected-btn {
|
|
875
876
|
background: var(--color-sf-bg-tertiary) !important; /* stylelint-disable-line declaration-no-important */
|
|
876
877
|
}
|
package/styles/bds-lite.scss
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@import 'image-editor/all.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/bds-definition' as *;
|
|
2
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bds-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/numerictextbox/bds-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/textbox/bds-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/uploader/bds-definition' as *;
|
|
6
|
+
@use 'ej2-popups/styles/tooltip/bds-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/color-picker/bds-definition' as *;
|
|
8
|
+
@use 'ej2-navigations/styles/toolbar/bds-definition' as *;
|
|
9
|
+
@use 'ej2-popups/styles/spinner/bds-definition' as *;
|
|
10
|
+
@use 'image-editor/bds-definition' as *;
|
|
11
|
+
@use 'image-editor/icons/bds' as *;
|
|
12
|
+
@use 'image-editor/all' as *;
|
package/styles/bds.css
CHANGED
|
@@ -309,16 +309,6 @@
|
|
|
309
309
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
310
310
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
311
311
|
}
|
|
312
|
-
.e-device.e-image-editor .e-slider-container {
|
|
313
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
314
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
315
|
-
}
|
|
316
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
317
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
318
|
-
}
|
|
319
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
320
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
321
|
-
}
|
|
322
312
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
323
313
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
324
314
|
}
|
|
@@ -363,8 +353,8 @@
|
|
|
363
353
|
height: calc(100% - 18px);
|
|
364
354
|
width: calc(100% - 20px);
|
|
365
355
|
border: 2px dashed var(--color-sf-fg-secondary);
|
|
366
|
-
border-radius: 10px;
|
|
367
356
|
margin: 10px;
|
|
357
|
+
border-radius: 10px;
|
|
368
358
|
}
|
|
369
359
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
370
360
|
display: none;
|
|
@@ -375,24 +365,30 @@
|
|
|
375
365
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
376
366
|
top: calc(50% - 60px);
|
|
377
367
|
left: calc(50% - 25px);
|
|
368
|
+
position: absolute;
|
|
378
369
|
}
|
|
379
370
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
380
371
|
top: 50%;
|
|
381
372
|
left: calc(50% - 160px);
|
|
382
373
|
font-size: 14px;
|
|
374
|
+
position: absolute;
|
|
375
|
+
}
|
|
376
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
377
|
+
text-decoration: none;
|
|
383
378
|
}
|
|
384
379
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
385
380
|
top: calc(50% + 40px);
|
|
386
381
|
left: 50%;
|
|
382
|
+
font-size: 14px;
|
|
383
|
+
position: absolute;
|
|
387
384
|
-webkit-transform: translate(-50%, -50%);
|
|
388
385
|
transform: translate(-50%, -50%);
|
|
389
|
-
position: absolute;
|
|
390
|
-
font-size: 14px;
|
|
391
386
|
}
|
|
392
387
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
393
388
|
left: calc(50% - 120px);
|
|
394
389
|
top: 50%;
|
|
395
390
|
font-size: 14px;
|
|
391
|
+
position: absolute;
|
|
396
392
|
}
|
|
397
393
|
.e-image-editor .e-toolbar {
|
|
398
394
|
border: none;
|
|
@@ -403,9 +399,14 @@
|
|
|
403
399
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
404
400
|
margin-left: 20px;
|
|
405
401
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
402
|
+
font-size: 12px;
|
|
406
403
|
}
|
|
407
404
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
408
405
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
406
|
+
font-size: 12px;
|
|
407
|
+
}
|
|
408
|
+
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
409
|
+
font-size: 12px;
|
|
409
410
|
}
|
|
410
411
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
411
412
|
font-size: 18px;
|
|
@@ -463,6 +464,13 @@
|
|
|
463
464
|
width: 100%;
|
|
464
465
|
z-index: 1;
|
|
465
466
|
}
|
|
467
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
468
|
+
-ms-flex-line-pack: center;
|
|
469
|
+
align-content: center;
|
|
470
|
+
text-align: center;
|
|
471
|
+
height: auto;
|
|
472
|
+
min-height: 58px;
|
|
473
|
+
}
|
|
466
474
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
467
475
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
468
476
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -510,6 +518,7 @@
|
|
|
510
518
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
511
519
|
-webkit-box-sizing: content-box;
|
|
512
520
|
box-sizing: content-box;
|
|
521
|
+
font-size: 12px;
|
|
513
522
|
}
|
|
514
523
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
515
524
|
text-align: center;
|
|
@@ -519,9 +528,19 @@
|
|
|
519
528
|
height: 100px;
|
|
520
529
|
}
|
|
521
530
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
522
|
-
margin
|
|
523
|
-
height:
|
|
531
|
+
margin: 0 16px 1px 16px;
|
|
532
|
+
height: auto;
|
|
533
|
+
}
|
|
534
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
535
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
524
536
|
}
|
|
537
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
538
|
+
font-size: 14px;
|
|
539
|
+
line-height: 20px;
|
|
540
|
+
letter-spacing: normal;
|
|
541
|
+
font-weight: 400;
|
|
542
|
+
}
|
|
543
|
+
|
|
525
544
|
.e-ie-straighten-value-span,
|
|
526
545
|
.e-ie-straighten-span,
|
|
527
546
|
.e-ie-toolbar-straighten {
|
|
@@ -530,10 +549,18 @@
|
|
|
530
549
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
531
550
|
}
|
|
532
551
|
|
|
552
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
553
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
554
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
555
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
556
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
557
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
+
}
|
|
559
|
+
|
|
533
560
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
534
561
|
height: auto;
|
|
535
|
-
margin-left: 8px;
|
|
536
562
|
padding-right: 2px;
|
|
563
|
+
margin-left: 8px;
|
|
537
564
|
}
|
|
538
565
|
|
|
539
566
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -549,14 +576,6 @@
|
|
|
549
576
|
top: calc(50% - 6px) !important; /* stylelint-disable-line declaration-no-important */
|
|
550
577
|
}
|
|
551
578
|
|
|
552
|
-
.e-ie-finetune-value-span {
|
|
553
|
-
top: 28% !important; /* stylelint-disable-line declaration-no-important */
|
|
554
|
-
}
|
|
555
|
-
|
|
556
|
-
.e-ie-finetune-slider-label {
|
|
557
|
-
top: 28% !important; /* stylelint-disable-line declaration-no-important */
|
|
558
|
-
}
|
|
559
|
-
|
|
560
579
|
.e-ie-finetune-slider-wrap {
|
|
561
580
|
top: calc(50% - 12px) !important; /* stylelint-disable-line declaration-no-important */
|
|
562
581
|
}
|
|
@@ -566,7 +585,8 @@
|
|
|
566
585
|
}
|
|
567
586
|
|
|
568
587
|
.e-ie-slider-wrap {
|
|
569
|
-
|
|
588
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
589
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
570
590
|
}
|
|
571
591
|
|
|
572
592
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -578,10 +598,6 @@
|
|
|
578
598
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
579
599
|
}
|
|
580
600
|
|
|
581
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
582
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
583
|
-
}
|
|
584
|
-
|
|
585
601
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
586
602
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
587
603
|
height: 28px;
|
|
@@ -640,6 +656,7 @@
|
|
|
640
656
|
-webkit-box-pack: start;
|
|
641
657
|
-ms-flex-pack: start;
|
|
642
658
|
justify-content: flex-start;
|
|
659
|
+
text-align: center;
|
|
643
660
|
}
|
|
644
661
|
|
|
645
662
|
.e-ie-dlg-right-content {
|
|
@@ -648,13 +665,14 @@
|
|
|
648
665
|
|
|
649
666
|
.e-ie-img-save-name {
|
|
650
667
|
display: inline-block;
|
|
651
|
-
margin-right: 10px;
|
|
652
668
|
width: calc(69% - 13px);
|
|
669
|
+
margin-right: 10px;
|
|
653
670
|
}
|
|
654
671
|
|
|
655
672
|
.e-ie-img-save-dlg {
|
|
656
673
|
display: inline-block;
|
|
657
|
-
width:
|
|
674
|
+
width: auto;
|
|
675
|
+
min-width: 92px;
|
|
658
676
|
}
|
|
659
677
|
|
|
660
678
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -662,8 +680,8 @@
|
|
|
662
680
|
}
|
|
663
681
|
|
|
664
682
|
.e-ie-img-label-name {
|
|
665
|
-
margin-bottom: 5px;
|
|
666
683
|
display: block;
|
|
684
|
+
margin-bottom: 5px;
|
|
667
685
|
}
|
|
668
686
|
|
|
669
687
|
.e-ie-img-quality-name {
|
|
@@ -714,13 +732,13 @@
|
|
|
714
732
|
}
|
|
715
733
|
|
|
716
734
|
.e-ie-img-icon-button {
|
|
717
|
-
margin-left: 10px;
|
|
718
735
|
width: -webkit-max-content;
|
|
719
736
|
width: -moz-max-content;
|
|
720
737
|
width: max-content;
|
|
721
738
|
margin-bottom: 3px;
|
|
722
739
|
padding-top: 4px;
|
|
723
740
|
padding-bottom: 4px;
|
|
741
|
+
margin-left: 10px;
|
|
724
742
|
}
|
|
725
743
|
|
|
726
744
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -753,24 +771,12 @@
|
|
|
753
771
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
754
772
|
margin-left: 0;
|
|
755
773
|
}
|
|
756
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
757
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
758
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
759
|
-
}
|
|
760
774
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
761
775
|
margin-left: calc(67% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
762
776
|
}
|
|
763
777
|
.e-blr-ie-save-dialog.e-device .e-btn-group .e-btn {
|
|
764
778
|
padding: 0 15px;
|
|
765
779
|
}
|
|
766
|
-
.e-ie-straighten-value-span {
|
|
767
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
768
|
-
}
|
|
769
|
-
|
|
770
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
771
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
772
|
-
}
|
|
773
|
-
|
|
774
780
|
@media only screen and (max-width: 390px) {
|
|
775
781
|
.e-device.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-ie-img-quality-name .e-btn-group .e-btn {
|
|
776
782
|
padding-left: 9px;
|
|
@@ -780,17 +786,13 @@
|
|
|
780
786
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
781
787
|
}
|
|
782
788
|
}
|
|
783
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
}
|
|
791
|
-
|
|
792
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
793
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
789
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
790
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
791
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
792
|
+
font-size: 16px;
|
|
793
|
+
line-height: 24px;
|
|
794
|
+
letter-spacing: normal;
|
|
795
|
+
font-weight: normal;
|
|
794
796
|
}
|
|
795
797
|
|
|
796
798
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -870,7 +872,6 @@
|
|
|
870
872
|
-webkit-box-shadow: none !important;
|
|
871
873
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
872
874
|
}
|
|
873
|
-
|
|
874
875
|
.e-dropdown-popup .e-selected-btn {
|
|
875
876
|
background: var(--color-sf-bg-tertiary) !important; /* stylelint-disable-line declaration-no-important */
|
|
876
877
|
}
|
|
@@ -885,6 +886,14 @@
|
|
|
885
886
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
886
887
|
top: calc(50% - 9px) !important; /* stylelint-disable-line declaration-no-important */
|
|
887
888
|
}
|
|
889
|
+
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper,
|
|
890
|
+
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
891
|
+
-ms-flex-line-pack: center;
|
|
892
|
+
align-content: center;
|
|
893
|
+
text-align: center;
|
|
894
|
+
height: auto;
|
|
895
|
+
min-height: 58px;
|
|
896
|
+
}
|
|
888
897
|
.e-bigger .e-image-editor .e-contextual-toolbar-wrapper .e-toolbar,
|
|
889
898
|
.e-image-editor.e-bigger .e-contextual-toolbar-wrapper .e-toolbar {
|
|
890
899
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -899,10 +908,14 @@
|
|
|
899
908
|
height: 56px !important; /* stylelint-disable-line declaration-no-important */
|
|
900
909
|
min-height: 56px !important; /* stylelint-disable-line declaration-no-important */
|
|
901
910
|
}
|
|
902
|
-
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
911
|
+
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke, .e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-size,
|
|
903
912
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height span,
|
|
904
|
-
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span
|
|
905
|
-
|
|
913
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width span,
|
|
914
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .filter-wrapper,
|
|
915
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-stroke,
|
|
916
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-frame-stroke,
|
|
917
|
+
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item.e-size {
|
|
918
|
+
font-size: 14px;
|
|
906
919
|
}
|
|
907
920
|
.e-bigger .e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon,
|
|
908
921
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
@@ -954,6 +967,15 @@
|
|
|
954
967
|
.e-image-editor.e-bigger .e-toolbar .e-toolbar-items.e-tbar-pos .e-toolbar-left {
|
|
955
968
|
line-height: 1;
|
|
956
969
|
}
|
|
970
|
+
.e-bigger .e-image-editor .e-ie-finetune-slider-label, .e-bigger .e-image-editor .e-ie-finetune-value-span, .e-bigger .e-image-editor .e-ie-redact-value-span,
|
|
971
|
+
.e-image-editor.e-bigger .e-ie-finetune-slider-label,
|
|
972
|
+
.e-image-editor.e-bigger .e-ie-finetune-value-span,
|
|
973
|
+
.e-image-editor.e-bigger .e-ie-redact-value-span {
|
|
974
|
+
font-size: 16px;
|
|
975
|
+
line-height: 24px;
|
|
976
|
+
letter-spacing: normal;
|
|
977
|
+
font-weight: normal;
|
|
978
|
+
}
|
|
957
979
|
.e-bigger .e-straighten .e-control-wrapper.e-slider-container .e-slider .e-handle {
|
|
958
980
|
top: calc(50% - 7px) !important; /* stylelint-disable-line declaration-no-important */
|
|
959
981
|
}
|
package/styles/bds.scss
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
@
|
|
4
|
-
@
|
|
5
|
-
@
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
9
|
-
@
|
|
10
|
-
@
|
|
11
|
-
@
|
|
12
|
-
@
|
|
13
|
-
@
|
|
14
|
-
@import 'image-editor/bigger.scss';
|
|
1
|
+
@use 'ej2-buttons/styles/button/bds-definition' as *;
|
|
2
|
+
@use 'ej2-splitbuttons/styles/drop-down-button/bds-definition' as *;
|
|
3
|
+
@use 'ej2-inputs/styles/numerictextbox/bds-definition' as *;
|
|
4
|
+
@use 'ej2-inputs/styles/textbox/bds-definition' as *;
|
|
5
|
+
@use 'ej2-inputs/styles/uploader/bds-definition' as *;
|
|
6
|
+
@use 'ej2-popups/styles/tooltip/bds-definition' as *;
|
|
7
|
+
@use 'ej2-inputs/styles/color-picker/bds-definition' as *;
|
|
8
|
+
@use 'ej2-navigations/styles/toolbar/bds-definition' as *;
|
|
9
|
+
@use 'ej2-popups/styles/spinner/bds-definition' as *;
|
|
10
|
+
@use 'image-editor/bds-definition' as *;
|
|
11
|
+
@use 'image-editor/icons/bds' as *;
|
|
12
|
+
@use 'image-editor/all' as *;
|
|
13
|
+
@use 'image-editor/bigger' as *;
|