@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
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bds' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bds';
|
|
1
3
|
$image-editor-background: $border-light !default;
|
|
2
4
|
$image-editor-border: 1px solid $border-light !default;
|
|
3
5
|
$image-editor-toolbar-icon-color: $icon-color !default;
|
|
@@ -27,3 +29,52 @@ $image-editor-icon-button: 3px !default;
|
|
|
27
29
|
$image-editor-filter-canvas-focus: $gray-25 !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-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,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
1
3
|
@include export-module('image-editor-bigger') {
|
|
2
4
|
.e-bigger .e-image-editor,
|
|
3
5
|
.e-image-editor.e-bigger {
|
|
@@ -10,6 +12,13 @@
|
|
|
10
12
|
}
|
|
11
13
|
}
|
|
12
14
|
|
|
15
|
+
& .e-ie-head-wrapper {
|
|
16
|
+
align-content: center;
|
|
17
|
+
text-align: center;
|
|
18
|
+
height: auto;
|
|
19
|
+
min-height: $ie-bigger-head-wrapper-height;
|
|
20
|
+
}
|
|
21
|
+
|
|
13
22
|
& .e-toolbar {
|
|
14
23
|
@if $skin-name == 'Material3' {
|
|
15
24
|
height: 140px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -17,6 +26,9 @@
|
|
|
17
26
|
@else {
|
|
18
27
|
height: 130px !important; /* stylelint-disable-line declaration-no-important */
|
|
19
28
|
}
|
|
29
|
+
@if $skin-name == 'tailwind3' {
|
|
30
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
31
|
+
}
|
|
20
32
|
}
|
|
21
33
|
|
|
22
34
|
& .e-frame-wrapper .e-toolbar,
|
|
@@ -25,10 +37,19 @@
|
|
|
25
37
|
}
|
|
26
38
|
}
|
|
27
39
|
|
|
40
|
+
& .e-toolbar-area .e-toolbar {
|
|
41
|
+
@if $skin-name == 'tailwind3' {
|
|
42
|
+
border-radius: $ie-bigger-toolbar-border-radius;
|
|
43
|
+
}
|
|
44
|
+
}
|
|
45
|
+
|
|
28
46
|
& .e-toolbar {
|
|
29
47
|
height: $image-editor-bigger-tbar-height !important; /* stylelint-disable-line declaration-no-important */
|
|
30
48
|
min-height: $image-editor-bigger-tbar-height !important; /* stylelint-disable-line declaration-no-important */
|
|
31
|
-
|
|
49
|
+
@if $skin-name == 'tailwind3' {
|
|
50
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
51
|
+
}
|
|
52
|
+
|
|
32
53
|
& .e-toolbar-items {
|
|
33
54
|
@if $skin-name == 'material' {
|
|
34
55
|
height: $image-editor-bigger-tbar-height !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -39,8 +60,12 @@
|
|
|
39
60
|
& .e-toolbar-items {
|
|
40
61
|
& .e-toolbar-item {
|
|
41
62
|
&.e-ie-resize-height span,
|
|
42
|
-
&.e-ie-resize-width span
|
|
43
|
-
|
|
63
|
+
&.e-ie-resize-width span,
|
|
64
|
+
& .filter-wrapper,
|
|
65
|
+
&.e-stroke,
|
|
66
|
+
&.e-frame-stroke,
|
|
67
|
+
&.e-size {
|
|
68
|
+
font-size: $ie-bigger-default-toolbar-font-size;
|
|
44
69
|
}
|
|
45
70
|
}
|
|
46
71
|
}
|
|
@@ -82,14 +107,18 @@
|
|
|
82
107
|
& .e-text-font-color.e-template {
|
|
83
108
|
& .e-dropdown-btn {
|
|
84
109
|
& .e-icons.e-caret {
|
|
85
|
-
|
|
110
|
+
@if $skin-name != 'tailwind3' {
|
|
111
|
+
margin-top: $ie-bigger-caret-margin-top;
|
|
112
|
+
}
|
|
86
113
|
}
|
|
87
114
|
}
|
|
88
115
|
}
|
|
89
116
|
|
|
90
117
|
& .e-btn-icon.e-dropdownbtn-preview {
|
|
91
|
-
|
|
92
|
-
|
|
118
|
+
@if $skin-name != 'tailwind3' {
|
|
119
|
+
margin-top: $image-editor-bigger-dropdown-btn-preview-top !important; /* stylelint-disable-line declaration-no-important */
|
|
120
|
+
margin-left: $image-editor-bigger-dropdown-btn-preview-left;
|
|
121
|
+
}
|
|
93
122
|
}
|
|
94
123
|
|
|
95
124
|
& .e-dropdown-btn.e-icon-btn {
|
|
@@ -105,7 +134,7 @@
|
|
|
105
134
|
font-size: $image-editor-bigger-tbar-btn-fontsize;
|
|
106
135
|
|
|
107
136
|
& .e-icons.e-caret {
|
|
108
|
-
font-size:
|
|
137
|
+
font-size: $ie-bigger-dropdown-caret-font-size;
|
|
109
138
|
}
|
|
110
139
|
}
|
|
111
140
|
}
|
|
@@ -115,14 +144,14 @@
|
|
|
115
144
|
font-size: $image-editor-bigger-tbar-btn-fontsize;
|
|
116
145
|
|
|
117
146
|
& .e-icons.e-caret {
|
|
118
|
-
font-size:
|
|
147
|
+
font-size: $ie-bigger-dropdown-caret-font-size;
|
|
119
148
|
}
|
|
120
149
|
}
|
|
121
150
|
}
|
|
122
151
|
|
|
123
152
|
&.e-tbar-pos {
|
|
124
153
|
.e-toolbar-left {
|
|
125
|
-
line-height:
|
|
154
|
+
line-height: $ie-bigger-toolbar-left-line-height;
|
|
126
155
|
}
|
|
127
156
|
}
|
|
128
157
|
}
|
|
@@ -134,6 +163,29 @@
|
|
|
134
163
|
}
|
|
135
164
|
}
|
|
136
165
|
|
|
166
|
+
& .e-ie-save-dialog .e-ie-img-size {
|
|
167
|
+
@if $skin-name == 'tailwind3' {
|
|
168
|
+
font-size: $ie-bigger-img-size-font-size;
|
|
169
|
+
line-height: $ie-bigger-img-size-line-height;
|
|
170
|
+
margin: $ie-bigger-img-size-margin-top;
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
& .e-quick-access-toolbar-area .e-toolbar {
|
|
175
|
+
@if $skin-name == 'tailwind3' {
|
|
176
|
+
border-radius: $ie-bigger-qat-toolbar-border-radius;
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
& .e-ie-finetune-slider-label,
|
|
181
|
+
& .e-ie-finetune-value-span,
|
|
182
|
+
& .e-ie-redact-value-span {
|
|
183
|
+
font-size: $ie-bigger-device-finetune-font-size;
|
|
184
|
+
line-height: $ie-bigger-device-finetune-line-height;
|
|
185
|
+
letter-spacing: $ie-finetune-letter-spacing;
|
|
186
|
+
font-weight: $ie-finetune-letter-spacing;
|
|
187
|
+
}
|
|
188
|
+
|
|
137
189
|
& .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn,
|
|
138
190
|
& .e-blr-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn {
|
|
139
191
|
@if $skin-name == 'Material3' {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap-dark';
|
|
1
3
|
$image-editor-background: $grey-e6 !default;
|
|
2
4
|
$image-editor-border: 1px solid $grey-cc !default;
|
|
3
5
|
$image-editor-toolbar-icon-color: $grey-dark-font !default;
|
|
@@ -27,3 +29,52 @@ $image-editor-icon-button: 3px !default;
|
|
|
27
29
|
$image-editor-filter-canvas-focus: $grey-dark-font !default;
|
|
28
30
|
$image-editor-button-label-mobile: 12px !default;
|
|
29
31
|
$image-editor-button-width-mobile: calc(66% - 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,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap';
|
|
1
3
|
$image-editor-background: $grey-e6 !default;
|
|
2
4
|
$image-editor-border: 1px solid $grey-cc !default;
|
|
3
5
|
$image-editor-toolbar-icon-color: $gray-dark !default;
|
|
@@ -27,3 +29,52 @@ $image-editor-icon-button: 2px !default;
|
|
|
27
29
|
$image-editor-filter-canvas-focus: $grey-light-font !default;
|
|
28
30
|
$image-editor-button-label-mobile: 12px !default;
|
|
29
31
|
$image-editor-button-width-mobile: calc(66% - 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,3 +1,6 @@
|
|
|
1
|
+
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/definition/bootstrap4' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap4';
|
|
1
4
|
$image-editor-background: $gray-200 !default;
|
|
2
5
|
$image-editor-border: 1px solid $gray-300 !default;
|
|
3
6
|
$image-editor-toolbar-icon-color: $gray-700 !default;
|
|
@@ -27,3 +30,55 @@ $image-editor-icon-button: 2px !default;
|
|
|
27
30
|
$image-editor-filter-canvas-focus: $black !default;
|
|
28
31
|
$image-editor-button-label-mobile: 12px !default;
|
|
29
32
|
$image-editor-button-width-mobile: calc(66% - 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;
|
|
82
|
+
$btn-focus-bgcolor: color.adjust($gray-600, $lightness: -7%) !default;
|
|
83
|
+
$btn-focus-border-color: color.adjust($gray-600, $lightness: -5%) !default;
|
|
84
|
+
$drop-down-btn-selected-color: $white !default;
|
|
@@ -1 +1,81 @@
|
|
|
1
|
-
@
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap5-dark';
|
|
3
|
+
|
|
4
|
+
$image-editor-background: $border-light !default;
|
|
5
|
+
$image-editor-border: 1px solid $content-bg-color-alt2 !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: $secondary-bg-color-focus !default;
|
|
9
|
+
$image-editor-ddbtn-margin-top: -1px !default;
|
|
10
|
+
$image-editor-tbar-height: 40px !default;
|
|
11
|
+
$image-editor-bigger-tbar-height: 46px !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-alt1 !default;
|
|
15
|
+
$image-editor-drop-border: 2px dashed $icon-color !default;
|
|
16
|
+
$image-editor-dropdown-btn-preview-top: -4px !default;
|
|
17
|
+
$image-editor-dropdown-btn-preview-left: -4px !default;
|
|
18
|
+
$image-editor-bigger-dropdown-btn-preview-top: -4px !default;
|
|
19
|
+
$image-editor-bigger-dropdown-btn-preview-left: -4px !default;
|
|
20
|
+
$image-editor-slider-handler: calc(50% - 5px) !default;
|
|
21
|
+
$image-editor-bigger-slider-handler: calc(50% - 6px) !default;
|
|
22
|
+
$image-editor-device-slider-handler: calc(50% - 8px) !default;
|
|
23
|
+
$image-editor-finetune-value-span: 29% !default;
|
|
24
|
+
$image-editor-finetune-span: 29% !default;
|
|
25
|
+
$image-editor-save-dlg-big-btn-pad: 4px 15px !default;
|
|
26
|
+
$image-editor-save-dlg-grp-btn-padding: 4px 12px !default;
|
|
27
|
+
$image-editor-save-dlg-dev-grp-btn-padding: 6px 13px !default;
|
|
28
|
+
$image-editor-button-label: 15px !default;
|
|
29
|
+
$image-editor-icon-button: 4px !default;
|
|
30
|
+
$image-editor-filter-canvas-focus: $icon-color !default;
|
|
31
|
+
$image-editor-button-label-mobile: 11px !default;
|
|
32
|
+
$image-editor-button-width-mobile: calc(67% - 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/bootstrap5' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap5';
|
|
3
|
+
|
|
1
4
|
$image-editor-background: $border-light !default;
|
|
2
5
|
$image-editor-border: 1px solid $content-bg-color-alt2 !default;
|
|
3
6
|
$image-editor-toolbar-icon-color: $icon-color !default;
|
|
@@ -27,3 +30,52 @@ $image-editor-icon-button: 4px !default;
|
|
|
27
30
|
$image-editor-filter-canvas-focus: $icon-color !default;
|
|
28
31
|
$image-editor-button-label-mobile: 11px !default;
|
|
29
32
|
$image-editor-button-width-mobile: calc(67% - 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,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/bootstrap5.3' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/bootstrap5.3';
|
|
1
3
|
$image-editor-background: $border-light !default;
|
|
2
4
|
$image-editor-border: 1px solid $content-bg-color-alt2 !default;
|
|
3
5
|
$image-editor-toolbar-icon-color: $icon-color !default;
|
|
@@ -27,3 +29,52 @@ $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-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,3 +1,5 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fabric-dark' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/fabric-dark';
|
|
1
3
|
$image-editor-background: $neutral-white !default;
|
|
2
4
|
$image-editor-border: 1px solid $neutral-light !default;
|
|
3
5
|
$image-editor-toolbar-icon-color: $neutral-light-font !default;
|
|
@@ -27,3 +29,52 @@ $image-editor-icon-button: 4px !default;
|
|
|
27
29
|
$image-editor-filter-canvas-focus: $neutral-light-fontalt !default;
|
|
28
30
|
$image-editor-button-label-mobile: 7px !default;
|
|
29
31
|
$image-editor-button-width-mobile: calc(64% - 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;
|