@syncfusion/ej2-image-editor 31.2.16 → 32.1.24
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 +3 -13
- package/aceconfig.js +17 -0
- package/dist/ej2-image-editor.umd.min.js +2 -2
- 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 +2 -2
- package/dist/global/ej2-image-editor.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- 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 +133 -57
- package/styles/bds-lite.scss +12 -13
- package/styles/bds.css +161 -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 +59 -57
- package/styles/bootstrap5-dark-lite.scss +12 -13
- package/styles/bootstrap5-dark.css +83 -60
- package/styles/bootstrap5-dark.scss +13 -14
- package/styles/bootstrap5-lite.css +59 -57
- package/styles/bootstrap5-lite.scss +13 -13
- package/styles/bootstrap5.3-lite.css +475 -57
- package/styles/bootstrap5.3-lite.scss +13 -13
- package/styles/bootstrap5.3.css +583 -60
- package/styles/bootstrap5.3.scss +14 -14
- package/styles/bootstrap5.css +83 -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 +483 -60
- package/styles/fluent2-lite.scss +13 -13
- package/styles/fluent2.css +593 -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.bds.scss +2 -0
- package/styles/image-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/image-editor/_all.bootstrap.scss +2 -0
- package/styles/image-editor/_all.bootstrap4.scss +2 -0
- package/styles/image-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/image-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/image-editor/_all.bootstrap5.scss +2 -0
- package/styles/image-editor/_all.fabric-dark.scss +2 -0
- package/styles/image-editor/_all.fabric.scss +2 -0
- package/styles/image-editor/_all.fluent-dark.scss +2 -0
- package/styles/image-editor/_all.fluent.scss +2 -0
- package/styles/image-editor/_all.fluent2.scss +2 -0
- package/styles/image-editor/_all.highcontrast-light.scss +2 -0
- package/styles/image-editor/_all.highcontrast.scss +2 -0
- package/styles/image-editor/_all.material-dark.scss +2 -0
- package/styles/image-editor/_all.material.scss +2 -0
- package/styles/image-editor/_all.material3-dark.scss +2 -0
- package/styles/image-editor/_all.material3.scss +2 -0
- package/styles/image-editor/_all.scss +2 -2
- package/styles/image-editor/_all.tailwind-dark.scss +2 -0
- package/styles/image-editor/_all.tailwind.scss +2 -0
- package/styles/image-editor/_all.tailwind3.scss +2 -0
- package/styles/image-editor/_bds-definition.scss +51 -0
- package/styles/image-editor/_bigger.bds.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/image-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/image-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/image-editor/_bigger.fabric.scss +3 -0
- package/styles/image-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/image-editor/_bigger.fluent.scss +3 -0
- package/styles/image-editor/_bigger.fluent2.scss +3 -0
- package/styles/image-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/image-editor/_bigger.highcontrast.scss +3 -0
- package/styles/image-editor/_bigger.material-dark.scss +3 -0
- package/styles/image-editor/_bigger.material.scss +3 -0
- package/styles/image-editor/_bigger.material3-dark.scss +3 -0
- package/styles/image-editor/_bigger.material3.scss +3 -0
- package/styles/image-editor/_bigger.scss +60 -9
- package/styles/image-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/image-editor/_bigger.tailwind.scss +3 -0
- package/styles/image-editor/_bigger.tailwind3.scss +3 -0
- 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.bds.scss +3 -0
- package/styles/image-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/image-editor/_layout.bootstrap.scss +3 -0
- package/styles/image-editor/_layout.bootstrap4.scss +3 -0
- package/styles/image-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/image-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/image-editor/_layout.bootstrap5.scss +3 -0
- package/styles/image-editor/_layout.fabric-dark.scss +3 -0
- package/styles/image-editor/_layout.fabric.scss +3 -0
- package/styles/image-editor/_layout.fluent-dark.scss +3 -0
- package/styles/image-editor/_layout.fluent.scss +3 -0
- package/styles/image-editor/_layout.fluent2.scss +3 -0
- package/styles/image-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/image-editor/_layout.highcontrast.scss +3 -0
- package/styles/image-editor/_layout.material-dark.scss +3 -0
- package/styles/image-editor/_layout.material.scss +3 -0
- package/styles/image-editor/_layout.material3-dark.scss +3 -0
- package/styles/image-editor/_layout.material3.scss +3 -0
- package/styles/image-editor/_layout.scss +197 -115
- package/styles/image-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/image-editor/_layout.tailwind.scss +3 -0
- package/styles/image-editor/_layout.tailwind3.scss +3 -0
- 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.bds.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/image-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/image-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.fabric.scss +1 -0
- package/styles/image-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.fluent.scss +1 -0
- package/styles/image-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/image-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/image-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/image-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.material.scss +1 -0
- package/styles/image-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.material3.scss +1 -0
- package/styles/image-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/image-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/image-editor/_theme-variables.tailwind3.scss +1 -0
- package/styles/image-editor/_theme.bds.scss +6 -0
- package/styles/image-editor/_theme.bootstrap-dark.scss +6 -0
- package/styles/image-editor/_theme.bootstrap.scss +6 -0
- package/styles/image-editor/_theme.bootstrap4.scss +6 -0
- package/styles/image-editor/_theme.bootstrap5-dark.scss +6 -0
- package/styles/image-editor/_theme.bootstrap5.3.scss +6 -0
- package/styles/image-editor/_theme.bootstrap5.scss +6 -0
- package/styles/image-editor/_theme.fabric-dark.scss +6 -0
- package/styles/image-editor/_theme.fabric.scss +6 -0
- package/styles/image-editor/_theme.fluent-dark.scss +6 -0
- package/styles/image-editor/_theme.fluent.scss +6 -0
- package/styles/image-editor/_theme.fluent2.scss +6 -0
- package/styles/image-editor/_theme.highcontrast-light.scss +6 -0
- package/styles/image-editor/_theme.highcontrast.scss +6 -0
- package/styles/image-editor/_theme.material-dark.scss +6 -0
- package/styles/image-editor/_theme.material.scss +6 -0
- package/styles/image-editor/_theme.material3-dark.scss +6 -0
- package/styles/image-editor/_theme.material3.scss +6 -0
- package/styles/image-editor/_theme.scss +46 -1
- package/styles/image-editor/_theme.tailwind-dark.scss +6 -0
- package/styles/image-editor/_theme.tailwind.scss +6 -0
- package/styles/image-editor/_theme.tailwind3.scss +6 -0
- package/styles/image-editor/bds.css +161 -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 +83 -60
- package/styles/image-editor/bootstrap5-dark.scss +14 -14
- package/styles/image-editor/bootstrap5.3.css +583 -60
- package/styles/image-editor/bootstrap5.3.scss +14 -14
- package/styles/image-editor/bootstrap5.css +83 -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 +593 -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 +93 -60
- package/styles/image-editor/material-dark.scss +14 -14
- package/styles/image-editor/material.css +93 -60
- package/styles/image-editor/material.scss +14 -14
- package/styles/image-editor/material3-dark.css +572 -60
- package/styles/image-editor/material3-dark.scss +14 -15
- package/styles/image-editor/material3.css +582 -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 +606 -84
- package/styles/image-editor/tailwind3.scss +14 -14
- package/styles/material-dark-lite.css +69 -57
- package/styles/material-dark-lite.scss +13 -13
- package/styles/material-dark.css +93 -60
- package/styles/material-dark.scss +14 -14
- package/styles/material-lite.css +69 -57
- package/styles/material-lite.scss +12 -13
- package/styles/material.css +93 -60
- package/styles/material.scss +13 -14
- package/styles/material3-dark-lite.css +466 -57
- package/styles/material3-dark-lite.scss +13 -13
- package/styles/material3-dark.css +572 -60
- package/styles/material3-dark.scss +14 -16
- package/styles/material3-lite.css +474 -57
- package/styles/material3-lite.scss +13 -13
- package/styles/material3.css +582 -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 +492 -72
- package/styles/tailwind3-lite.scss +13 -13
- package/styles/tailwind3.css +606 -84
- package/styles/tailwind3.scss +14 -14
|
@@ -2,6 +2,86 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
/* Font Family */
|
|
10
|
+
/* Font Sizes */
|
|
11
|
+
/* Radius */
|
|
12
|
+
/* 1px */
|
|
13
|
+
/* 2px */
|
|
14
|
+
/* 3px */
|
|
15
|
+
/* 4px */
|
|
16
|
+
/* 5px */
|
|
17
|
+
/* 6px */
|
|
18
|
+
/* 7px */
|
|
19
|
+
/* 8px */
|
|
20
|
+
/* 9px */
|
|
21
|
+
/* 10px */
|
|
22
|
+
/* 11px */
|
|
23
|
+
/* 12px */
|
|
24
|
+
/* 13px */
|
|
25
|
+
/* 14px */
|
|
26
|
+
/* 15px */
|
|
27
|
+
/* 16px */
|
|
28
|
+
/* 17px */
|
|
29
|
+
/* 18px */
|
|
30
|
+
/* 19px */
|
|
31
|
+
/* 20px */
|
|
32
|
+
/* 21px */
|
|
33
|
+
/* 22px */
|
|
34
|
+
/* 23px */
|
|
35
|
+
/* 24px */
|
|
36
|
+
/* 25px */
|
|
37
|
+
/* 26px */
|
|
38
|
+
/* 27px */
|
|
39
|
+
/* 28px */
|
|
40
|
+
/* 29px */
|
|
41
|
+
/* 30px */
|
|
42
|
+
/* 31px */
|
|
43
|
+
/* 32px */
|
|
44
|
+
/* 33px */
|
|
45
|
+
/* 34px */
|
|
46
|
+
/* 35px */
|
|
47
|
+
/* 36px */
|
|
48
|
+
/* 37px */
|
|
49
|
+
/* 38px */
|
|
50
|
+
/* 39px */
|
|
51
|
+
/* 40px */
|
|
52
|
+
/* 41px */
|
|
53
|
+
/* 42px */
|
|
54
|
+
/* 43px */
|
|
55
|
+
/* 44px */
|
|
56
|
+
/* 45px */
|
|
57
|
+
/* 46px */
|
|
58
|
+
/* 47px */
|
|
59
|
+
/* 48px */
|
|
60
|
+
/* 49px */
|
|
61
|
+
/* 50px */
|
|
62
|
+
/* 5em */
|
|
63
|
+
/* 65% */
|
|
64
|
+
/* border */
|
|
65
|
+
/* 0px */
|
|
66
|
+
/* 1px */
|
|
67
|
+
/* 1.5px */
|
|
68
|
+
/* 2px */
|
|
69
|
+
/* 3px */
|
|
70
|
+
/* 4px */
|
|
71
|
+
/* 5px */
|
|
72
|
+
/* 6px */
|
|
73
|
+
/* 7px */
|
|
74
|
+
/* 8px */
|
|
75
|
+
/* 9px */
|
|
76
|
+
/* 10px */
|
|
77
|
+
/* 11px */
|
|
78
|
+
/* 12px */
|
|
79
|
+
/* 13px */
|
|
80
|
+
/* 14px */
|
|
81
|
+
/* 15px */
|
|
82
|
+
/* 16px */
|
|
83
|
+
|
|
84
|
+
|
|
5
85
|
/* stylelint-disable-line no-empty-source */
|
|
6
86
|
/* stylelint-disable */
|
|
7
87
|
/* stylelint-disable property-no-vendor-prefix */
|
|
@@ -197,6 +277,90 @@
|
|
|
197
277
|
content: "\e931";
|
|
198
278
|
}
|
|
199
279
|
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
/* Font Family */
|
|
289
|
+
/* Font Sizes */
|
|
290
|
+
/* Radius */
|
|
291
|
+
/* 1px */
|
|
292
|
+
/* 2px */
|
|
293
|
+
/* 3px */
|
|
294
|
+
/* 4px */
|
|
295
|
+
/* 5px */
|
|
296
|
+
/* 6px */
|
|
297
|
+
/* 7px */
|
|
298
|
+
/* 8px */
|
|
299
|
+
/* 9px */
|
|
300
|
+
/* 10px */
|
|
301
|
+
/* 11px */
|
|
302
|
+
/* 12px */
|
|
303
|
+
/* 13px */
|
|
304
|
+
/* 14px */
|
|
305
|
+
/* 15px */
|
|
306
|
+
/* 16px */
|
|
307
|
+
/* 17px */
|
|
308
|
+
/* 18px */
|
|
309
|
+
/* 19px */
|
|
310
|
+
/* 20px */
|
|
311
|
+
/* 21px */
|
|
312
|
+
/* 22px */
|
|
313
|
+
/* 23px */
|
|
314
|
+
/* 24px */
|
|
315
|
+
/* 25px */
|
|
316
|
+
/* 26px */
|
|
317
|
+
/* 27px */
|
|
318
|
+
/* 28px */
|
|
319
|
+
/* 29px */
|
|
320
|
+
/* 30px */
|
|
321
|
+
/* 31px */
|
|
322
|
+
/* 32px */
|
|
323
|
+
/* 33px */
|
|
324
|
+
/* 34px */
|
|
325
|
+
/* 35px */
|
|
326
|
+
/* 36px */
|
|
327
|
+
/* 37px */
|
|
328
|
+
/* 38px */
|
|
329
|
+
/* 39px */
|
|
330
|
+
/* 40px */
|
|
331
|
+
/* 41px */
|
|
332
|
+
/* 42px */
|
|
333
|
+
/* 43px */
|
|
334
|
+
/* 44px */
|
|
335
|
+
/* 45px */
|
|
336
|
+
/* 46px */
|
|
337
|
+
/* 47px */
|
|
338
|
+
/* 48px */
|
|
339
|
+
/* 49px */
|
|
340
|
+
/* 50px */
|
|
341
|
+
/* 5em */
|
|
342
|
+
/* 65% */
|
|
343
|
+
/* border */
|
|
344
|
+
/* 0px */
|
|
345
|
+
/* 1px */
|
|
346
|
+
/* 1.5px */
|
|
347
|
+
/* 2px */
|
|
348
|
+
/* 3px */
|
|
349
|
+
/* 4px */
|
|
350
|
+
/* 5px */
|
|
351
|
+
/* 6px */
|
|
352
|
+
/* 7px */
|
|
353
|
+
/* 8px */
|
|
354
|
+
/* 9px */
|
|
355
|
+
/* 10px */
|
|
356
|
+
/* 11px */
|
|
357
|
+
/* 12px */
|
|
358
|
+
/* 13px */
|
|
359
|
+
/* 14px */
|
|
360
|
+
/* 15px */
|
|
361
|
+
/* 16px */
|
|
362
|
+
|
|
363
|
+
|
|
200
364
|
.e-ie-toolbar-upload-div.e-hide,
|
|
201
365
|
.e-ie-toolbar-upload-btn.e-hide,
|
|
202
366
|
.e-ie-img-quality-slider,
|
|
@@ -207,16 +371,6 @@
|
|
|
207
371
|
.e-device.e-image-editor .e-img-font-style.e-template {
|
|
208
372
|
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
209
373
|
}
|
|
210
|
-
.e-device.e-image-editor .e-slider-container {
|
|
211
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
212
|
-
height: 54px !important; /* stylelint-disable-line declaration-no-important */
|
|
213
|
-
}
|
|
214
|
-
.e-device.e-image-editor .e-straighten-slider {
|
|
215
|
-
margin-left: calc(50% - 70px) !important; /* stylelint-disable-line declaration-no-important */
|
|
216
|
-
}
|
|
217
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
218
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
219
|
-
}
|
|
220
374
|
.e-device.e-image-editor .e-hscroll .e-scroll-nav.e-scroll-right-nav, .e-device.e-image-editor .e-scroll-right-overlay {
|
|
221
375
|
display: none !important; /* stylelint-disable-line declaration-no-important */
|
|
222
376
|
}
|
|
@@ -264,8 +418,8 @@
|
|
|
264
418
|
height: calc(100% - 18px);
|
|
265
419
|
width: calc(100% - 20px);
|
|
266
420
|
border: 2px dashed rgba(var(--color-sf-on-surface-variant));
|
|
267
|
-
border-radius: 10px;
|
|
268
421
|
margin: 10px;
|
|
422
|
+
border-radius: 10px;
|
|
269
423
|
}
|
|
270
424
|
.e-image-editor .e-ie-drop-area .e-upload {
|
|
271
425
|
display: none;
|
|
@@ -276,24 +430,30 @@
|
|
|
276
430
|
.e-image-editor .e-ie-drop-area .e-ie-drop-icon {
|
|
277
431
|
top: calc(50% - 60px);
|
|
278
432
|
left: calc(50% - 25px);
|
|
433
|
+
position: absolute;
|
|
279
434
|
}
|
|
280
435
|
.e-image-editor .e-ie-drop-area .e-ie-drop-content {
|
|
281
436
|
top: 50%;
|
|
282
437
|
left: calc(50% - 160px);
|
|
283
438
|
font-size: 14px;
|
|
439
|
+
position: absolute;
|
|
440
|
+
}
|
|
441
|
+
.e-image-editor .e-ie-drop-area .e-ie-drop-browse {
|
|
442
|
+
text-decoration: none;
|
|
284
443
|
}
|
|
285
444
|
.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
286
445
|
top: calc(50% + 40px);
|
|
287
446
|
left: 50%;
|
|
447
|
+
font-size: 14px;
|
|
448
|
+
position: absolute;
|
|
288
449
|
-webkit-transform: translate(-50%, -50%);
|
|
289
450
|
transform: translate(-50%, -50%);
|
|
290
|
-
position: absolute;
|
|
291
|
-
font-size: 14px;
|
|
292
451
|
}
|
|
293
452
|
.e-image-editor .e-ie-drop-area .e-ie-min-drop-content {
|
|
294
453
|
left: calc(50% - 120px);
|
|
295
454
|
top: 50%;
|
|
296
455
|
font-size: 14px;
|
|
456
|
+
position: absolute;
|
|
297
457
|
}
|
|
298
458
|
.e-image-editor .e-toolbar {
|
|
299
459
|
border: none;
|
|
@@ -302,9 +462,14 @@
|
|
|
302
462
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-height {
|
|
303
463
|
margin-left: 20px;
|
|
304
464
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
465
|
+
font-size: 12px;
|
|
305
466
|
}
|
|
306
467
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item.e-ie-resize-width {
|
|
307
468
|
min-width: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
469
|
+
font-size: 12px;
|
|
470
|
+
}
|
|
471
|
+
.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 {
|
|
472
|
+
font-size: 12px;
|
|
308
473
|
}
|
|
309
474
|
.e-image-editor .e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
310
475
|
font-size: 16px;
|
|
@@ -365,6 +530,13 @@
|
|
|
365
530
|
width: 100%;
|
|
366
531
|
z-index: 1;
|
|
367
532
|
}
|
|
533
|
+
.e-image-editor .e-contextual-toolbar-wrapper .e-ie-head-wrapper {
|
|
534
|
+
-ms-flex-line-pack: center;
|
|
535
|
+
align-content: center;
|
|
536
|
+
text-align: center;
|
|
537
|
+
height: auto;
|
|
538
|
+
min-height: 58px;
|
|
539
|
+
}
|
|
368
540
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar {
|
|
369
541
|
border-bottom: none !important; /* stylelint-disable-line declaration-no-important */
|
|
370
542
|
height: 140px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -412,6 +584,7 @@
|
|
|
412
584
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper {
|
|
413
585
|
-webkit-box-sizing: content-box;
|
|
414
586
|
box-sizing: content-box;
|
|
587
|
+
font-size: 12px;
|
|
415
588
|
}
|
|
416
589
|
.e-image-editor .e-contextual-toolbar-wrapper .e-toolbar-item .filter-wrapper div {
|
|
417
590
|
text-align: center;
|
|
@@ -421,8 +594,8 @@
|
|
|
421
594
|
height: 100px;
|
|
422
595
|
}
|
|
423
596
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container {
|
|
424
|
-
margin
|
|
425
|
-
height:
|
|
597
|
+
margin: 0 16px 1px 16px;
|
|
598
|
+
height: auto;
|
|
426
599
|
}
|
|
427
600
|
.e-image-editor .e-contextual-toolbar-wrapper .e-slider-container .e-slider .e-handle {
|
|
428
601
|
height: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
@@ -437,6 +610,15 @@
|
|
|
437
610
|
.e-image-editor .e-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn, .e-image-editor .e-blr-ie-save-dialog .e-dialog .e-dlg-content .e-ie-dlg-right-content .e-dropdown-btn {
|
|
438
611
|
padding: 8px 13px;
|
|
439
612
|
}
|
|
613
|
+
.e-image-editor .e-ie-finetune-slider-wrap {
|
|
614
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
615
|
+
}
|
|
616
|
+
.e-image-editor .e-ie-finetune-slider-label, .e-image-editor .e-ie-finetune-value-span, .e-image-editor .e-ie-redact-value-span {
|
|
617
|
+
font-size: 14px;
|
|
618
|
+
line-height: 20px;
|
|
619
|
+
letter-spacing: normal;
|
|
620
|
+
font-weight: 400;
|
|
621
|
+
}
|
|
440
622
|
|
|
441
623
|
.e-ie-img-save-dlg .e-btn {
|
|
442
624
|
background: transparent;
|
|
@@ -456,10 +638,18 @@
|
|
|
456
638
|
padding-right: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
457
639
|
}
|
|
458
640
|
|
|
641
|
+
.e-device.e-image-editor .e-ie-straighten-value-span,
|
|
642
|
+
.e-device.e-image-editor .e-ie-straighten-span,
|
|
643
|
+
.e-device.e-image-editor .e-ie-toolbar-straighten {
|
|
644
|
+
font-size: 14px !important; /* stylelint-disable-line declaration-no-important */
|
|
645
|
+
padding-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
646
|
+
padding-right: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
647
|
+
}
|
|
648
|
+
|
|
459
649
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal {
|
|
460
650
|
height: auto;
|
|
461
|
-
margin-left: 8px;
|
|
462
651
|
padding-right: 2px;
|
|
652
|
+
margin-left: 8px;
|
|
463
653
|
}
|
|
464
654
|
|
|
465
655
|
.e-straighten .e-control-wrapper.e-slider-container.e-horizontal .e-slider {
|
|
@@ -477,14 +667,6 @@
|
|
|
477
667
|
width: 16px !important; /* stylelint-disable-line declaration-no-important */
|
|
478
668
|
}
|
|
479
669
|
|
|
480
|
-
.e-ie-finetune-value-span {
|
|
481
|
-
top: 33% !important; /* stylelint-disable-line declaration-no-important */
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
.e-ie-finetune-slider-label {
|
|
485
|
-
top: 33% !important; /* stylelint-disable-line declaration-no-important */
|
|
486
|
-
}
|
|
487
|
-
|
|
488
670
|
.e-ie-finetune-slider-wrap {
|
|
489
671
|
top: calc(50% - 11px) !important; /* stylelint-disable-line declaration-no-important */
|
|
490
672
|
}
|
|
@@ -498,7 +680,8 @@
|
|
|
498
680
|
}
|
|
499
681
|
|
|
500
682
|
.e-ie-slider-wrap {
|
|
501
|
-
|
|
683
|
+
height: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
684
|
+
top: auto !important; /* stylelint-disable-line declaration-no-important */
|
|
502
685
|
}
|
|
503
686
|
|
|
504
687
|
.e-dropdown-popup.e-ie-crop-ddb-popup ul {
|
|
@@ -510,10 +693,6 @@
|
|
|
510
693
|
background: none !important; /* stylelint-disable-line declaration-no-important */
|
|
511
694
|
}
|
|
512
695
|
|
|
513
|
-
.e-device.e-image-editor .e-ie-device-transparency-slider {
|
|
514
|
-
margin-left: calc(50% - 80px) !important; /* stylelint-disable-line declaration-no-important */
|
|
515
|
-
}
|
|
516
|
-
|
|
517
696
|
.e-ie-quality-slider.e-control-wrapper.e-slider-container.e-horizontal,
|
|
518
697
|
.e-ie-quality-option-container .e-slider-container.e-horizontal {
|
|
519
698
|
height: 28px;
|
|
@@ -572,6 +751,7 @@
|
|
|
572
751
|
-webkit-box-pack: start;
|
|
573
752
|
-ms-flex-pack: start;
|
|
574
753
|
justify-content: flex-start;
|
|
754
|
+
text-align: center;
|
|
575
755
|
}
|
|
576
756
|
|
|
577
757
|
.e-ie-dlg-right-content {
|
|
@@ -580,13 +760,14 @@
|
|
|
580
760
|
|
|
581
761
|
.e-ie-img-save-name {
|
|
582
762
|
display: inline-block;
|
|
583
|
-
margin-right: 10px;
|
|
584
763
|
width: calc(69% - 13px);
|
|
764
|
+
margin-right: 10px;
|
|
585
765
|
}
|
|
586
766
|
|
|
587
767
|
.e-ie-img-save-dlg {
|
|
588
768
|
display: inline-block;
|
|
589
|
-
width:
|
|
769
|
+
width: auto;
|
|
770
|
+
min-width: 92px;
|
|
590
771
|
}
|
|
591
772
|
|
|
592
773
|
.e-ie-img-save-dlg .e-btn {
|
|
@@ -594,8 +775,8 @@
|
|
|
594
775
|
}
|
|
595
776
|
|
|
596
777
|
.e-ie-img-label-name {
|
|
597
|
-
margin-bottom: 5px;
|
|
598
778
|
display: block;
|
|
779
|
+
margin-bottom: 5px;
|
|
599
780
|
}
|
|
600
781
|
|
|
601
782
|
.e-ie-img-quality-name {
|
|
@@ -646,11 +827,11 @@
|
|
|
646
827
|
}
|
|
647
828
|
|
|
648
829
|
.e-ie-img-icon-button {
|
|
649
|
-
margin-left: 10px;
|
|
650
830
|
width: -webkit-max-content;
|
|
651
831
|
width: -moz-max-content;
|
|
652
832
|
width: max-content;
|
|
653
833
|
margin-bottom: 3px;
|
|
834
|
+
margin-left: 10px;
|
|
654
835
|
}
|
|
655
836
|
|
|
656
837
|
.e-ie-quality-option-container .e-btn-group .e-btn {
|
|
@@ -686,10 +867,6 @@
|
|
|
686
867
|
.e-blr-ie-save-dialog.e-device .e-ie-quality-option-container .e-ie-img-icon-button {
|
|
687
868
|
margin-left: 0;
|
|
688
869
|
}
|
|
689
|
-
.e-blr-ie-save-dialog.e-device .e-slider-container {
|
|
690
|
-
margin-left: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
691
|
-
height: 28px !important; /* stylelint-disable-line declaration-no-important */
|
|
692
|
-
}
|
|
693
870
|
.e-blr-ie-save-dialog.e-device .e-ie-img-size-value-span {
|
|
694
871
|
margin-left: calc(73% - 100px) !important; /* stylelint-disable-line declaration-no-important */
|
|
695
872
|
}
|
|
@@ -701,14 +878,6 @@
|
|
|
701
878
|
margin-left: 30px !important; /* stylelint-disable-line declaration-no-important */
|
|
702
879
|
}
|
|
703
880
|
|
|
704
|
-
.e-ie-straighten-value-span {
|
|
705
|
-
margin-left: 7px !important; /* stylelint-disable-line declaration-no-important */
|
|
706
|
-
}
|
|
707
|
-
|
|
708
|
-
.e-device.e-image-editor .e-ie-straighten-value-span {
|
|
709
|
-
margin-left: 15px !important; /* stylelint-disable-line declaration-no-important */
|
|
710
|
-
}
|
|
711
|
-
|
|
712
881
|
@media only screen and (max-width: 390px) {
|
|
713
882
|
.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 {
|
|
714
883
|
padding-left: 12px;
|
|
@@ -718,17 +887,13 @@
|
|
|
718
887
|
width: calc(65% - 30px) !important; /* stylelint-disable-line declaration-no-important */
|
|
719
888
|
}
|
|
720
889
|
}
|
|
721
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span {
|
|
731
|
-
margin-left: 10px !important; /* stylelint-disable-line declaration-no-important */
|
|
890
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-slider-label,
|
|
891
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-finetune-value-span,
|
|
892
|
+
.e-device.e-image-editor .e-contextual-toolbar-wrapper .e-ie-redact-value-span {
|
|
893
|
+
font-size: 16px;
|
|
894
|
+
line-height: 24px;
|
|
895
|
+
letter-spacing: normal;
|
|
896
|
+
font-weight: normal;
|
|
732
897
|
}
|
|
733
898
|
|
|
734
899
|
.e-device.e-image-editor .e-ie-drop-area .e-ie-drop-info {
|
|
@@ -748,6 +913,259 @@
|
|
|
748
913
|
top: calc(50% - 9px) !important; /* stylelint-disable-line declaration-no-important */
|
|
749
914
|
}
|
|
750
915
|
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
/* Font Family */
|
|
925
|
+
/* Font Sizes */
|
|
926
|
+
/* Radius */
|
|
927
|
+
/* 1px */
|
|
928
|
+
/* 2px */
|
|
929
|
+
/* 3px */
|
|
930
|
+
/* 4px */
|
|
931
|
+
/* 5px */
|
|
932
|
+
/* 6px */
|
|
933
|
+
/* 7px */
|
|
934
|
+
/* 8px */
|
|
935
|
+
/* 9px */
|
|
936
|
+
/* 10px */
|
|
937
|
+
/* 11px */
|
|
938
|
+
/* 12px */
|
|
939
|
+
/* 13px */
|
|
940
|
+
/* 14px */
|
|
941
|
+
/* 15px */
|
|
942
|
+
/* 16px */
|
|
943
|
+
/* 17px */
|
|
944
|
+
/* 18px */
|
|
945
|
+
/* 19px */
|
|
946
|
+
/* 20px */
|
|
947
|
+
/* 21px */
|
|
948
|
+
/* 22px */
|
|
949
|
+
/* 23px */
|
|
950
|
+
/* 24px */
|
|
951
|
+
/* 25px */
|
|
952
|
+
/* 26px */
|
|
953
|
+
/* 27px */
|
|
954
|
+
/* 28px */
|
|
955
|
+
/* 29px */
|
|
956
|
+
/* 30px */
|
|
957
|
+
/* 31px */
|
|
958
|
+
/* 32px */
|
|
959
|
+
/* 33px */
|
|
960
|
+
/* 34px */
|
|
961
|
+
/* 35px */
|
|
962
|
+
/* 36px */
|
|
963
|
+
/* 37px */
|
|
964
|
+
/* 38px */
|
|
965
|
+
/* 39px */
|
|
966
|
+
/* 40px */
|
|
967
|
+
/* 41px */
|
|
968
|
+
/* 42px */
|
|
969
|
+
/* 43px */
|
|
970
|
+
/* 44px */
|
|
971
|
+
/* 45px */
|
|
972
|
+
/* 46px */
|
|
973
|
+
/* 47px */
|
|
974
|
+
/* 48px */
|
|
975
|
+
/* 49px */
|
|
976
|
+
/* 50px */
|
|
977
|
+
/* 5em */
|
|
978
|
+
/* 65% */
|
|
979
|
+
/* border */
|
|
980
|
+
/* 0px */
|
|
981
|
+
/* 1px */
|
|
982
|
+
/* 1.5px */
|
|
983
|
+
/* 2px */
|
|
984
|
+
/* 3px */
|
|
985
|
+
/* 4px */
|
|
986
|
+
/* 5px */
|
|
987
|
+
/* 6px */
|
|
988
|
+
/* 7px */
|
|
989
|
+
/* 8px */
|
|
990
|
+
/* 9px */
|
|
991
|
+
/* 10px */
|
|
992
|
+
/* 11px */
|
|
993
|
+
/* 12px */
|
|
994
|
+
/* 13px */
|
|
995
|
+
/* 14px */
|
|
996
|
+
/* 15px */
|
|
997
|
+
/* 16px */
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
/* Font Family */
|
|
1009
|
+
/* Font Sizes */
|
|
1010
|
+
/* Radius */
|
|
1011
|
+
/* 1px */
|
|
1012
|
+
/* 2px */
|
|
1013
|
+
/* 3px */
|
|
1014
|
+
/* 4px */
|
|
1015
|
+
/* 5px */
|
|
1016
|
+
/* 6px */
|
|
1017
|
+
/* 7px */
|
|
1018
|
+
/* 8px */
|
|
1019
|
+
/* 9px */
|
|
1020
|
+
/* 10px */
|
|
1021
|
+
/* 11px */
|
|
1022
|
+
/* 12px */
|
|
1023
|
+
/* 13px */
|
|
1024
|
+
/* 14px */
|
|
1025
|
+
/* 15px */
|
|
1026
|
+
/* 16px */
|
|
1027
|
+
/* 17px */
|
|
1028
|
+
/* 18px */
|
|
1029
|
+
/* 19px */
|
|
1030
|
+
/* 20px */
|
|
1031
|
+
/* 21px */
|
|
1032
|
+
/* 22px */
|
|
1033
|
+
/* 23px */
|
|
1034
|
+
/* 24px */
|
|
1035
|
+
/* 25px */
|
|
1036
|
+
/* 26px */
|
|
1037
|
+
/* 27px */
|
|
1038
|
+
/* 28px */
|
|
1039
|
+
/* 29px */
|
|
1040
|
+
/* 30px */
|
|
1041
|
+
/* 31px */
|
|
1042
|
+
/* 32px */
|
|
1043
|
+
/* 33px */
|
|
1044
|
+
/* 34px */
|
|
1045
|
+
/* 35px */
|
|
1046
|
+
/* 36px */
|
|
1047
|
+
/* 37px */
|
|
1048
|
+
/* 38px */
|
|
1049
|
+
/* 39px */
|
|
1050
|
+
/* 40px */
|
|
1051
|
+
/* 41px */
|
|
1052
|
+
/* 42px */
|
|
1053
|
+
/* 43px */
|
|
1054
|
+
/* 44px */
|
|
1055
|
+
/* 45px */
|
|
1056
|
+
/* 46px */
|
|
1057
|
+
/* 47px */
|
|
1058
|
+
/* 48px */
|
|
1059
|
+
/* 49px */
|
|
1060
|
+
/* 50px */
|
|
1061
|
+
/* 5em */
|
|
1062
|
+
/* 65% */
|
|
1063
|
+
/* border */
|
|
1064
|
+
/* 0px */
|
|
1065
|
+
/* 1px */
|
|
1066
|
+
/* 1.5px */
|
|
1067
|
+
/* 2px */
|
|
1068
|
+
/* 3px */
|
|
1069
|
+
/* 4px */
|
|
1070
|
+
/* 5px */
|
|
1071
|
+
/* 6px */
|
|
1072
|
+
/* 7px */
|
|
1073
|
+
/* 8px */
|
|
1074
|
+
/* 9px */
|
|
1075
|
+
/* 10px */
|
|
1076
|
+
/* 11px */
|
|
1077
|
+
/* 12px */
|
|
1078
|
+
/* 13px */
|
|
1079
|
+
/* 14px */
|
|
1080
|
+
/* 15px */
|
|
1081
|
+
/* 16px */
|
|
1082
|
+
|
|
1083
|
+
|
|
1084
|
+
/* stylelint-disable */
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
|
|
1088
|
+
|
|
1089
|
+
|
|
1090
|
+
|
|
1091
|
+
|
|
1092
|
+
|
|
1093
|
+
/* Font Family */
|
|
1094
|
+
/* Font Sizes */
|
|
1095
|
+
/* Radius */
|
|
1096
|
+
/* 1px */
|
|
1097
|
+
/* 2px */
|
|
1098
|
+
/* 3px */
|
|
1099
|
+
/* 4px */
|
|
1100
|
+
/* 5px */
|
|
1101
|
+
/* 6px */
|
|
1102
|
+
/* 7px */
|
|
1103
|
+
/* 8px */
|
|
1104
|
+
/* 9px */
|
|
1105
|
+
/* 10px */
|
|
1106
|
+
/* 11px */
|
|
1107
|
+
/* 12px */
|
|
1108
|
+
/* 13px */
|
|
1109
|
+
/* 14px */
|
|
1110
|
+
/* 15px */
|
|
1111
|
+
/* 16px */
|
|
1112
|
+
/* 17px */
|
|
1113
|
+
/* 18px */
|
|
1114
|
+
/* 19px */
|
|
1115
|
+
/* 20px */
|
|
1116
|
+
/* 21px */
|
|
1117
|
+
/* 22px */
|
|
1118
|
+
/* 23px */
|
|
1119
|
+
/* 24px */
|
|
1120
|
+
/* 25px */
|
|
1121
|
+
/* 26px */
|
|
1122
|
+
/* 27px */
|
|
1123
|
+
/* 28px */
|
|
1124
|
+
/* 29px */
|
|
1125
|
+
/* 30px */
|
|
1126
|
+
/* 31px */
|
|
1127
|
+
/* 32px */
|
|
1128
|
+
/* 33px */
|
|
1129
|
+
/* 34px */
|
|
1130
|
+
/* 35px */
|
|
1131
|
+
/* 36px */
|
|
1132
|
+
/* 37px */
|
|
1133
|
+
/* 38px */
|
|
1134
|
+
/* 39px */
|
|
1135
|
+
/* 40px */
|
|
1136
|
+
/* 41px */
|
|
1137
|
+
/* 42px */
|
|
1138
|
+
/* 43px */
|
|
1139
|
+
/* 44px */
|
|
1140
|
+
/* 45px */
|
|
1141
|
+
/* 46px */
|
|
1142
|
+
/* 47px */
|
|
1143
|
+
/* 48px */
|
|
1144
|
+
/* 49px */
|
|
1145
|
+
/* 50px */
|
|
1146
|
+
/* 5em */
|
|
1147
|
+
/* 65% */
|
|
1148
|
+
/* border */
|
|
1149
|
+
/* 0px */
|
|
1150
|
+
/* 1px */
|
|
1151
|
+
/* 1.5px */
|
|
1152
|
+
/* 2px */
|
|
1153
|
+
/* 3px */
|
|
1154
|
+
/* 4px */
|
|
1155
|
+
/* 5px */
|
|
1156
|
+
/* 6px */
|
|
1157
|
+
/* 7px */
|
|
1158
|
+
/* 8px */
|
|
1159
|
+
/* 9px */
|
|
1160
|
+
/* 10px */
|
|
1161
|
+
/* 11px */
|
|
1162
|
+
/* 12px */
|
|
1163
|
+
/* 13px */
|
|
1164
|
+
/* 14px */
|
|
1165
|
+
/* 15px */
|
|
1166
|
+
/* 16px */
|
|
1167
|
+
|
|
1168
|
+
|
|
751
1169
|
.e-image-editor {
|
|
752
1170
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.14)), to(rgba(var(--color-sf-primary), 0.14))), rgba(var(--color-sf-surface));
|
|
753
1171
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.14), rgba(var(--color-sf-primary), 0.14)), rgba(var(--color-sf-surface));
|
|
@@ -820,7 +1238,6 @@
|
|
|
820
1238
|
-webkit-box-shadow: none !important;
|
|
821
1239
|
box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
|
|
822
1240
|
}
|
|
823
|
-
|
|
824
1241
|
.e-dropdown-popup .e-selected-btn {
|
|
825
1242
|
background: -webkit-gradient(linear, left bottom, left top, from(rgba(var(--color-sf-primary), 0.16)), to(rgba(var(--color-sf-primary), 0.16))), rgba(var(--color-sf-surface)) !important;
|
|
826
1243
|
background: linear-gradient(0deg, rgba(var(--color-sf-primary), 0.16), rgba(var(--color-sf-primary), 0.16)), rgba(var(--color-sf-surface)) !important; /* stylelint-disable-line declaration-no-important */
|