@syncfusion/ej2-image-editor 31.2.16 → 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 +28 -82
- package/dist/es6/ej2-image-editor.es2015.js.map +1 -1
- package/dist/es6/ej2-image-editor.es5.js +28 -82
- 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 +15 -26
- 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
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/definition/material-dark' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/material-dark';
|
|
2
4
|
|
|
3
5
|
$image-editor-background: color.adjust($grey-black, $lightness: 16%) !default;
|
|
4
6
|
$image-editor-border: 1px solid $grey-600 !default;
|
|
@@ -29,3 +31,52 @@ $image-editor-icon-button: 5px !default;
|
|
|
29
31
|
$image-editor-filter-canvas-focus: $grey-white !default;
|
|
30
32
|
$image-editor-button-label-mobile: 10px !default;
|
|
31
33
|
$image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
34
|
+
$ie-toolbar-img-font-style-margin-left: 0 !default;
|
|
35
|
+
$ie-scroll-device-padding-right: 0 !default;
|
|
36
|
+
$ie-quality-option-slider-container-margin-left: 0 !default;
|
|
37
|
+
$ie-spin-btn-margin: 0 !default;
|
|
38
|
+
$ie-drop-area-border-radius: 10px !default;
|
|
39
|
+
$ie-drop-area-margin: 10px !default;
|
|
40
|
+
$ie-drop-icon-font-size: 50px !default;
|
|
41
|
+
$ie-drop-content-font-size: 14px !default;
|
|
42
|
+
$ie-drop-info-font-size: 14px !default;
|
|
43
|
+
$ie-min-drop-content-font-size: 14px !default;
|
|
44
|
+
$ie-toolbar-item-margin-left: 20px !default;
|
|
45
|
+
$ie-file-select-padding: 0 !default;
|
|
46
|
+
$ie-font-color-caret-margin-top: -4px !default;
|
|
47
|
+
$ie-caret-font-size: 10px !default;
|
|
48
|
+
$ie-toolbar-left-line-height: 1 !default;
|
|
49
|
+
$ie-toolbar-item-span-font-weight: 500 !default;
|
|
50
|
+
$ie-toolbar-item-span-margin: 4px !default;
|
|
51
|
+
$ie-dropdown-btn-margin: 0 auto !default;
|
|
52
|
+
$ie-toolbar-item-canvas-border: 2px solid transparent !default;
|
|
53
|
+
$ie-straighten-font-size: 14px !default;
|
|
54
|
+
$ie-straighten-padding-x: 10px !default;
|
|
55
|
+
$ie-straighten-slider-padding-right: 2px !default;
|
|
56
|
+
$ie-straighten-slider-margin-left: 8px !default;
|
|
57
|
+
$ie-quality-slider-icon-margin-left: 20px !default;
|
|
58
|
+
$ie-img-size-margin: 10px 10px 0 !default;
|
|
59
|
+
$ie-img-size-font-size: 14px !default;
|
|
60
|
+
$ie-img-save-name-margin-right: 10px !default;
|
|
61
|
+
$ie-img-label-name-margin-bottom: 5px !default;
|
|
62
|
+
$ie-quality-info-margin: 0 !default;
|
|
63
|
+
$ie-quality-span-margin-left: 5px !default;
|
|
64
|
+
$ie-img-size-value-span-margin-top: 4px !default;
|
|
65
|
+
$ie-img-icon-btn-margin-left: 10px !default;
|
|
66
|
+
$ie-quality-option-icon-margin-left: 0 !default;
|
|
67
|
+
$ie-finetune-font-size: 14px !default;
|
|
68
|
+
$ie-finetune-line-height: 20px !default;
|
|
69
|
+
$ie-finetune-letter-spacing: normal !default;
|
|
70
|
+
$ie-finetune-font-weight: 400 !default;
|
|
71
|
+
$ie-finetune-slider-container: 0 16px 1px 16px !default;
|
|
72
|
+
$ie-default-toolbar-font-size: 12px !default;
|
|
73
|
+
$ie-bigger-default-toolbar-font-size: 14px !default;
|
|
74
|
+
$ie-tbtn-txt-padding: 0 !default;
|
|
75
|
+
$ie-head-wrapper-height: 58px !default;
|
|
76
|
+
$ie-dropdownbtn-preview-size: 18px !default;
|
|
77
|
+
$ie-bigger-caret-margin-top: -4px !default;
|
|
78
|
+
$ie-bigger-dropdown-caret-font-size: 10px !default;
|
|
79
|
+
$ie-bigger-toolbar-left-line-height: 1 !default;
|
|
80
|
+
$ie-bigger-device-finetune-font-size: 16px !default;
|
|
81
|
+
$ie-bigger-device-finetune-line-height: 24px !default;
|
|
82
|
+
$ie-bigger-head-wrapper-height: 58px !default;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material';
|
|
1
3
|
$image-editor-background: $grey-200 !default;
|
|
2
4
|
$image-editor-border: 1px solid $grey-400 !default;
|
|
3
5
|
$image-editor-toolbar-icon-color: $grey-600;
|
|
@@ -27,3 +29,52 @@ $image-editor-icon-button: 5px !default;
|
|
|
27
29
|
$image-editor-filter-canvas-focus: $grey-light-font !default;
|
|
28
30
|
$image-editor-button-label-mobile: 10px !default;
|
|
29
31
|
$image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
32
|
+
$ie-toolbar-img-font-style-margin-left: 0 !default;
|
|
33
|
+
$ie-scroll-device-padding-right: 0 !default;
|
|
34
|
+
$ie-quality-option-slider-container-margin-left: 0 !default;
|
|
35
|
+
$ie-spin-btn-margin: 0 !default;
|
|
36
|
+
$ie-drop-area-border-radius: 10px !default;
|
|
37
|
+
$ie-drop-area-margin: 10px !default;
|
|
38
|
+
$ie-drop-icon-font-size: 50px !default;
|
|
39
|
+
$ie-drop-content-font-size: 14px !default;
|
|
40
|
+
$ie-drop-info-font-size: 14px !default;
|
|
41
|
+
$ie-min-drop-content-font-size: 14px !default;
|
|
42
|
+
$ie-toolbar-item-margin-left: 20px !default;
|
|
43
|
+
$ie-file-select-padding: 0 !default;
|
|
44
|
+
$ie-font-color-caret-margin-top: -4px !default;
|
|
45
|
+
$ie-caret-font-size: 10px !default;
|
|
46
|
+
$ie-toolbar-left-line-height: 1 !default;
|
|
47
|
+
$ie-toolbar-item-span-font-weight: 500 !default;
|
|
48
|
+
$ie-toolbar-item-span-margin: 4px !default;
|
|
49
|
+
$ie-dropdown-btn-margin: 0 auto !default;
|
|
50
|
+
$ie-toolbar-item-canvas-border: 2px solid transparent !default;
|
|
51
|
+
$ie-straighten-font-size: 14px !default;
|
|
52
|
+
$ie-straighten-padding-x: 10px !default;
|
|
53
|
+
$ie-straighten-slider-padding-right: 2px !default;
|
|
54
|
+
$ie-straighten-slider-margin-left: 8px !default;
|
|
55
|
+
$ie-quality-slider-icon-margin-left: 20px !default;
|
|
56
|
+
$ie-img-size-margin: 10px 10px 0 !default;
|
|
57
|
+
$ie-img-size-font-size: 14px !default;
|
|
58
|
+
$ie-img-save-name-margin-right: 10px !default;
|
|
59
|
+
$ie-img-label-name-margin-bottom: 5px !default;
|
|
60
|
+
$ie-quality-info-margin: 0 !default;
|
|
61
|
+
$ie-quality-span-margin-left: 5px !default;
|
|
62
|
+
$ie-img-size-value-span-margin-top: 4px !default;
|
|
63
|
+
$ie-img-icon-btn-margin-left: 10px !default;
|
|
64
|
+
$ie-quality-option-icon-margin-left: 0 !default;
|
|
65
|
+
$ie-finetune-font-size: 14px !default;
|
|
66
|
+
$ie-finetune-line-height: 20px !default;
|
|
67
|
+
$ie-finetune-letter-spacing: normal !default;
|
|
68
|
+
$ie-finetune-font-weight: 400 !default;
|
|
69
|
+
$ie-finetune-slider-container: 0 16px 1px 16px !default;
|
|
70
|
+
$ie-default-toolbar-font-size: 12px !default;
|
|
71
|
+
$ie-bigger-default-toolbar-font-size: 14px !default;
|
|
72
|
+
$ie-tbtn-txt-padding: 0 !default;
|
|
73
|
+
$ie-head-wrapper-height: 58px !default;
|
|
74
|
+
$ie-dropdownbtn-preview-size: 18px !default;
|
|
75
|
+
$ie-bigger-caret-margin-top: -4px !default;
|
|
76
|
+
$ie-bigger-dropdown-caret-font-size: 10px !default;
|
|
77
|
+
$ie-bigger-toolbar-left-line-height: 1 !default;
|
|
78
|
+
$ie-bigger-device-finetune-font-size: 16px !default;
|
|
79
|
+
$ie-bigger-device-finetune-line-height: 24px !default;
|
|
80
|
+
$ie-bigger-head-wrapper-height: 58px !default;
|
|
@@ -1 +1,82 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/material3-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material3-dark';
|
|
3
|
+
|
|
4
|
+
$image-editor-border: 1px solid rgba($border-light) !default;
|
|
5
|
+
$image-editor-background: $content-bg-color-alt5 !default;
|
|
6
|
+
$image-editor-toolbar-icon-color: rgba($icon-color);
|
|
7
|
+
$img-editor-cp-preview-border-bottom-color: rgba($black) !default;
|
|
8
|
+
$image-editor-icon-sel-bg-color: $content-bg-color-alt6 !default;
|
|
9
|
+
$image-editor-ddbtn-margin-top: 0 !default;
|
|
10
|
+
$image-editor-tbar-height: 40px !default;
|
|
11
|
+
$image-editor-bigger-tbar-height: 56px !default;
|
|
12
|
+
$image-editor-tbar-btn-fontsize: $text-base !default;
|
|
13
|
+
$image-editor-bigger-tbar-btn-fontsize: $text-lg !default;
|
|
14
|
+
$image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
|
|
15
|
+
$image-editor-drop-border: 2px dashed rgba($icon-color);
|
|
16
|
+
$image-editor-dropdown-btn-preview-top: -2px !default;
|
|
17
|
+
$image-editor-dropdown-btn-preview-left: -9px !default;
|
|
18
|
+
$image-editor-bigger-dropdown-btn-preview-top: -1px !default;
|
|
19
|
+
$image-editor-bigger-dropdown-btn-preview-left: -7px !default;
|
|
20
|
+
$image-editor-slider-handler: calc(50% - 8px) !default;
|
|
21
|
+
$image-editor-bigger-slider-handler: calc(50% - 10px) !default;
|
|
22
|
+
$image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
23
|
+
$image-editor-finetune-value-span: 33% !default;
|
|
24
|
+
$image-editor-finetune-span: 33% !default;
|
|
25
|
+
$image-editor-button-label: 13px !default;
|
|
26
|
+
$image-editor-save-dlg-big-btn-pad: 8px 11px !default;
|
|
27
|
+
$image-editor-save-dlg-grp-btn-padding: 8px 10.5px !default;
|
|
28
|
+
$image-editor-save-dlg-dev-grp-btn-padding: 11px 12px !default;
|
|
29
|
+
$image-editor-icon-button: 3px !default;
|
|
30
|
+
$image-editor-filter-canvas-focus: $icon-color !default;
|
|
31
|
+
$image-editor-button-label-mobile: 12px !default;
|
|
32
|
+
$image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
33
|
+
$ie-toolbar-img-font-style-margin-left: 0 !default;
|
|
34
|
+
$ie-scroll-device-padding-right: 0 !default;
|
|
35
|
+
$ie-quality-option-slider-container-margin-left: 0 !default;
|
|
36
|
+
$ie-spin-btn-margin: 0 !default;
|
|
37
|
+
$ie-drop-area-border-radius: 10px !default;
|
|
38
|
+
$ie-drop-area-margin: 10px !default;
|
|
39
|
+
$ie-drop-icon-font-size: 50px !default;
|
|
40
|
+
$ie-drop-content-font-size: 14px !default;
|
|
41
|
+
$ie-drop-info-font-size: 14px !default;
|
|
42
|
+
$ie-min-drop-content-font-size: 14px !default;
|
|
43
|
+
$ie-toolbar-item-margin-left: 20px !default;
|
|
44
|
+
$ie-file-select-padding: 0 !default;
|
|
45
|
+
$ie-font-color-caret-margin-top: -4px !default;
|
|
46
|
+
$ie-caret-font-size: 10px !default;
|
|
47
|
+
$ie-toolbar-left-line-height: 1 !default;
|
|
48
|
+
$ie-toolbar-item-span-font-weight: 500 !default;
|
|
49
|
+
$ie-toolbar-item-span-margin: 4px !default;
|
|
50
|
+
$ie-dropdown-btn-margin: 0 auto !default;
|
|
51
|
+
$ie-toolbar-item-canvas-border: 2px solid transparent !default;
|
|
52
|
+
$ie-img-save-dlg-btn-radius: 0 !default;
|
|
53
|
+
$ie-straighten-font-size: 14px !default;
|
|
54
|
+
$ie-straighten-padding-x: 10px !default;
|
|
55
|
+
$ie-straighten-slider-padding-right: 2px !default;
|
|
56
|
+
$ie-straighten-slider-margin-left: 8px !default;
|
|
57
|
+
$ie-quality-slider-icon-margin-left: 20px !default;
|
|
58
|
+
$ie-img-size-margin: 10px 10px 0 !default;
|
|
59
|
+
$ie-img-size-font-size: 14px !default;
|
|
60
|
+
$ie-img-save-name-margin-right: 10px !default;
|
|
61
|
+
$ie-img-label-name-margin-bottom: 5px !default;
|
|
62
|
+
$ie-quality-info-margin: 0 !default;
|
|
63
|
+
$ie-quality-span-margin-left: 5px !default;
|
|
64
|
+
$ie-img-size-value-span-margin-top: 4px !default;
|
|
65
|
+
$ie-img-icon-btn-margin-left: 10px !default;
|
|
66
|
+
$ie-quality-option-icon-margin-left: 0 !default;
|
|
67
|
+
$ie-finetune-font-size: 14px !default;
|
|
68
|
+
$ie-finetune-line-height: 20px !default;
|
|
69
|
+
$ie-finetune-letter-spacing: normal !default;
|
|
70
|
+
$ie-finetune-font-weight: 400 !default;
|
|
71
|
+
$ie-finetune-slider-container: 0 16px 1px 16px !default;
|
|
72
|
+
$ie-default-toolbar-font-size: 12px !default;
|
|
73
|
+
$ie-bigger-default-toolbar-font-size: 14px !default;
|
|
74
|
+
$ie-tbtn-txt-padding: 0 !default;
|
|
75
|
+
$ie-head-wrapper-height: 58px !default;
|
|
76
|
+
$ie-dropdownbtn-preview-size: 18px !default;
|
|
77
|
+
$ie-bigger-caret-margin-top: -4px !default;
|
|
78
|
+
$ie-bigger-dropdown-caret-font-size: 10px !default;
|
|
79
|
+
$ie-bigger-toolbar-left-line-height: 1 !default;
|
|
80
|
+
$ie-bigger-device-finetune-font-size: 16px !default;
|
|
81
|
+
$ie-bigger-device-finetune-line-height: 24px !default;
|
|
82
|
+
$ie-bigger-head-wrapper-height: 58px !default;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/material3' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/material3';
|
|
3
|
+
|
|
1
4
|
$image-editor-border: 1px solid rgba($border-light) !default;
|
|
2
5
|
$image-editor-background: $content-bg-color-alt5 !default;
|
|
3
6
|
$image-editor-toolbar-icon-color: rgba($icon-color);
|
|
@@ -27,3 +30,53 @@ $image-editor-icon-button: 3px !default;
|
|
|
27
30
|
$image-editor-filter-canvas-focus: $icon-color !default;
|
|
28
31
|
$image-editor-button-label-mobile: 12px !default;
|
|
29
32
|
$image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
33
|
+
$ie-toolbar-img-font-style-margin-left: 0 !default;
|
|
34
|
+
$ie-scroll-device-padding-right: 0 !default;
|
|
35
|
+
$ie-quality-option-slider-container-margin-left: 0 !default;
|
|
36
|
+
$ie-spin-btn-margin: 0 !default;
|
|
37
|
+
$ie-drop-area-border-radius: 10px !default;
|
|
38
|
+
$ie-drop-area-margin: 10px !default;
|
|
39
|
+
$ie-drop-icon-font-size: 50px !default;
|
|
40
|
+
$ie-drop-content-font-size: 14px !default;
|
|
41
|
+
$ie-drop-info-font-size: 14px !default;
|
|
42
|
+
$ie-min-drop-content-font-size: 14px !default;
|
|
43
|
+
$ie-toolbar-item-margin-left: 20px !default;
|
|
44
|
+
$ie-file-select-padding: 0 !default;
|
|
45
|
+
$ie-font-color-caret-margin-top: -4px !default;
|
|
46
|
+
$ie-caret-font-size: 10px !default;
|
|
47
|
+
$ie-toolbar-left-line-height: 1 !default;
|
|
48
|
+
$ie-toolbar-item-span-font-weight: 500 !default;
|
|
49
|
+
$ie-toolbar-item-span-margin: 4px !default;
|
|
50
|
+
$ie-dropdown-btn-margin: 0 auto !default;
|
|
51
|
+
$ie-toolbar-item-canvas-border: 2px solid transparent !default;
|
|
52
|
+
$ie-img-save-dlg-btn-radius: 0 !default;
|
|
53
|
+
$ie-straighten-font-size: 14px !default;
|
|
54
|
+
$ie-straighten-padding-x: 10px !default;
|
|
55
|
+
$ie-straighten-slider-padding-right: 2px !default;
|
|
56
|
+
$ie-straighten-slider-margin-left: 8px !default;
|
|
57
|
+
$ie-quality-slider-icon-margin-left: 20px !default;
|
|
58
|
+
$ie-img-size-margin: 10px 10px 0 !default;
|
|
59
|
+
$ie-img-size-font-size: 14px !default;
|
|
60
|
+
$ie-img-save-name-margin-right: 10px !default;
|
|
61
|
+
$ie-img-label-name-margin-bottom: 5px !default;
|
|
62
|
+
$ie-quality-info-margin: 0 !default;
|
|
63
|
+
$ie-quality-span-margin-left: 5px !default;
|
|
64
|
+
$ie-img-size-value-span-margin-top: 4px !default;
|
|
65
|
+
$ie-img-icon-btn-margin-left: 10px !default;
|
|
66
|
+
$ie-quality-option-icon-margin-left: 0 !default;
|
|
67
|
+
$ie-finetune-font-size: 14px !default;
|
|
68
|
+
$ie-finetune-line-height: 20px !default;
|
|
69
|
+
$ie-finetune-letter-spacing: normal !default;
|
|
70
|
+
$ie-finetune-font-weight: 400 !default;
|
|
71
|
+
$ie-finetune-slider-container: 0 16px 1px 16px !default;
|
|
72
|
+
$ie-default-toolbar-font-size: 12px !default;
|
|
73
|
+
$ie-bigger-default-toolbar-font-size: 14px !default;
|
|
74
|
+
$ie-tbtn-txt-padding: 0 !default;
|
|
75
|
+
$ie-head-wrapper-height: 58px !default;
|
|
76
|
+
$ie-dropdownbtn-preview-size: 18px !default;
|
|
77
|
+
$ie-bigger-caret-margin-top: -4px !default;
|
|
78
|
+
$ie-bigger-dropdown-caret-font-size: 10px !default;
|
|
79
|
+
$ie-bigger-toolbar-left-line-height: 1 !default;
|
|
80
|
+
$ie-bigger-device-finetune-font-size: 16px !default;
|
|
81
|
+
$ie-bigger-device-finetune-line-height: 24px !default;
|
|
82
|
+
$ie-bigger-head-wrapper-height: 58px !default;
|
|
@@ -1 +1,81 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind-dark';
|
|
3
|
+
|
|
4
|
+
$image-editor-background: $border-light !default;
|
|
5
|
+
$image-editor-border: 1px solid $image-editor-background !default;
|
|
6
|
+
$image-editor-toolbar-icon-color: $icon-color !default;
|
|
7
|
+
$img-editor-cp-preview-border-bottom-color: $black !default;
|
|
8
|
+
$image-editor-icon-sel-bg-color: $content-bg-color-alt3 !default;
|
|
9
|
+
$image-editor-ddbtn-margin-top: 2px !default;
|
|
10
|
+
$image-editor-tbar-height: 38px !default;
|
|
11
|
+
$image-editor-bigger-tbar-height: 48px !default;
|
|
12
|
+
$image-editor-tbar-btn-fontsize: $text-lg !default;
|
|
13
|
+
$image-editor-bigger-tbar-btn-fontsize: $text-xl !default;
|
|
14
|
+
$image-editor-contextual-toolbar: $content-bg-color-alt2 !default;
|
|
15
|
+
$image-editor-drop-border: 2px dashed $icon-color !default;
|
|
16
|
+
$image-editor-dropdown-btn-preview-top: -2px !default;
|
|
17
|
+
$image-editor-dropdown-btn-preview-left: -6px !default;
|
|
18
|
+
$image-editor-bigger-dropdown-btn-preview-top: -2px !default;
|
|
19
|
+
$image-editor-bigger-dropdown-btn-preview-left: -6px !default;
|
|
20
|
+
$image-editor-slider-handler: calc(50% - 6px) !default;
|
|
21
|
+
$image-editor-bigger-slider-handler: calc(50% - 7px) !default;
|
|
22
|
+
$image-editor-device-slider-handler: calc(50% - 9px) !default;
|
|
23
|
+
$image-editor-finetune-value-span: 33% !default;
|
|
24
|
+
$image-editor-finetune-span: 33% !default;
|
|
25
|
+
$image-editor-button-label: 13px !default;
|
|
26
|
+
$image-editor-save-dlg-big-btn-pad: 4px 15px !default;
|
|
27
|
+
$image-editor-save-dlg-grp-btn-padding: 4px 10px !default;
|
|
28
|
+
$image-editor-save-dlg-dev-grp-btn-padding: 4px 9px !default;
|
|
29
|
+
$image-editor-icon-button: 2.9px !default;
|
|
30
|
+
$image-editor-filter-canvas-focus: $secondary-text-color !default;
|
|
31
|
+
$image-editor-button-label-mobile: 6px !default;
|
|
32
|
+
$image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
33
|
+
$ie-toolbar-img-font-style-margin-left: 0 !default;
|
|
34
|
+
$ie-scroll-device-padding-right: 0 !default;
|
|
35
|
+
$ie-quality-option-slider-container-margin-left: 0 !default;
|
|
36
|
+
$ie-spin-btn-margin: 0 !default;
|
|
37
|
+
$ie-drop-area-border-radius: 10px !default;
|
|
38
|
+
$ie-drop-area-margin: 10px !default;
|
|
39
|
+
$ie-drop-icon-font-size: 50px !default;
|
|
40
|
+
$ie-drop-content-font-size: 14px !default;
|
|
41
|
+
$ie-drop-info-font-size: 14px !default;
|
|
42
|
+
$ie-min-drop-content-font-size: 14px !default;
|
|
43
|
+
$ie-toolbar-item-margin-left: 20px !default;
|
|
44
|
+
$ie-file-select-padding: 0 !default;
|
|
45
|
+
$ie-font-color-caret-margin-top: -4px !default;
|
|
46
|
+
$ie-caret-font-size: 10px !default;
|
|
47
|
+
$ie-toolbar-left-line-height: 1 !default;
|
|
48
|
+
$ie-toolbar-item-span-font-weight: 500 !default;
|
|
49
|
+
$ie-toolbar-item-span-margin: 4px !default;
|
|
50
|
+
$ie-dropdown-btn-margin: 0 auto !default;
|
|
51
|
+
$ie-toolbar-item-canvas-border: 2px solid transparent !default;
|
|
52
|
+
$ie-straighten-font-size: 14px !default;
|
|
53
|
+
$ie-straighten-padding-x: 10px !default;
|
|
54
|
+
$ie-straighten-slider-padding-right: 2px !default;
|
|
55
|
+
$ie-straighten-slider-margin-left: 8px !default;
|
|
56
|
+
$ie-quality-slider-icon-margin-left: 20px !default;
|
|
57
|
+
$ie-img-size-margin: 10px 10px 0 !default;
|
|
58
|
+
$ie-img-size-font-size: 14px !default;
|
|
59
|
+
$ie-img-save-name-margin-right: 10px !default;
|
|
60
|
+
$ie-img-label-name-margin-bottom: 5px !default;
|
|
61
|
+
$ie-quality-info-margin: 0 !default;
|
|
62
|
+
$ie-quality-span-margin-left: 5px !default;
|
|
63
|
+
$ie-img-size-value-span-margin-top: 4px !default;
|
|
64
|
+
$ie-img-icon-btn-margin-left: 10px !default;
|
|
65
|
+
$ie-quality-option-icon-margin-left: 0 !default;
|
|
66
|
+
$ie-finetune-font-size: 14px !default;
|
|
67
|
+
$ie-finetune-line-height: 20px !default;
|
|
68
|
+
$ie-finetune-letter-spacing: normal !default;
|
|
69
|
+
$ie-finetune-font-weight: 400 !default;
|
|
70
|
+
$ie-finetune-slider-container: 0 16px 1px 16px !default;
|
|
71
|
+
$ie-default-toolbar-font-size: 12px !default;
|
|
72
|
+
$ie-bigger-default-toolbar-font-size: 14px !default;
|
|
73
|
+
$ie-tbtn-txt-padding: 0 !default;
|
|
74
|
+
$ie-head-wrapper-height: 58px !default;
|
|
75
|
+
$ie-dropdownbtn-preview-size: 18px !default;
|
|
76
|
+
$ie-bigger-caret-margin-top: -4px !default;
|
|
77
|
+
$ie-bigger-dropdown-caret-font-size: 10px !default;
|
|
78
|
+
$ie-bigger-toolbar-left-line-height: 1 !default;
|
|
79
|
+
$ie-bigger-device-finetune-font-size: 16px !default;
|
|
80
|
+
$ie-bigger-device-finetune-line-height: 24px !default;
|
|
81
|
+
$ie-bigger-head-wrapper-height: 58px !default;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind';
|
|
3
|
+
|
|
1
4
|
$image-editor-background: $border-light !default;
|
|
2
5
|
$image-editor-border: 1px solid $image-editor-background !default;
|
|
3
6
|
$image-editor-toolbar-icon-color: $icon-color !default;
|
|
@@ -27,3 +30,52 @@ $image-editor-icon-button: 2.9px !default;
|
|
|
27
30
|
$image-editor-filter-canvas-focus: $secondary-text-color !default;
|
|
28
31
|
$image-editor-button-label-mobile: 6px !default;
|
|
29
32
|
$image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
33
|
+
$ie-toolbar-img-font-style-margin-left: 0 !default;
|
|
34
|
+
$ie-scroll-device-padding-right: 0 !default;
|
|
35
|
+
$ie-quality-option-slider-container-margin-left: 0 !default;
|
|
36
|
+
$ie-spin-btn-margin: 0 !default;
|
|
37
|
+
$ie-drop-area-border-radius: 10px !default;
|
|
38
|
+
$ie-drop-area-margin: 10px !default;
|
|
39
|
+
$ie-drop-icon-font-size: 50px !default;
|
|
40
|
+
$ie-drop-content-font-size: 14px !default;
|
|
41
|
+
$ie-drop-info-font-size: 14px !default;
|
|
42
|
+
$ie-min-drop-content-font-size: 14px !default;
|
|
43
|
+
$ie-toolbar-item-margin-left: 20px !default;
|
|
44
|
+
$ie-file-select-padding: 0 !default;
|
|
45
|
+
$ie-font-color-caret-margin-top: -4px !default;
|
|
46
|
+
$ie-caret-font-size: 10px !default;
|
|
47
|
+
$ie-toolbar-left-line-height: 1 !default;
|
|
48
|
+
$ie-toolbar-item-span-font-weight: 500 !default;
|
|
49
|
+
$ie-toolbar-item-span-margin: 4px !default;
|
|
50
|
+
$ie-dropdown-btn-margin: 0 auto !default;
|
|
51
|
+
$ie-toolbar-item-canvas-border: 2px solid transparent !default;
|
|
52
|
+
$ie-straighten-font-size: 14px !default;
|
|
53
|
+
$ie-straighten-padding-x: 10px !default;
|
|
54
|
+
$ie-straighten-slider-padding-right: 2px !default;
|
|
55
|
+
$ie-straighten-slider-margin-left: 8px !default;
|
|
56
|
+
$ie-quality-slider-icon-margin-left: 20px !default;
|
|
57
|
+
$ie-img-size-margin: 10px 10px 0 !default;
|
|
58
|
+
$ie-img-size-font-size: 14px !default;
|
|
59
|
+
$ie-img-save-name-margin-right: 10px !default;
|
|
60
|
+
$ie-img-label-name-margin-bottom: 5px !default;
|
|
61
|
+
$ie-quality-info-margin: 0 !default;
|
|
62
|
+
$ie-quality-span-margin-left: 5px !default;
|
|
63
|
+
$ie-img-size-value-span-margin-top: 4px !default;
|
|
64
|
+
$ie-img-icon-btn-margin-left: 10px !default;
|
|
65
|
+
$ie-quality-option-icon-margin-left: 0 !default;
|
|
66
|
+
$ie-finetune-font-size: 14px !default;
|
|
67
|
+
$ie-finetune-line-height: 20px !default;
|
|
68
|
+
$ie-finetune-letter-spacing: normal !default;
|
|
69
|
+
$ie-finetune-font-weight: 400 !default;
|
|
70
|
+
$ie-finetune-slider-container: 0 16px 1px 16px !default;
|
|
71
|
+
$ie-default-toolbar-font-size: 12px !default;
|
|
72
|
+
$ie-bigger-default-toolbar-font-size: 14px !default;
|
|
73
|
+
$ie-tbtn-txt-padding: 0 !default;
|
|
74
|
+
$ie-head-wrapper-height: 58px !default;
|
|
75
|
+
$ie-dropdownbtn-preview-size: 18px !default;
|
|
76
|
+
$ie-bigger-caret-margin-top: -4px !default;
|
|
77
|
+
$ie-bigger-dropdown-caret-font-size: 10px !default;
|
|
78
|
+
$ie-bigger-toolbar-left-line-height: 1 !default;
|
|
79
|
+
$ie-bigger-device-finetune-font-size: 16px !default;
|
|
80
|
+
$ie-bigger-device-finetune-line-height: 24px !default;
|
|
81
|
+
$ie-bigger-head-wrapper-height: 58px !default;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/tailwind3' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/tailwind3';
|
|
1
3
|
$image-editor-background: $content-bg-color !default;
|
|
2
4
|
$image-editor-border: 1px solid $border !default;
|
|
3
5
|
$image-editor-toolbar-icon-color: $icon-color !default;
|
|
4
6
|
$img-editor-cp-preview-border-bottom-color: $black !default;
|
|
5
7
|
$image-editor-icon-sel-bg-color: $secondary-bg-color-focus !default;
|
|
6
|
-
$image-editor-ddbtn-margin-top:
|
|
8
|
+
$image-editor-ddbtn-margin-top: 0 !default;
|
|
7
9
|
$image-editor-tbar-height: 48px !default;
|
|
8
10
|
$image-editor-bigger-tbar-height: 56px !default;
|
|
9
11
|
$image-editor-tbar-btn-fontsize: $text-base !default;
|
|
@@ -27,3 +29,75 @@ $image-editor-icon-button: 4px !default;
|
|
|
27
29
|
$image-editor-filter-canvas-focus: $icon-color !default;
|
|
28
30
|
$image-editor-button-label-mobile: 9px !default;
|
|
29
31
|
$image-editor-button-width-mobile: calc(65% - 30px) !default;
|
|
32
|
+
$ie-toolbar-img-font-style-margin-left: 0 !default;
|
|
33
|
+
$ie-scroll-device-padding-right: 0 !default;
|
|
34
|
+
$ie-toolbar-area-toolbar-border-radius: 0 !default;
|
|
35
|
+
$ie-quality-option-slider-container-margin-left: 0 !default;
|
|
36
|
+
$ie-spin-btn-margin: 0 !default;
|
|
37
|
+
$ie-drop-icon-font-size: 50px !default;
|
|
38
|
+
$ie-drop-content-font-size: $text-base !default;
|
|
39
|
+
$ie-drop-content-font-weight: $font-weight-normal !default;
|
|
40
|
+
$ie-drop-content-line-height: 24px !default;
|
|
41
|
+
$ie-drop-content-letter-spacing: normal !default;
|
|
42
|
+
$ie-drop-content-margin: 12px 44px !default;
|
|
43
|
+
$ie-drop-browse-font-weight: $font-weight-semibold !default;
|
|
44
|
+
$ie-drop-info-font-size: $text-sm !default;
|
|
45
|
+
$ie-drop-info-font-weight: $font-weight-normal !default;
|
|
46
|
+
$ie-drop-info-line-height: 20px !default;
|
|
47
|
+
$ie-drop-info-letter-spacing: normal !default;
|
|
48
|
+
$ie-drop-info-margin: 0 44px !default;
|
|
49
|
+
$ie-min-drop-content-font-size: $text-base !default;
|
|
50
|
+
$ie-min-drop-content-font-weight: $font-weight-normal !default;
|
|
51
|
+
$ie-min-drop-content-line-height: 24px !default;
|
|
52
|
+
$ie-min-drop-content-letter-spacing: normal !default;
|
|
53
|
+
$ie-min-drop-content-margin: 12px 52px !default;
|
|
54
|
+
$ie-toolbar-item-margin-left: 20px !default;
|
|
55
|
+
$ie-file-select-padding: 0 !default;
|
|
56
|
+
$ie-caret-font-size: $text-xxs !default;
|
|
57
|
+
$ie-toolbar-left-line-height: 48px !default;
|
|
58
|
+
$ie-toolbar-item-span-font-weight: $font-weight-medium !default;
|
|
59
|
+
$ie-toolbar-item-span-margin: 4px !default;
|
|
60
|
+
$ie-dropdown-btn-margin: 0 auto !default;
|
|
61
|
+
$ie-toolbar-item-canvas-border: 2px solid transparent !default;
|
|
62
|
+
$ie-straighten-font-size: $text-sm !default;
|
|
63
|
+
$ie-straighten-padding-x: 10px !default;
|
|
64
|
+
$ie-straighten-slider-padding-right: 2px !default;
|
|
65
|
+
$ie-straighten-slider-margin-left: 8px !default;
|
|
66
|
+
$ie-quality-slider-icon-margin-left: 20px !default;
|
|
67
|
+
$ie-img-size-margin: 8px 0 0 !default;
|
|
68
|
+
$ie-img-size-font-size: $text-xs !default;
|
|
69
|
+
$ie-img-size-line-height: 16px !default;
|
|
70
|
+
$ie-img-save-name-margin-right: 10px !default;
|
|
71
|
+
$ie-img-save-dlg-btn-font-weight: $font-weight-normal !default;
|
|
72
|
+
$ie-img-label-name-font-weight: $font-weight-medium !default;
|
|
73
|
+
$ie-img-label-name-margin-bottom: 5px !default;
|
|
74
|
+
$ie-quality-info-margin: 0 !default;
|
|
75
|
+
$ie-quality-span-margin-left: 5px !default;
|
|
76
|
+
$ie-img-quality-label-font-weight: $font-weight-medium !default;
|
|
77
|
+
$ie-img-size-value-span-margin-top: 4px !default;
|
|
78
|
+
$ie-img-icon-btn-margin-left: 10px !default;
|
|
79
|
+
$ie-quality-option-icon-margin-left: 0 !default;
|
|
80
|
+
$ie-finetune-font-size: $text-sm !default;
|
|
81
|
+
$ie-finetune-line-height: 20px !default;
|
|
82
|
+
$ie-finetune-letter-spacing: normal !default;
|
|
83
|
+
$ie-finetune-font-weight: $font-weight-normal !default;
|
|
84
|
+
$ie-finetune-slider-container: 0 16px !default;
|
|
85
|
+
$ie-content-text-color: $content-text-color !default;
|
|
86
|
+
$ie-browse-text-color: $primary-bg-color !default;
|
|
87
|
+
$ie-drop-info-text-color: $content-text-color-alt2 !default;
|
|
88
|
+
$ie-default-toolbar-font-size: $text-xs !default;
|
|
89
|
+
$ie-bigger-default-toolbar-font-size: $text-sm !default;
|
|
90
|
+
$ie-content-text-color-alt1: $content-text-color-alt1 !default;
|
|
91
|
+
$ie-upload-icon-padding: 0 !default;
|
|
92
|
+
$ie-head-wrapper-height: 60px !default;
|
|
93
|
+
$ie-dropdownbtn-preview-size: 18px !default;
|
|
94
|
+
$ie-bigger-dropdown-caret-font-size: $text-xxs !default;
|
|
95
|
+
$ie-bigger-toolbar-left-line-height: 1 !default;
|
|
96
|
+
$ie-bigger-toolbar-border-radius: 0 !default;
|
|
97
|
+
$ie-bigger-img-size-font-size: $text-sm !default;
|
|
98
|
+
$ie-bigger-img-size-line-height: 20px !default;
|
|
99
|
+
$ie-bigger-img-size-margin-top: 9px 0 0 !default;
|
|
100
|
+
$ie-bigger-qat-toolbar-border-radius: 8px !default;
|
|
101
|
+
$ie-bigger-device-finetune-font-size: $text-base !default;
|
|
102
|
+
$ie-bigger-device-finetune-line-height: 24px !default;
|
|
103
|
+
$ie-bigger-head-wrapper-height: 64px !default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@forward './_tailwind3-definition';
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
@use 'sass:color';
|
|
2
|
-
|
|
2
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
3
|
+
@use './theme-variables' as *;
|
|
4
|
+
@use 'ej2-buttons/styles/button/theme-variables' as button-vars;
|
|
5
|
+
@use 'ej2-navigations/styles/toolbar/theme-variables' as tbar-vars;
|
|
3
6
|
@include export-module('image-editor-theme') {
|
|
4
7
|
.e-image-editor {
|
|
5
8
|
background: $image-editor-background;
|
|
@@ -11,17 +14,30 @@
|
|
|
11
14
|
& .e-toolbar-item.e-selected .filterwrapper canvas,
|
|
12
15
|
& .e-toolbar-item:hover .filter-wrapper canvas,
|
|
13
16
|
& .e-toolbar-item.e-selected .filter-wrapper canvas {
|
|
14
|
-
border-color:
|
|
17
|
+
border-color: button-vars.$btn-active-bgcolor !important; /* stylelint-disable-line declaration-no-important */
|
|
15
18
|
}
|
|
16
19
|
|
|
17
20
|
& .e-toolbar-item.e-selected .filterwrapper:focus canvas,
|
|
18
21
|
& .e-toolbar-item.e-selected .filter-wrapper:focus canvas {
|
|
19
|
-
border-color:
|
|
22
|
+
border-color: button-vars.$btn-active-bgcolor !important; /* stylelint-disable-line declaration-no-important */
|
|
20
23
|
}
|
|
21
24
|
}
|
|
22
25
|
|
|
23
26
|
& .e-toolbar {
|
|
24
27
|
& .e-toolbar-items {
|
|
28
|
+
& .e-toolbar-item {
|
|
29
|
+
&.e-ie-resize-height,
|
|
30
|
+
&.e-ie-resize-width,
|
|
31
|
+
&.e-stroke,
|
|
32
|
+
&.e-frame-stroke,
|
|
33
|
+
&.e-size,
|
|
34
|
+
&.e-ie-straighten-span,
|
|
35
|
+
&.e-ie-straighten-value-span {
|
|
36
|
+
@if $skin-name == 'tailwind3' {
|
|
37
|
+
color: $ie-content-text-color;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
}
|
|
25
41
|
& .e-tbar-btn.e-btn {
|
|
26
42
|
& .e-icons {
|
|
27
43
|
@if $skin-name != 'bootstrap4' and $skin-name != 'bootstrap5' and $skin-name != 'bootstrap5.3' and $skin-name != 'bootstrap5-dark' and $skin-name != 'fluent2' {
|
|
@@ -44,8 +60,8 @@
|
|
|
44
60
|
border: none;
|
|
45
61
|
margin-top: $image-editor-ddbtn-margin-top;
|
|
46
62
|
@if $skin-name == 'bootstrap4' or $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' or $skin-name == 'bootstrap5-dark' {
|
|
47
|
-
background:
|
|
48
|
-
color:
|
|
63
|
+
background: tbar-vars.$tbar-default-bg;
|
|
64
|
+
color: tbar-vars.$tbar-default-icon-color;
|
|
49
65
|
}
|
|
50
66
|
@if $skin-name == 'highcontrast' or $skin-name == 'highcontrast-light' {
|
|
51
67
|
border: 2px solid #000;
|
|
@@ -59,20 +75,20 @@
|
|
|
59
75
|
}
|
|
60
76
|
|
|
61
77
|
&:hover {
|
|
62
|
-
background:
|
|
78
|
+
background: tbar-vars.$tbar-hover-bg;
|
|
63
79
|
box-shadow: none;
|
|
64
80
|
@if $skin-name == 'bootstrap5' or $skin-name == 'bootstrap5.3' {
|
|
65
81
|
color: $secondary-text-color;
|
|
66
82
|
}
|
|
67
83
|
@else {
|
|
68
|
-
color:
|
|
84
|
+
color: tbar-vars.$tbar-hover-font;
|
|
69
85
|
}
|
|
70
86
|
}
|
|
71
87
|
|
|
72
88
|
&:focus {
|
|
73
|
-
background:
|
|
89
|
+
background: button-vars.$btn-focus-bgcolor;
|
|
74
90
|
box-shadow: none;
|
|
75
|
-
color:
|
|
91
|
+
color: button-vars.$btn-focus-color;
|
|
76
92
|
@if $skin-name == 'FluentUI' {
|
|
77
93
|
outline: none !important; /* stylelint-disable-line declaration-no-important */
|
|
78
94
|
box-shadow: inset 0 0 0 1px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -106,9 +122,9 @@
|
|
|
106
122
|
}
|
|
107
123
|
|
|
108
124
|
&:active {
|
|
109
|
-
background:
|
|
125
|
+
background: button-vars.$btn-active-bgcolor;
|
|
110
126
|
box-shadow: none;
|
|
111
|
-
color:
|
|
127
|
+
color: button-vars.$btn-active-color;
|
|
112
128
|
}
|
|
113
129
|
}
|
|
114
130
|
|
|
@@ -151,6 +167,38 @@
|
|
|
151
167
|
}
|
|
152
168
|
}
|
|
153
169
|
}
|
|
170
|
+
|
|
171
|
+
& .e-ie-drop-area {
|
|
172
|
+
& .e-ie-drop-content,
|
|
173
|
+
& .e-ie-min-drop-content {
|
|
174
|
+
@if $skin-name == 'tailwind3' {
|
|
175
|
+
color: $ie-content-text-color;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
.e-ie-drop-browse {
|
|
179
|
+
@if $skin-name == 'tailwind3' {
|
|
180
|
+
color: $ie-browse-text-color;
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
.e-ie-drop-info {
|
|
184
|
+
@if $skin-name == 'tailwind3' {
|
|
185
|
+
color: $ie-drop-info-text-color;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
& .e-ie-finetune-slider-label,
|
|
191
|
+
& .e-ie-finetune-value-span {
|
|
192
|
+
@if $skin-name == 'tailwind3' {
|
|
193
|
+
color: $ie-content-text-color;
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
& .filter-wrapper {
|
|
198
|
+
@if $skin-name == 'tailwind3' {
|
|
199
|
+
color: $ie-content-text-color-alt1;
|
|
200
|
+
}
|
|
201
|
+
}
|
|
154
202
|
}
|
|
155
203
|
}
|
|
156
204
|
|