@syncfusion/ej2-richtexteditor 29.2.4-771571 → 29.2.4-803054
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/dist/ej2-richtexteditor.umd.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +140 -18
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +162 -35
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/package.json +1 -1
- package/src/editor-manager/plugin/clearformat.js +53 -22
- package/src/rich-text-editor/actions/enter-key.js +25 -9
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +4 -0
- package/src/rich-text-editor/actions/paste-clean-up.js +79 -2
- package/src/rich-text-editor/base/rich-text-editor.js +4 -3
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +7 -0
- package/src/rich-text-editor/models/toolbar-settings.d.ts +6 -0
- package/src/rich-text-editor/models/toolbar-settings.js +3 -0
- package/styles/_all.bds.scss +1 -0
- package/styles/_all.bootstrap-dark.scss +1 -0
- package/styles/_all.bootstrap.scss +1 -0
- package/styles/_all.bootstrap4.scss +1 -0
- package/styles/_all.bootstrap5-dark.scss +1 -0
- package/styles/_all.bootstrap5.3.scss +1 -0
- package/styles/_all.bootstrap5.scss +1 -0
- package/styles/_all.fabric-dark.scss +1 -0
- package/styles/_all.fabric.scss +1 -0
- package/styles/_all.fluent-dark.scss +1 -0
- package/styles/_all.fluent.scss +1 -0
- package/styles/_all.fluent2.scss +1 -0
- package/styles/_all.highcontrast-light.scss +1 -0
- package/styles/_all.highcontrast.scss +1 -0
- package/styles/_all.material-dark.scss +1 -0
- package/styles/_all.material.scss +1 -0
- package/styles/_all.material3-dark.scss +1 -0
- package/styles/_all.material3.scss +1 -0
- package/styles/_all.scss +1 -1
- package/styles/_all.tailwind-dark.scss +1 -0
- package/styles/_all.tailwind.scss +1 -0
- package/styles/_all.tailwind3.scss +1 -0
- package/styles/bds-lite.css +239 -89
- package/styles/bds-lite.scss +3 -4
- package/styles/bds.css +347 -98
- package/styles/bds.scss +4 -5
- package/styles/bootstrap-dark-lite.css +206 -86
- package/styles/bootstrap-dark-lite.scss +3 -4
- package/styles/bootstrap-dark.css +299 -95
- package/styles/bootstrap-dark.scss +4 -5
- package/styles/bootstrap-lite.css +384 -86
- package/styles/bootstrap-lite.scss +3 -4
- package/styles/bootstrap.css +566 -95
- package/styles/bootstrap.scss +4 -5
- package/styles/bootstrap4-lite.css +565 -93
- package/styles/bootstrap4-lite.scss +3 -4
- package/styles/bootstrap4.css +850 -115
- package/styles/bootstrap4.scss +4 -5
- package/styles/bootstrap5-dark-lite.css +193 -87
- package/styles/bootstrap5-dark-lite.scss +3 -4
- package/styles/bootstrap5-dark.css +279 -96
- package/styles/bootstrap5-dark.scss +4 -5
- package/styles/bootstrap5-lite.css +187 -87
- package/styles/bootstrap5-lite.scss +4 -4
- package/styles/bootstrap5.3-lite.css +456 -108
- package/styles/bootstrap5.3-lite.scss +4 -4
- package/styles/bootstrap5.3.css +627 -118
- package/styles/bootstrap5.3.scss +5 -5
- package/styles/bootstrap5.css +273 -96
- package/styles/bootstrap5.scss +5 -5
- package/styles/fabric-dark-lite.css +193 -87
- package/styles/fabric-dark-lite.scss +4 -4
- package/styles/fabric-dark.css +279 -96
- package/styles/fabric-dark.scss +5 -5
- package/styles/fabric-lite.css +193 -87
- package/styles/fabric-lite.scss +4 -4
- package/styles/fabric.css +279 -96
- package/styles/fabric.scss +5 -5
- package/styles/fluent-dark-lite.css +195 -98
- package/styles/fluent-dark-lite.scss +4 -4
- package/styles/fluent-dark.css +281 -107
- package/styles/fluent-dark.scss +5 -5
- package/styles/fluent-lite.css +195 -89
- package/styles/fluent-lite.scss +4 -4
- package/styles/fluent.css +281 -98
- package/styles/fluent.scss +5 -5
- package/styles/fluent2-lite.css +519 -114
- package/styles/fluent2-lite.scss +4 -4
- package/styles/fluent2.css +703 -126
- package/styles/fluent2.scss +5 -5
- package/styles/highcontrast-light-lite.css +193 -87
- package/styles/highcontrast-light-lite.scss +4 -4
- package/styles/highcontrast-light.css +279 -96
- package/styles/highcontrast-light.scss +5 -5
- package/styles/highcontrast-lite.css +193 -87
- package/styles/highcontrast-lite.scss +4 -4
- package/styles/highcontrast.css +279 -96
- package/styles/highcontrast.scss +5 -5
- package/styles/material-dark-lite.css +192 -86
- package/styles/material-dark-lite.scss +4 -4
- package/styles/material-dark.css +278 -95
- package/styles/material-dark.scss +5 -5
- package/styles/material-lite.css +192 -86
- package/styles/material-lite.scss +3 -4
- package/styles/material.css +278 -95
- package/styles/material.scss +4 -5
- package/styles/material3-dark-lite.css +539 -105
- package/styles/material3-dark-lite.scss +4 -4
- package/styles/material3-dark.css +723 -130
- package/styles/material3-dark.scss +5 -7
- package/styles/material3-lite.css +459 -105
- package/styles/material3-lite.scss +4 -4
- package/styles/material3.css +645 -130
- package/styles/material3.scss +5 -7
- package/styles/rich-text-editor/_all.bds.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap4.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5-dark.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.3.scss +2 -0
- package/styles/rich-text-editor/_all.bootstrap5.scss +2 -0
- package/styles/rich-text-editor/_all.fabric-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fabric.scss +2 -0
- package/styles/rich-text-editor/_all.fluent-dark.scss +2 -0
- package/styles/rich-text-editor/_all.fluent.scss +2 -0
- package/styles/rich-text-editor/_all.fluent2.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast-light.scss +2 -0
- package/styles/rich-text-editor/_all.highcontrast.scss +2 -0
- package/styles/rich-text-editor/_all.material-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material.scss +2 -0
- package/styles/rich-text-editor/_all.material3-dark.scss +2 -0
- package/styles/rich-text-editor/_all.material3.scss +2 -0
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_all.tailwind-dark.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind.scss +2 -0
- package/styles/rich-text-editor/_all.tailwind3.scss +2 -0
- package/styles/rich-text-editor/_bds-definition.scss +468 -27
- package/styles/rich-text-editor/_bigger.bds.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_bigger.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fabric.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent.scss +3 -0
- package/styles/rich-text-editor/_bigger.fluent2.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_bigger.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_bigger.material-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.material3.scss +3 -0
- package/styles/rich-text-editor/_bigger.scss +152 -57
- package/styles/rich-text-editor/_bigger.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind.scss +3 -0
- package/styles/rich-text-editor/_bigger.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap-definition.scss +467 -26
- package/styles/rich-text-editor/_bootstrap4-definition.scss +473 -33
- package/styles/rich-text-editor/_bootstrap5-dark-definition.scss +709 -1
- package/styles/rich-text-editor/_bootstrap5-definition.scss +467 -27
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +469 -29
- package/styles/rich-text-editor/_fabric-dark-definition.scss +467 -27
- package/styles/rich-text-editor/_fabric-definition.scss +466 -27
- package/styles/rich-text-editor/_fluent-dark-definition.scss +710 -1
- package/styles/rich-text-editor/_fluent-definition.scss +470 -27
- package/styles/rich-text-editor/_fluent2-definition.scss +478 -33
- package/styles/rich-text-editor/_fusionnew-definition.scss +464 -26
- package/styles/rich-text-editor/_highcontrast-definition.scss +466 -26
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +466 -26
- package/styles/rich-text-editor/_layout.bds.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap4.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.3.scss +3 -0
- package/styles/rich-text-editor/_layout.bootstrap5.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fabric.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent.scss +3 -0
- package/styles/rich-text-editor/_layout.fluent2.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast-light.scss +3 -0
- package/styles/rich-text-editor/_layout.highcontrast.scss +3 -0
- package/styles/rich-text-editor/_layout.material-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material.scss +3 -0
- package/styles/rich-text-editor/_layout.material3-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.material3.scss +3 -0
- package/styles/rich-text-editor/_layout.scss +448 -353
- package/styles/rich-text-editor/_layout.tailwind-dark.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind.scss +3 -0
- package/styles/rich-text-editor/_layout.tailwind3.scss +3 -0
- package/styles/rich-text-editor/_material-dark-definition.scss +466 -28
- package/styles/rich-text-editor/_material-definition.scss +466 -26
- package/styles/rich-text-editor/_material3-dark-definition.scss +714 -1
- package/styles/rich-text-editor/_material3-definition.scss +473 -30
- package/styles/rich-text-editor/_tailwind-dark-definition.scss +706 -1
- package/styles/rich-text-editor/_tailwind-definition.scss +468 -28
- package/styles/rich-text-editor/_tailwind3-definition.scss +474 -34
- package/styles/rich-text-editor/_theme-variables.bds.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap4.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.bootstrap5.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fabric.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.fluent2.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast-light.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.highcontrast.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.material3.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind-dark.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind.scss +1 -0
- package/styles/rich-text-editor/_theme-variables.tailwind3.scss +1 -0
- package/styles/rich-text-editor/_theme.bds.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap4.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.3.scss +4 -0
- package/styles/rich-text-editor/_theme.bootstrap5.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fabric.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent.scss +4 -0
- package/styles/rich-text-editor/_theme.fluent2.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast-light.scss +4 -0
- package/styles/rich-text-editor/_theme.highcontrast.scss +4 -0
- package/styles/rich-text-editor/_theme.material-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material.scss +4 -0
- package/styles/rich-text-editor/_theme.material3-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.material3.scss +4 -0
- package/styles/rich-text-editor/_theme.scss +65 -36
- package/styles/rich-text-editor/_theme.tailwind-dark.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind.scss +4 -0
- package/styles/rich-text-editor/_theme.tailwind3.scss +4 -0
- package/styles/rich-text-editor/bds.css +347 -98
- package/styles/rich-text-editor/bds.scss +5 -5
- package/styles/rich-text-editor/bootstrap-dark.css +299 -95
- package/styles/rich-text-editor/bootstrap-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap.css +566 -95
- package/styles/rich-text-editor/bootstrap.scss +5 -5
- package/styles/rich-text-editor/bootstrap4.css +850 -115
- package/styles/rich-text-editor/bootstrap4.scss +5 -5
- package/styles/rich-text-editor/bootstrap5-dark.css +279 -96
- package/styles/rich-text-editor/bootstrap5-dark.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.3.css +627 -118
- package/styles/rich-text-editor/bootstrap5.3.scss +5 -5
- package/styles/rich-text-editor/bootstrap5.css +273 -96
- package/styles/rich-text-editor/bootstrap5.scss +5 -5
- package/styles/rich-text-editor/fabric-dark.css +279 -96
- package/styles/rich-text-editor/fabric-dark.scss +5 -5
- package/styles/rich-text-editor/fabric.css +279 -96
- package/styles/rich-text-editor/fabric.scss +5 -5
- package/styles/rich-text-editor/fluent-dark.css +281 -107
- package/styles/rich-text-editor/fluent-dark.scss +5 -5
- package/styles/rich-text-editor/fluent.css +281 -98
- package/styles/rich-text-editor/fluent.scss +5 -5
- package/styles/rich-text-editor/fluent2.css +703 -126
- package/styles/rich-text-editor/fluent2.scss +5 -5
- package/styles/rich-text-editor/highcontrast-light.css +279 -96
- package/styles/rich-text-editor/highcontrast-light.scss +5 -5
- package/styles/rich-text-editor/highcontrast.css +279 -96
- package/styles/rich-text-editor/highcontrast.scss +5 -5
- package/styles/rich-text-editor/icons/_bds.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap4.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +7 -0
- package/styles/rich-text-editor/icons/_bootstrap5.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_fabric.scss +7 -0
- package/styles/rich-text-editor/icons/_fluent-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_fluent.scss +6 -0
- package/styles/rich-text-editor/icons/_fluent2.scss +7 -0
- package/styles/rich-text-editor/icons/_fusionnew.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +7 -0
- package/styles/rich-text-editor/icons/_highcontrast.scss +7 -0
- package/styles/rich-text-editor/icons/_material-dark.scss +7 -0
- package/styles/rich-text-editor/icons/_material.scss +7 -0
- package/styles/rich-text-editor/icons/_material3-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_material3.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind-dark.scss +1 -1
- package/styles/rich-text-editor/icons/_tailwind.scss +7 -0
- package/styles/rich-text-editor/icons/_tailwind3.scss +7 -0
- package/styles/rich-text-editor/material-dark.css +278 -95
- package/styles/rich-text-editor/material-dark.scss +5 -5
- package/styles/rich-text-editor/material.css +278 -95
- package/styles/rich-text-editor/material.scss +5 -5
- package/styles/rich-text-editor/material3-dark.css +723 -130
- package/styles/rich-text-editor/material3-dark.scss +5 -6
- package/styles/rich-text-editor/material3.css +645 -130
- package/styles/rich-text-editor/material3.scss +5 -6
- package/styles/rich-text-editor/tailwind-dark.css +282 -99
- package/styles/rich-text-editor/tailwind-dark.scss +5 -5
- package/styles/rich-text-editor/tailwind.css +282 -99
- package/styles/rich-text-editor/tailwind.scss +5 -5
- package/styles/rich-text-editor/tailwind3.css +593 -115
- package/styles/rich-text-editor/tailwind3.scss +5 -5
- package/styles/tailwind-dark-lite.css +196 -90
- package/styles/tailwind-dark-lite.scss +4 -4
- package/styles/tailwind-dark.css +282 -99
- package/styles/tailwind-dark.scss +5 -5
- package/styles/tailwind-lite.css +196 -90
- package/styles/tailwind-lite.scss +4 -4
- package/styles/tailwind.css +282 -99
- package/styles/tailwind.scss +5 -5
- package/styles/tailwind3-lite.css +430 -104
- package/styles/tailwind3-lite.scss +4 -4
- package/styles/tailwind3.css +593 -115
- package/styles/tailwind3.scss +5 -5
|
@@ -1,11 +1,12 @@
|
|
|
1
|
+
@use 'ej2-base/styles/definition/fluent2' as *;
|
|
2
|
+
@forward 'ej2-base/styles/definition/fluent2';
|
|
3
|
+
|
|
1
4
|
//Layout Variables Start
|
|
2
5
|
// $skin-name: 'tailwind';
|
|
3
6
|
$rte-border-size: 1px !default;
|
|
4
7
|
$rte-2px-border-size: 2px !default;
|
|
5
8
|
$rte-border-type: solid !default;
|
|
6
9
|
$rte-list-btn-flex: column !default;
|
|
7
|
-
$rte-list-btn-line-height: 32px !default;
|
|
8
|
-
$rte-big-list-btn-line-height: 40px !default;
|
|
9
10
|
$rte-split-btn-line-height: 30px !default;
|
|
10
11
|
$rte-big-split-btn-line-height: 38px !default;
|
|
11
12
|
$rte-big-quick-item-btn-width: 38px !default;
|
|
@@ -16,14 +17,9 @@ $rte-big-quick-item-line-height: $leading-normal !default;
|
|
|
16
17
|
$rte-content-padding: 12px !default;
|
|
17
18
|
$rte-toolbar-icon-size: $text-base !default;
|
|
18
19
|
$rte-toolbar-big-icon-size: $text-lg !default;
|
|
19
|
-
$rte-big-quick-drop-btn-icon-size: 16px !default;
|
|
20
|
-
$rte-quick-drop-btn-icon-size: 14px !default;
|
|
21
|
-
$rte-big-quick-drop-btn-caret-icon-size: 10px !default;
|
|
22
|
-
$rte-quick-drop-btn-caret-icon-size: 12px !default;
|
|
23
20
|
$rte-tb-items-margin-left: 7px !default;
|
|
24
21
|
$rte-active-tb-item-btn-padding: 0 5px !default;
|
|
25
22
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
26
|
-
$rte-big-split-btn-active-color-icon-line-height: 35px !default;
|
|
27
23
|
$rte-format-btn-min-width: 0 !default;
|
|
28
24
|
$rte-font-name-btn-min-width: 0 !default;
|
|
29
25
|
$rte-font-size-btn-min-width: 0 !default;
|
|
@@ -50,27 +46,24 @@ $rte-content-font-size: $text-sm !default;
|
|
|
50
46
|
$rte-dropdown-caret-icon-size: $text-xs !default;
|
|
51
47
|
$rte-big-dropdown-caret-icon-size: $text-sm !default;
|
|
52
48
|
$font-weight: $font-weight-normal !default;
|
|
53
|
-
$rte-
|
|
54
|
-
$rte-resize-handler-
|
|
55
|
-
$rte-resize-handler-height: 15px;
|
|
49
|
+
$rte-resize-handler-margin-bottom: 3px;
|
|
50
|
+
$rte-resize-handler-margin-right: 3px;
|
|
56
51
|
$rte-resize-handler-position: 0;
|
|
57
52
|
$rte-inline-tmp-min-width: 55px;
|
|
58
53
|
$rte-inline-tmp-size-min-width: 66px;
|
|
59
54
|
$rte-inline-tmp-color-min-width: 55px;
|
|
60
55
|
$rte-big-color-list-span-common-padding-left-right: 0;
|
|
61
56
|
$rte-default-character-count-opacity: 1;
|
|
62
|
-
$rte-droparea-line-height: 10;
|
|
63
57
|
$rte-droparea-browsebtn-height: 32px;
|
|
64
58
|
$rte-droparea-browsebtn-padding: 0 12px;
|
|
65
|
-
$rte-insert-dialog-font-size:
|
|
66
|
-
$rte-big-insert-dialog-font-size: 15px;
|
|
59
|
+
$rte-insert-dialog-font-size: 15px;
|
|
67
60
|
$rte-table-popup-tablecell-height: 14px;
|
|
68
61
|
$rte-table-popup-tablecell-width: 14px;
|
|
69
|
-
$rte-table-popup-tablecell-margin:
|
|
70
|
-
$rte-table-popup-row-height
|
|
71
|
-
$rte-big-table-row-height
|
|
72
|
-
$rte-big-tablecell-height
|
|
73
|
-
$rte-big-tablecell-width
|
|
62
|
+
$rte-table-popup-tablecell-margin: 1px;
|
|
63
|
+
$rte-table-popup-row-height: 16px;
|
|
64
|
+
$rte-big-table-row-height: 16px;
|
|
65
|
+
$rte-big-tablecell-height: 16px;
|
|
66
|
+
$rte-big-tablecell-width: 16px;
|
|
74
67
|
$rte-toolbar-item-frist-last-child-margin: 0;
|
|
75
68
|
$rte-toolbar-expaned-padding: 0 5px;
|
|
76
69
|
$rte-big-toolbar-expaned-padding: 0 8px;
|
|
@@ -116,9 +109,7 @@ $rte-split-btn-span-hover-bg: $content-bg-color-alt3 !default;
|
|
|
116
109
|
$rte-split-btn-focus-bg: $content-bg-color-focus !default;
|
|
117
110
|
$rte-btn-active-bg: $content-bg-color-pressed !default;
|
|
118
111
|
$rte-split-btn-active-color-icon-line-height: 30px !default;
|
|
119
|
-
$rte-big-split-btn-active-color-icon-line-height: 38px !default;
|
|
120
112
|
$rte-default-btn-bg: $content-bg-color-alt1 !default;
|
|
121
|
-
$rte-split-btn-border-radius: 4px !default;
|
|
122
113
|
$rte-split-btn-height: 32px !default;
|
|
123
114
|
$rte-big-split-btn-height: 40px !default;
|
|
124
115
|
$rte-hover-btn-border-color: $icon-color !default;
|
|
@@ -168,11 +159,6 @@ $rte-table-border-color: $border-light !default;
|
|
|
168
159
|
$rte-table-alternate-color: $content-bg-color-alt3 !default;
|
|
169
160
|
$rte-table-header-bg: $holiday-bg-color !default;
|
|
170
161
|
$rte-toolbar-hor-nav-border-width: 0 !default;
|
|
171
|
-
$rte-border-top-left-radius: 0;
|
|
172
|
-
$rte-border-top-right-radius: 0;
|
|
173
|
-
$rte-border-bottom-right-radius: 0;
|
|
174
|
-
$rte-border-bottom-left-radius: 0;
|
|
175
|
-
$rte-big-border-radius: 0;
|
|
176
162
|
$rte-extended-toolbar-items-padding: 0;
|
|
177
163
|
$rte-table-multicell-select-bg-color: rgba(15, 108, 189, .1) !default;
|
|
178
164
|
$rte-pre-bg-color: $content-bg-color-alt2 !default;
|
|
@@ -200,7 +186,6 @@ $rte-big-file-browser-dlg-max-height: 557px !default;
|
|
|
200
186
|
$rte-big-table-dlg-max-height: 283px !default;
|
|
201
187
|
$rte-big-edit-table-dlg-max-height: 388px !default;
|
|
202
188
|
$rte-quick-popup-border: 1px solid $flyout-border !default;
|
|
203
|
-
$rte-quick-popup-border-radius: 4px !default;
|
|
204
189
|
$rte-quick-popup-outer-margin: 3px 7px !default;
|
|
205
190
|
$rte-quick-popup-inner-padding: 0 !default;
|
|
206
191
|
$rte-quick-big-popup-outer-margin: 3px 9px !default;
|
|
@@ -226,13 +211,11 @@ $rte-selection-bg: $primary !default;
|
|
|
226
211
|
$rte-insert-icon-color: $primary !default;
|
|
227
212
|
$rte-emoji-pop-background: $flyout-bg-color;
|
|
228
213
|
$rte-emoji-pop-box-shadow: $shadow-md;
|
|
229
|
-
$rte-emoji-pop-border-radius: 4px;
|
|
230
214
|
$rte-emoji-pop-border:1px solid $border-light;
|
|
231
215
|
$rte-emoji-tbar-btn-bg: transparent;
|
|
232
216
|
$rte-emoji-tbar-btn-select-bg : $secondary-border-color-hover;
|
|
233
217
|
$rte-emoji-tbar-btn-hover: $secondary-border-color-hover;
|
|
234
218
|
$rte-emoji-btn-height: 249px;
|
|
235
|
-
$rte-emoji-grp-btn-line-height: 1px;
|
|
236
219
|
$rte-emoji-grp-btn-height: 32px;
|
|
237
220
|
$rte-emoji-grp-btn-width: 32px;
|
|
238
221
|
$rte-emoji-headname-font-weight: 400;
|
|
@@ -241,9 +224,7 @@ $rte-big-emoji-btn-height: 254px;
|
|
|
241
224
|
|
|
242
225
|
$rte-format-painter-cursor: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAzMiAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMi41QzQuNDQ3NzIgMi41IDQgMi45NDc3MiA0IDMuNUM0IDQuMDUyMjggNC40NDc3MiA0LjUgNSA0LjVINi42OTcyMkw3LjUgNS4wMzUxOFYxNi45NjQ4TDYuNjk3MjIgMTcuNUg1QzQuNDQ3NzIgMTcuNSA0IDE3Ljk0NzcgNCAxOC41QzQgMTkuMDUyMyA0LjQ0NzcyIDE5LjUgNSAxOS41SDYuNjk3MjJDNy4wOTIwNyAxOS41IDcuNDc4MDkgMTkuMzgzMSA3LjgwNjYyIDE5LjE2NDFMOC41IDE4LjcwMTlMOS4xOTMzOCAxOS4xNjQxQzkuNTIxOTEgMTkuMzgzMSA5LjkwNzkzIDE5LjUgMTAuMzAyOCAxOS41SDEyQzEyLjU1MjMgMTkuNSAxMyAxOS4wNTIzIDEzIDE4LjVDMTMgMTcuOTQ3NyAxMi41NTIzIDE3LjUgMTIgMTcuNUwxMC4zMDI4IDE3LjVMOS41IDE2Ljk2NDhWNS4wMzUxOEwxMC4zMDI4IDQuNUgxMkMxMi41NTIzIDQuNSAxMyA0LjA1MjI4IDEzIDMuNUMxMyAyLjk0NzcyIDEyLjU1MjMgMi41IDEyIDIuNUgxMC4zMDI4QzkuOTA3OTMgMi41IDkuNTIxOTEgMi42MTY4OCA5LjE5MzM4IDIuODM1OUw4LjUgMy4yOTgxNUw3LjgwNjYyIDIuODM1OUM3LjQ3ODA5IDIuNjE2ODggNy4wOTIwNyAyLjUgNi42OTcyMiAyLjVINVoiIGZpbGw9ImJsYWNrIiBzdHJva2U9IndoaXRlIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPHBhdGggZD0iTTIzLjUgNFY4LjVIMjVDMjUuODI4NCA4LjUgMjYuNSA5LjE3MTU3IDI2LjUgMTBWMTEuNVYxNy41SDIzLjVIMjAuNUgxNi41QzE3LjUgMTUgMTcuNSAxMS41IDE3LjUgMTEuNVYxMEMxNy41IDkuMTcxNTcgMTguMTcxNiA4LjUgMTkgOC41SDIwLjVWNEMyMC41IDMuMTcxNTcgMjEuMTcxNiAyLjUgMjIgMi41QzIyLjgyODQgMi41IDIzLjUgMy4xNzE1NyAyMy41IDRaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMjMuNSA4LjVWNEMyMy41IDMuMTcxNTcgMjIuODI4NCAyLjUgMjIgMi41VjIuNUMyMS4xNzE2IDIuNSAyMC41IDMuMTcxNTcgMjAuNSA0VjguNU0yMy41IDguNUgyNUMyNS44Mjg0IDguNSAyNi41IDkuMTcxNTcgMjYuNSAxMFYxMS41TTIzLjUgOC41SDIwLjVNMjAuNSA4LjVIMTlDMTguMTcxNiA4LjUgMTcuNSA5LjE3MTU3IDE3LjUgMTBWMTEuNU0yNi41IDExLjVWMTcuNUgyMy41TTI2LjUgMTEuNUgxNy41TTE3LjUgMTEuNUMxNy41IDExLjUgMTcuNSAxNSAxNi41IDE3LjVIMjAuNU0yMy41IDE3LjVWMTQuNU0yMy41IDE3LjVIMjAuNU0yMC41IDE3LjVWMTUuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=') 8 1, auto;
|
|
243
226
|
|
|
244
|
-
$rte-img-upload-abort-icon-btn-margin-right: 45px;
|
|
245
227
|
$rte-img-upload-abort-icon-btn-margin-top: 0;
|
|
246
|
-
$rte-big-img-upload-abort-icon-btn-margin-right: 66px;
|
|
247
228
|
$rte-big-img-upload-abort-icon-btn-margin-top: -4px;
|
|
248
229
|
$rte-big-img-upload-abort-icon-btn-padding: 18px;
|
|
249
230
|
$rte-dialog-upload-status-progress: $info;
|
|
@@ -261,9 +242,9 @@ $rte-quick-toolbar-tip-pointer-content: $flyout-bg-color !default;
|
|
|
261
242
|
|
|
262
243
|
/* stylelint-disable */
|
|
263
244
|
.e-rte-quick-popup {
|
|
264
|
-
border-radius:
|
|
245
|
+
border-radius: $radius-6 !important;
|
|
265
246
|
.e-rte-quick-toolbar {
|
|
266
|
-
border-radius:
|
|
247
|
+
border-radius: $radius-6 !important;
|
|
267
248
|
}
|
|
268
249
|
}
|
|
269
250
|
|
|
@@ -275,4 +256,468 @@ $rte-checklist-checked-bg-color: $primary !default;
|
|
|
275
256
|
$rte-checklist-checked-border-color: 1px solid var(--Foreground-color-primary, rgba(15, 108, 189, 1)) !default;
|
|
276
257
|
$rte-checklist-checked-checkmark-color: $primary-text-color !default;
|
|
277
258
|
$rte-checklist-checkbox-border: 1px solid var(--Border-color-border-alt, rgba(97, 97, 97, 1));
|
|
278
|
-
|
|
259
|
+
|
|
260
|
+
$rte-ai-assistant-btn-disabled: $icon-color-disabled !default;
|
|
261
|
+
$rte-ai-assistant-box-shadow: $shadow-lg !default;
|
|
262
|
+
|
|
263
|
+
$rte-toolbar-item-hov-bg-color: $content-bg-color-hover;
|
|
264
|
+
|
|
265
|
+
//Start of Typography Variables Implementation
|
|
266
|
+
//font-size
|
|
267
|
+
$rte-pre-before-content-font-size: 12px !default;
|
|
268
|
+
$rte-default-character-count-font-size: 14px !default;
|
|
269
|
+
$rte-drop-text-font-size: 14px !default;
|
|
270
|
+
$rte-emoji-headname-font-size: 14px !default;
|
|
271
|
+
$rte-table-header-font-size: 14px !default;
|
|
272
|
+
$rte-popup-open-font-size: 14px !default;
|
|
273
|
+
$rte-pre-font-size: 14px !default;
|
|
274
|
+
$rte-slash-menu-item-text-font-size: 14px !default;
|
|
275
|
+
$rte-big-emoji-popup-small-font-size: 16px !default;
|
|
276
|
+
$rte-big-emoji-picker-name-font-size: 16px !default;
|
|
277
|
+
$rte-big-emoji-btn-group-small-font-size: 16px !default;
|
|
278
|
+
$rte-emoji-pop-tbar-btn-small-font-size: 16px !default;
|
|
279
|
+
$rte-emoji-grp-btn-small-font-size: 16px !default;
|
|
280
|
+
$rte-emoji-pop-tbar-btn-large-font-size: 24px !default;
|
|
281
|
+
$rte-emoji-grp-btn-large-font-size: 24px !default;
|
|
282
|
+
$rte-emoji-grp-btn-font-size: 24px !default;
|
|
283
|
+
$rte-slash-menu-content-font-size: 30px !default;
|
|
284
|
+
$rte-slash-menu-para-before-font-size: 15px !default;
|
|
285
|
+
$rte-slash-menu-h1-before-font-size: 13px !default;
|
|
286
|
+
$rte-slash-menu-h2-before-font-size: 13px !default;
|
|
287
|
+
$rte-slash-menu-h3-before-font-size: 13px !default;
|
|
288
|
+
$rte-slash-menu-h4-before-font-size: 13px !default;
|
|
289
|
+
$rte-slash-menu-item-description-font-size: 12px !default;
|
|
290
|
+
$rte-common-content-font-size: 1em !default;
|
|
291
|
+
$rte-content-h4-font-size: 1.714em !default;
|
|
292
|
+
$rte-content-h5-font-size: 1.428em !default;
|
|
293
|
+
$rte-content-h6-font-size: 1.142em !default;
|
|
294
|
+
$rte-content-ul-h3-font-size: 1.16em !default;
|
|
295
|
+
$rte-content-ul-h4-font-size: 1em !default;
|
|
296
|
+
$rte-content-ul-h5-font-size: .83em !default;
|
|
297
|
+
$rte-content-ul-h6-font-size: .7em !default;
|
|
298
|
+
$rte-filemanager-label-font-size: 15px !default;
|
|
299
|
+
$rte-content-h1-font-size: 2.857em !default;
|
|
300
|
+
$rte-content-h2-font-size: 2.285em !default;
|
|
301
|
+
$rte-content-h3-font-size: 2em !default;
|
|
302
|
+
$rte-content-ul-h1-font-size: 2em !default;
|
|
303
|
+
$rte-content-ul-h2-font-size: 1.5em !default;
|
|
304
|
+
$rte-big-emoji-popup-large-font-size: 26px !default;
|
|
305
|
+
$rte-big-emoji-btn-group-large-font-size: 26px !default;
|
|
306
|
+
$rte-big-emoji-picker-group-font-size: 26px !default;
|
|
307
|
+
$rte-big-content-h1-font-size: 2.857em !default;
|
|
308
|
+
$rte-big-content-h2-font-size: 2.285em !default;
|
|
309
|
+
$rte-big-content-h3-font-size: 2em !default;
|
|
310
|
+
$rte-big-content-h4-font-size: 1.714em !default;
|
|
311
|
+
$rte-big-content-h5-font-size: 1.428em !default;
|
|
312
|
+
$rte-big-content-h6-font-size: 1.142em !default;
|
|
313
|
+
$rte-big-content-ul-h1-font-size: 2em !default;
|
|
314
|
+
$rte-big-content-ul-h2-font-size: 1.5em !default;
|
|
315
|
+
$rte-big-content-ul-h3-font-size: 1.16em !default;
|
|
316
|
+
$rte-big-content-ul-h4-font-size: 1em !default;
|
|
317
|
+
$rte-big-content-ul-h5-font-size: .83em !default;
|
|
318
|
+
$rte-big-content-ul-h6-font-size: .7em !default;
|
|
319
|
+
|
|
320
|
+
//font-weight
|
|
321
|
+
$rte-slash-menu-content-text-font-weight: 500 !default;
|
|
322
|
+
$rte-big-emoji-picker-name-font-weight: 500 !default;
|
|
323
|
+
$rte-content-h1-font-weight: 600 !default;
|
|
324
|
+
$rte-content-h2-font-weight: 600 !default;
|
|
325
|
+
$rte-content-h3-font-weight: 600 !default;
|
|
326
|
+
$rte-content-h4-font-weight: 600 !default;
|
|
327
|
+
$rte-content-h5-font-weight: 600 !default;
|
|
328
|
+
$rte-edit-table-border-label-font-weight: 600 !default;
|
|
329
|
+
$rte-content-font-weight: 400 !default;
|
|
330
|
+
$rte-lable-font-weight: 400 !default;
|
|
331
|
+
$rte-color-picker-font-weight: 400 !default;
|
|
332
|
+
$rte-popup-open-font-weight: 400 !default;
|
|
333
|
+
$rte-dropdown-btn-font-weight: 400 !default;
|
|
334
|
+
$rte-popup-open-font-weight: 400 !default;
|
|
335
|
+
$rte-content-strong-b-font-weight: 700 !default;
|
|
336
|
+
$rte-content-ul-h1-font-weight: 700 !default;
|
|
337
|
+
$rte-content-ul-h2-font-weight: 700 !default;
|
|
338
|
+
$rte-content-ul-h3-font-weight: 700 !default;
|
|
339
|
+
$rte-content-ul-h4-font-weight: 700 !default;
|
|
340
|
+
$rte-content-ul-h5-font-weight: 700 !default;
|
|
341
|
+
$rte-content-ul-h6-font-weight: 700 !default;
|
|
342
|
+
$rte-content-img-caption-font-weight: 400;
|
|
343
|
+
|
|
344
|
+
//line-height
|
|
345
|
+
$rte-slash-menu-item-text-line-height: 20px !default;
|
|
346
|
+
$rte-slash-menu-content-line-height: 20px !default;
|
|
347
|
+
$rte-slash-menu-item-description-line-height: 20px !default;
|
|
348
|
+
$rte-content-ul-h1-line-height: 40px !default;
|
|
349
|
+
$rte-content-ul-h2-line-height: 40px !default;
|
|
350
|
+
$rte-content-ul-h1-small-line-height: 24px !default;
|
|
351
|
+
$rte-content-ul-h2-small-line-height: 24px !default;
|
|
352
|
+
$rte-content-h1-line-height: 1.2 !default;
|
|
353
|
+
$rte-content-h5-line-height: 1.2 !default;
|
|
354
|
+
$rte-content-h6-line-height: 1.5 !default;
|
|
355
|
+
$rte-dialog-word-upload-text-line-height: normal;
|
|
356
|
+
$rte-uploadwrap-droparea-upload-text-line-height: normal;
|
|
357
|
+
$rte-content-line-height: 1.5 !default;
|
|
358
|
+
$rte-content-h2-line-height: 1.2 !default;
|
|
359
|
+
$rte-content-h3-line-height: 1.2 !default;
|
|
360
|
+
$rte-content-h4-line-height: 1.2 !default;
|
|
361
|
+
$rte-srctextarea-line-height: 22px !default;
|
|
362
|
+
$rte-inline-dropdown-line-height: 34px !default;
|
|
363
|
+
$rte-big-content-height: 1.5 !default;
|
|
364
|
+
$rte-big-content-h1-line-height: 1.2 !default;
|
|
365
|
+
$rte-big-content-h2-line-height: 1.2 !default;
|
|
366
|
+
$rte-big-content-h3-line-height: 1.2 !default;
|
|
367
|
+
$rte-big-content-h4-line-height: 1.2 !default;
|
|
368
|
+
$rte-big-content-h5-line-height: 1.2 !default;
|
|
369
|
+
$rte-big-content-h6-line-height: 1.5 !default;
|
|
370
|
+
|
|
371
|
+
//border-radius
|
|
372
|
+
$rte-content-pre-border-radius: $radius-0 !default;
|
|
373
|
+
$rte-emoji-pop-border-radius: $radius-4 !default;
|
|
374
|
+
$rte-upload-drag-border-radius: $radius-4 !default;
|
|
375
|
+
$rte-big-emojipicker-tbar-btn-border-radius: $radius-4 !default;
|
|
376
|
+
$rte-checklist-checkbox-border-radius: $radius-2 !default;
|
|
377
|
+
$rte-container-border-radius: $radius-4 !default;
|
|
378
|
+
$rte-big-container-border-radius: $radius-4 !default;
|
|
379
|
+
$rte-tb-item-active-border-radius: $radius-4 !default;
|
|
380
|
+
$rte-border-radius: $radius-4 !default;
|
|
381
|
+
$rte-pre-border-radius: $radius-6 !default;
|
|
382
|
+
$rte-big-tb-expand-border-radius: $radius-8 !default;
|
|
383
|
+
$rte-big-dialog-border-radius: $radius-16 !default;
|
|
384
|
+
$rte-insert-table-btn-border-radius: $radius-20 !default;
|
|
385
|
+
$rte-toolbar-border-radius: $radius-0 $radius-4 $radius-0 $radius-0 !default;
|
|
386
|
+
$rte-toolbar-container-border-radius: $radius-0 $radius-0 $radius-4 $radius-4 !default;
|
|
387
|
+
$rte-pre-before-content-border-radius: $radius-0 $radius-0 $radius-4 $radius-4 !default;
|
|
388
|
+
$rte-toolbar-wrapper-border-radius: $radius-4 $radius-4 $radius-0 $radius-0 !default;
|
|
389
|
+
$rte-big-toolbar-border-radius: $radius-0 $radius-4 $radius-0 $radius-0 !default;
|
|
390
|
+
$rte-big-toolbar-container-border-radius: $radius-0 $radius-0 $radius-4 $radius-4 !default;
|
|
391
|
+
$rte-big-toolbar-wrapper-border-radius: $radius-4 $radius-4 $radius-0 $radius-0 !default;
|
|
392
|
+
$rte-videoboxmark-border-radius: $radius-15 !default;
|
|
393
|
+
$rte-quick-popup-border-radius: $radius-4 !default;
|
|
394
|
+
$rte-split-btn-border-radius: $radius-4 !default;
|
|
395
|
+
$rte-table-popup-border-radius: $radius-6 !default;
|
|
396
|
+
$rte-top-left-border-radius: $radius-8 !default;
|
|
397
|
+
$rte-top-right-border-radius: $radius-8 !default;
|
|
398
|
+
|
|
399
|
+
//padding
|
|
400
|
+
$rte-content-pre-padding: 0 !default;
|
|
401
|
+
$rte-upload-dlg-content-padding: 0 !default;
|
|
402
|
+
$rte-table-dlg-content-padding: 0 !default;
|
|
403
|
+
$rte-big-toolbar-tbar-btn-hover-padding: 0 !default;
|
|
404
|
+
$rte-big-toolbar-tbar-btn-active-padding: 0 !default;
|
|
405
|
+
$rte-big-toolbar-tbar-btn-padding: 0 !default;
|
|
406
|
+
$rte-emoji-picker-tbar-btn-text-padding: 0 !default;
|
|
407
|
+
$rte-video-elem-padding: 0 !default;
|
|
408
|
+
$rte-colorpicker-custom-palette-padding: 0 !default;
|
|
409
|
+
$rte-container-custom-palette-padding: 0 !default;
|
|
410
|
+
$rte-img-wrap-padding: 0 !default;
|
|
411
|
+
$rte-media-break-elem-padding: 1px !default;
|
|
412
|
+
$rte-media-inline-elem-padding: 1px !default;
|
|
413
|
+
$rte-colorpicker-custom-palette-switch-btn-padding: 5px !default;
|
|
414
|
+
$rte-video-wrapper-padding: 5px !default;
|
|
415
|
+
$rte-content-textarea-padding: 8px !default;
|
|
416
|
+
$rte-emoji-btn-padding: 10px !default;
|
|
417
|
+
$rte-big-emoji-btn-padding: 12px !default;
|
|
418
|
+
$rte-slash-menu-icon-padding: 15px !default;
|
|
419
|
+
$rte-placeholder-padding: 16px !default;
|
|
420
|
+
$rte-content-src-textarea-padding: 16px !default;
|
|
421
|
+
$rte-iframe-content-padding: 16px !default;
|
|
422
|
+
$rte-big-emoji-btn-group-padding: 8px 0 !default;
|
|
423
|
+
$rte-big-emoji-picker-group-padding: 8px 0 !default;
|
|
424
|
+
$rte-big-emoji-popup-padding: 9px 5px !default;
|
|
425
|
+
$rte-big-toolbar-tbar-btn-small-padding: 3px 7px !default;
|
|
426
|
+
$rte-big-toolbar-tbar-btn-large-padding: 2px 5px !default;
|
|
427
|
+
$rte-dlg-modal-browse-btn-padding: 0 18px !default;
|
|
428
|
+
$rte-link-dlg-content-padding: 7px 20px !default;
|
|
429
|
+
$rte-emoji-picker-tbar-btn-material-padding: 0 6px !default;
|
|
430
|
+
$rte-emoji-grp-btn-padding: 6px 0 !default;
|
|
431
|
+
$rte-video-url-wrap-padding: 8px 4px !default;
|
|
432
|
+
$rte-emoji-grp-btn-control-padding: 6px 0 !default;
|
|
433
|
+
$rte-table-padding: 2px 5px !default;
|
|
434
|
+
$rte-emoji-picker-tbar-btn-hover-padding: 7px 3px !default;
|
|
435
|
+
$rte-emoji-picker-tbar-btn-padding: 7px 3px !default;
|
|
436
|
+
$rte-code-block-padding: 20px 16px 16px !default;
|
|
437
|
+
$rte-inline-dropdown-ul-padding: 7px 0 !default;
|
|
438
|
+
$rte-slash-menu-item-text-padding: 5px 0 1px !default;
|
|
439
|
+
$rte-slash-menu-item-description-padding: 1px 0 5px !default;
|
|
440
|
+
$rte-code-block-label-padding: 2px 4px !default;
|
|
441
|
+
$rte-big-slash-menu-item-description-padding: 1px 0 5px !default;
|
|
442
|
+
$rte-big-slash-menu-item-text-padding: 5px 0 1px !default;
|
|
443
|
+
$rte-inline-dropdown-li-padding: 0 6.5px !default;
|
|
444
|
+
$rte-toolbar-tbar-btn-padding: 0 !default;
|
|
445
|
+
$rte-toolbar-tbar-btn-hover-padding: 0 !default;
|
|
446
|
+
$rte-toolbar-tbar-btn-icons-padding: 0 !default;
|
|
447
|
+
$rte-big-split-tbar-btn-padding: 0 !default;
|
|
448
|
+
$rte-big-split-tbar-btn-hover-padding: 0 !default;
|
|
449
|
+
$rte-big-split-tbar-btn-icons-padding: 0 !default;
|
|
450
|
+
|
|
451
|
+
//padding-left
|
|
452
|
+
$rte-blockquote-padding-left: 0 !default;
|
|
453
|
+
$rte-big-slashmenu-li-padding-left: 0 !default;
|
|
454
|
+
$rte-iframe-blockquote-padding-left: 12px !default;
|
|
455
|
+
$rte-character-count-padding-left: 30px !default;
|
|
456
|
+
|
|
457
|
+
//padding-right
|
|
458
|
+
$rte-blockquote-padding-right: 12px !default;
|
|
459
|
+
$rte-character-count-padding-right: unset !default;
|
|
460
|
+
|
|
461
|
+
//padding-top
|
|
462
|
+
$rte-video-dialog-label-padding-top: 0 !default;
|
|
463
|
+
$rte-dlg-header-content-padding-top: 0 !default;
|
|
464
|
+
$rte-table-dialog-label-padding-top: 0 !default;
|
|
465
|
+
$rte-filemanager-label-padding-top: 15px !default;
|
|
466
|
+
$rte-video-url-wrapper-padding-top: 15px !default;
|
|
467
|
+
$rte-radio-keep-format-padding-top: 24px !default;
|
|
468
|
+
$rte-radio-remove-plain-padding-top: 20px !default;
|
|
469
|
+
$rte-link-label-first-child-padding-top: 0 !default;
|
|
470
|
+
$rte-img-label-first-child-padding-top: 0 !default;
|
|
471
|
+
|
|
472
|
+
//padding-bottom
|
|
473
|
+
$rte-count-resize-enabled-content-padding-bottom: 0 !default;
|
|
474
|
+
$rte-default-character-count-padding-bottom: 2px !default;
|
|
475
|
+
$rte-video-url-wrapper-padding-bottom: 5px !default;
|
|
476
|
+
$rte-filemanager-label-padding-bottom: 8px !default;
|
|
477
|
+
|
|
478
|
+
//margin
|
|
479
|
+
$rte-img-caption-imgleft-margin: 0 !default;
|
|
480
|
+
$rte-table-tablecell-small-margin: 0 !default;
|
|
481
|
+
$rte-dialog-radio-small-margin: 0 !default;
|
|
482
|
+
$rte-video-elem-margin: 0 !default;
|
|
483
|
+
$rte-tbar-btn-small-margin: 0 !default;
|
|
484
|
+
$rte-table-dlg-content-small-margin: 0 !default;
|
|
485
|
+
$rte-content-textarea-margin: 0 !default;
|
|
486
|
+
$rte-quick-toolbar-horizontal-separator-margin: 0 !default;
|
|
487
|
+
$rte-popup-toolbar-item-margin: 0 !default;
|
|
488
|
+
$rte-quick-horizontal-separator-first-margin: 0 !default;
|
|
489
|
+
$rte-table-tablecell-large-margin: 1px !default;
|
|
490
|
+
$rte-table-open-tablecell-margin: 1px !default;
|
|
491
|
+
$rte-emojipicker-input-control-wrapper-margin: 10px !default;
|
|
492
|
+
$rte-content-hr-margin: 10px 0 !default;
|
|
493
|
+
$rte-content-h1-margin: 10px 0 !default;
|
|
494
|
+
$rte-content-h2-margin: 10px 0 !default;
|
|
495
|
+
$rte-content-h3-margin: 10px 0 !default;
|
|
496
|
+
$rte-content-h4-margin: 10px 0 !default;
|
|
497
|
+
$rte-content-h5-margin: 10px 0 !default;
|
|
498
|
+
$rte-content-h6-margin: 10px 0 !default;
|
|
499
|
+
$rte-content-blockquote-margin: 10px 0 !default;
|
|
500
|
+
$rte-content-pre-margin: 0 0 10px !default;
|
|
501
|
+
$rte-content-p-margin: 0 0 10px !default;
|
|
502
|
+
$rte-ul-menu-icon-margin: 0 6px !default;
|
|
503
|
+
$rte-rtl-ul-menu-icon-margin: 0 6px !default;
|
|
504
|
+
$rte-img-video-center-margin: 5px auto !default;
|
|
505
|
+
$rte-img-video-left-margin: 0 auto !default;
|
|
506
|
+
$rte-img-video-right-margin: 0 auto !default;
|
|
507
|
+
$rte-drop-text-margin: 0 auto !default;
|
|
508
|
+
$rte-drop-text-mobile-margin: 0 auto !default;
|
|
509
|
+
$rte-img-caption-margin: 5px auto !default;
|
|
510
|
+
$rte-img-caption-inline-margin: 5px auto !default;
|
|
511
|
+
$rte-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
512
|
+
$rte-dlg-modal-browse-btn-margin: 0 auto 10px !default;
|
|
513
|
+
$rte-media-droparea-browsebtn-margin: 0 auto 10px !default;
|
|
514
|
+
$rte-li-ul-margin: 10px !default;
|
|
515
|
+
$rte-big-quick-toolbar-item-margin: 0 !default;
|
|
516
|
+
$rte-media-elem-margin: auto !default;
|
|
517
|
+
$rte-content-img-caption-inner-margin: auto !default;
|
|
518
|
+
$rte-img-wrap-margin: auto !default;
|
|
519
|
+
|
|
520
|
+
//margin-left
|
|
521
|
+
$rte-content-blockquote-margin-left: 0 !default;
|
|
522
|
+
$rte-toolbar-multirow-margin-left: 0 !default;
|
|
523
|
+
$rte-toolbar-item-first-child-margin-left: 0 !default;
|
|
524
|
+
$rte-img-caption-left-margin-left: 0 !default;
|
|
525
|
+
$rte-uploadwrap-file-container-margin-left: 0 !default;
|
|
526
|
+
$rte-toolbar-poup-extended-margin-left: 0 !default;
|
|
527
|
+
$rte-media-inline-elem-margin-left: 5px !default;
|
|
528
|
+
$rte-img-video-right-margin-left: 5px !default;
|
|
529
|
+
$rte-img-caption-inline-margin-left: 5px !default;
|
|
530
|
+
$rte-slash-menu-icon-margin-left: 15px !default;
|
|
531
|
+
$rte-imgcenter-margin-left: auto !default;
|
|
532
|
+
$rte-imgright-margin-left: auto !default;
|
|
533
|
+
$rte-image-imgright-margin-left: auto !default;
|
|
534
|
+
|
|
535
|
+
//margin-right
|
|
536
|
+
$rte-img-caption-right-margin-right: 0 !default;
|
|
537
|
+
$rte-toolbar-multirow-margin-right: 0 !default;
|
|
538
|
+
$rte-img-caption-imgright-margin-right: 0 !default;
|
|
539
|
+
$rte-img-caption-inline-margin-right: 5px !default;
|
|
540
|
+
$rte-media-inline-elem-margin-right: 5px !default;
|
|
541
|
+
$rte-img-video-left-margin-right: 5px !default;
|
|
542
|
+
$rte-default-character-count-margin-right: 15px !default;
|
|
543
|
+
$rte-upload-file-container-margin-right: 50px !default;
|
|
544
|
+
$rte-imgcenter-margin-right: auto !default;
|
|
545
|
+
$rte-imgleft-margin-right: auto !default;
|
|
546
|
+
$rte-character-count-last-child-margin-right: 10px !default;
|
|
547
|
+
$rte-character-count-rtl-margin-right: auto !default;
|
|
548
|
+
|
|
549
|
+
//margin-top
|
|
550
|
+
$rte-uploadwrap-file-btn-icons-margin-top: 0 !default;
|
|
551
|
+
$rte-color-picker-margin-top: 3px !default;
|
|
552
|
+
$rte-table-field-margin-top: 4px !default;
|
|
553
|
+
$rte-table-element-margin-top: 12px !default;
|
|
554
|
+
$rte-table-span-margin-top: 12px !default;
|
|
555
|
+
$rte-content-h3-h4-tag-margin-top: .6em !default;
|
|
556
|
+
$rte-content-h4-h5-tag-margin-top: .6em !default;
|
|
557
|
+
$rte-content-h5-h6-tag-margin-top: .6em !default;
|
|
558
|
+
$rte-big-content-h3-h4-tag-margin-top: .6em !default;
|
|
559
|
+
$rte-big-content-h4-h5-tag-margin-top: .6em !default;
|
|
560
|
+
$rte-big-content-h5-h6-tag-margin-top: .6em !default;
|
|
561
|
+
$rte-content-table-margin-top: 10px !default;
|
|
562
|
+
|
|
563
|
+
//margin-bottom
|
|
564
|
+
$rte-tb-bottom-content-margin-bottom: 0 !default;
|
|
565
|
+
$rte-content-ul-tag-margin-bottom: 0 !default;
|
|
566
|
+
$rte-content-para-pre-block-last-margin-bottom: 0 !default;
|
|
567
|
+
$rte-table-span-margin-bottom: 8px !default;
|
|
568
|
+
$rte-content-p-margin-bottom: 10px !default;
|
|
569
|
+
$rte-content-li-margin-bottom: 10px !default;
|
|
570
|
+
$rte-content-table-margin-bottom: 10px !default;
|
|
571
|
+
$rte-resize-bar-margin-bottom: 20px !default;
|
|
572
|
+
|
|
573
|
+
//border
|
|
574
|
+
$rte-content-pre-border: 0 !default;
|
|
575
|
+
$rte-content-textarea-border: 0 !default;
|
|
576
|
+
$rte-content-src-textarea-border: 0 !default;
|
|
577
|
+
$rte-media-break-elem-border: 0 !default;
|
|
578
|
+
$rte-media-elem-border: 0 !default;
|
|
579
|
+
$rte-quick-popup-hide-border: 0 !default;
|
|
580
|
+
$rte-hr-small-border: 2px solid rgba(157, 157, 157, .48) !default;
|
|
581
|
+
$rte-pre-border: 1px solid rgba(229, 231, 235, 1) !default;
|
|
582
|
+
$rte-pre-small-border: 1px solid rgba(40, 47, 60, 1) !default;
|
|
583
|
+
$rte-table-select-border: 2px double $rte-table-select-border-color !default;
|
|
584
|
+
$rte-table-select-multi-cells-border: 1px double $rte-table-select-border-color !default;
|
|
585
|
+
$rte-container-border: 1px solid $rte-border-color !default;
|
|
586
|
+
$rte-table-border: 1px solid $rte-table-border-color !default;
|
|
587
|
+
$rte-media-droparea-upload-border: 0 solid transparent !default;
|
|
588
|
+
$rte-content-table-select-border: 1px double $rte-table-select-border-color !default;
|
|
589
|
+
$rte-table-border-table-border: 1px double $rte-table-border-color !default;
|
|
590
|
+
$rte-import-word-upload-border: 0 solid transparent !default;
|
|
591
|
+
$rte-drop-text-border: 2px dashed $rte-upload-drag-border-clr !default;
|
|
592
|
+
$rte-table-span-active-border: 1px solid $rte-table-span-active-border-color !default;
|
|
593
|
+
$rte-tb-expended-hover-border: solid rgba(0, 0, 0, .12) !default;
|
|
594
|
+
$rte-img-video-boxmark-border: 1px solid $rte-img-resize-color !default;
|
|
595
|
+
$rte-mob-img-video-boxmark-border: 1px solid $rte-img-resize-back-color !default;
|
|
596
|
+
$rte-direct-span-media-boxmark-border: 1px solid $rte-img-resize-color !default;
|
|
597
|
+
$rte-emoji-grp-btn-border: none !default;
|
|
598
|
+
$rte-insert-table-btn-border: none !default;
|
|
599
|
+
$rte-iframe-content-border: none !default;
|
|
600
|
+
$rte-quick-popup-toolbar-border: none !default;
|
|
601
|
+
$rte-toolbar-btn-border: none !default;
|
|
602
|
+
$rte-toolbar-btn-hover-border: none !default;
|
|
603
|
+
$rte-emojipicker-toolbar-border: none !default;
|
|
604
|
+
$rte-emojipicker-toolbar-scroll-border: none !default;
|
|
605
|
+
$rte-toolbar-pop-border: none !default;
|
|
606
|
+
|
|
607
|
+
//border-bottom
|
|
608
|
+
$rte-dialog-file-list-border-bottom: 0 !default;
|
|
609
|
+
$rte-uploadwrap-file-list-border-bottom: 0 solid transparent !default;
|
|
610
|
+
$rte-reicon-before-border-bottom: 6px solid transparent !default;
|
|
611
|
+
$rte-reicon-after-border-bottom: 6px solid transparent !default;
|
|
612
|
+
$rte-toolbar-wrapper-container-border-bottom: 1px solid $rte-border-color !default;
|
|
613
|
+
|
|
614
|
+
//border-top
|
|
615
|
+
$rte-dialog-upload-files-border-top: 0 !default;
|
|
616
|
+
$rte-reicon-before-border-top: 6px solid transparent !default;
|
|
617
|
+
$rte-reicon-after-border-top: 6px solid transparent !default;
|
|
618
|
+
$rte-wrapper-tb-bottom-border-top: 1px solid $rte-border-color !default;
|
|
619
|
+
$rte-droparea-files-border-top: 0 solid transparent !default;
|
|
620
|
+
|
|
621
|
+
//border-left
|
|
622
|
+
$rte-content-blockquote-border-left: 0 !default;
|
|
623
|
+
$rte-reicon-after-border-left: 6px solid !default;
|
|
624
|
+
|
|
625
|
+
//border-right
|
|
626
|
+
$rte-reicon-before-border-right: 6px solid !default;
|
|
627
|
+
|
|
628
|
+
//gap
|
|
629
|
+
$rte-edit-table-cell-gap: 16px !default;
|
|
630
|
+
$rte-emoji-btn-gap: 10px !default;
|
|
631
|
+
$rte-emoji-btn-group-gap: 6px !default;
|
|
632
|
+
$rte-emoji-search-btn-gap: 6px !default;
|
|
633
|
+
$rte-big-emoji-search-btn-gap: 6px !default;
|
|
634
|
+
$rte-slashmenu-description-gap: 10px !default;
|
|
635
|
+
$rte-big-emoji-btn-gap: 10px !default;
|
|
636
|
+
$rte-big-emoji-btn-group-gap: 8px !default;
|
|
637
|
+
|
|
638
|
+
//height
|
|
639
|
+
$rte-content-ul-h1-height: 40px;
|
|
640
|
+
$rte-content-ul-h2-height: 40px;
|
|
641
|
+
$rte-checklist-checkbox-height: 16px;
|
|
642
|
+
$rte-container-height: 100%;
|
|
643
|
+
$rte-content-textarea-height: 100%;
|
|
644
|
+
$rte-full-screen-height: 100%;
|
|
645
|
+
$rte-content-height: 100%;
|
|
646
|
+
$rte-table-cell-after-height: 100%;
|
|
647
|
+
$rte-srctextarea-height: 100%;
|
|
648
|
+
$rte-color-picker-height: auto;
|
|
649
|
+
$rte-media-inline-dropdown-height: 34px;
|
|
650
|
+
$rte-content-table-select-height: inherit;
|
|
651
|
+
$rte-emoji-search-btn-height: 0;
|
|
652
|
+
$rte-modal-popup-container-height: 100%;
|
|
653
|
+
$rte-popup-overlay-height: 100%;
|
|
654
|
+
$rte-reicon-before-height: 0;
|
|
655
|
+
$rte-reicon-after-height: 0;
|
|
656
|
+
$rte-dlg-modal-browse-btn-mobile-height: 36px;
|
|
657
|
+
$rte-toolbar-wrapper-container-height: auto;
|
|
658
|
+
$rte-tip-pointer-before-after-height: 0;
|
|
659
|
+
|
|
660
|
+
//width
|
|
661
|
+
$rte-checklist-checkbox-width: 16px;
|
|
662
|
+
$rte-container-width: 100%;
|
|
663
|
+
$rte-content-textarea-width: 100%;
|
|
664
|
+
$rte-full-screen-width: 100%;
|
|
665
|
+
$rte-toolbar-multirow-width: 100%;
|
|
666
|
+
$rte-content-width: 100%;
|
|
667
|
+
$rte-e-content-width: 100%;
|
|
668
|
+
$rte-table-cell-after-width: 100%;
|
|
669
|
+
$rte-srctextarea-width: 100%;
|
|
670
|
+
$rte-color-picker-width: 100%;
|
|
671
|
+
$rte-ul-menu-icon-width: auto;
|
|
672
|
+
$rte-drop-text-width: auto;
|
|
673
|
+
$rte-content-img-caption-inner-width: 100%;
|
|
674
|
+
$rte-img-wrap-width: 100%;
|
|
675
|
+
$rte-insert-table-btn-width: 100%;
|
|
676
|
+
$rte-table-bgcolor-width: 50%;
|
|
677
|
+
$rte-modal-popup-container-width: 100%;
|
|
678
|
+
$rte-popup-overlay-width: 100%;
|
|
679
|
+
$rte-insert-table-btn-width: 100%;
|
|
680
|
+
$rte-pop-toolbar-extended-width: 100%;
|
|
681
|
+
$rte-tip-pointer-before-after-width: 0;
|
|
682
|
+
$rte-emoji-popup-open-width: 310px;
|
|
683
|
+
$rte-big-emoji-popup-open-width: 337px;
|
|
684
|
+
|
|
685
|
+
//min-height
|
|
686
|
+
$rte-dialog-min-height: 298px;
|
|
687
|
+
$rte-uploadwrap-file-list-min-height: initial;
|
|
688
|
+
$rte-quick-toolbar-min-height: auto;
|
|
689
|
+
$rte-quick-toolbar-items-not-tbar-pos-min-height: auto;
|
|
690
|
+
$rte-quick-toolbar-items-not-tbar-pos-min-width: auto;
|
|
691
|
+
$rte-popup-toolbar-item-min-height: auto;
|
|
692
|
+
$rte-big-quick-toolbar-min-height: auto;
|
|
693
|
+
$rte-big-quick-toolbar-items-not-tbar-pos-min-height: auto;
|
|
694
|
+
$rte-big-popup-toolbar-item-min-height: auto;
|
|
695
|
+
$rte-expended-nav-min-height: 32px;
|
|
696
|
+
$rte-big-expended-nav-min-height: 40px;
|
|
697
|
+
$rte-emoji-popup-open-min-height: 330px;
|
|
698
|
+
$rte-big-emoji-popup-open-min-height: 337px;
|
|
699
|
+
|
|
700
|
+
//min-width
|
|
701
|
+
$rte-quick-toolbar-min-width: auto;
|
|
702
|
+
$rte-popup-toolbar-item-min-width: auto;
|
|
703
|
+
$rte-big-quick-toolbar-min-width: auto;
|
|
704
|
+
$rte-big-quick-toolbar-items-not-tbar-pos-min-width: auto;
|
|
705
|
+
$rte-big-popup-toolbar-item-min-width: auto;
|
|
706
|
+
$rte-dropdown-icons-ul-min-width: auto;
|
|
707
|
+
|
|
708
|
+
//max-width
|
|
709
|
+
$rte-media-break-elem-max-width: 100%;
|
|
710
|
+
$rte-media-elem-max-width: 100%;
|
|
711
|
+
$rte-media-inline-elem-max-width: 100%;
|
|
712
|
+
$rte-img-video-center-max-width: 100%;
|
|
713
|
+
$rte-img-caption-max-width: 100%;
|
|
714
|
+
|
|
715
|
+
//max-height
|
|
716
|
+
$rte-codeblock-dropdown-popup-max-height: 300px;
|
|
717
|
+
|
|
718
|
+
//theme-specific
|
|
719
|
+
$rte-dialog-fluent-min-height: 308px;
|
|
720
|
+
$rte-big-dialog-fluent-min-height: 350px;
|
|
721
|
+
$rte-toolbar-items-top-left-border-radius: $radius-4 !default;
|
|
722
|
+
|
|
723
|
+
//End of Typography Variables Implementation
|