@syncfusion/ej2-angular-documenteditor 20.2.39 → 20.2.40-ngcc

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.
Files changed (203) hide show
  1. package/@syncfusion/ej2-angular-documenteditor.es5.js +574 -0
  2. package/@syncfusion/ej2-angular-documenteditor.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-documenteditor.js +544 -0
  4. package/@syncfusion/ej2-angular-documenteditor.js.map +1 -0
  5. package/CHANGELOG.md +3034 -0
  6. package/dist/ej2-angular-documenteditor.umd.js +841 -0
  7. package/dist/ej2-angular-documenteditor.umd.js.map +1 -0
  8. package/dist/ej2-angular-documenteditor.umd.min.js +11 -0
  9. package/dist/ej2-angular-documenteditor.umd.min.js.map +1 -0
  10. package/ej2-angular-documenteditor.d.ts +6 -0
  11. package/ej2-angular-documenteditor.metadata.json +1 -0
  12. package/package.json +14 -28
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/collection.json +15 -0
  15. package/schematics/generators/documenteditorcontainer-default/index.d.ts +3 -0
  16. package/schematics/generators/documenteditorcontainer-default/index.js +8 -0
  17. package/schematics/generators/documenteditorcontainer-default/sample-details.d.ts +5 -0
  18. package/schematics/generators/documenteditorcontainer-default/sample-details.js +7 -0
  19. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +3 -0
  20. package/schematics/generators/documenteditorcontainer-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +8 -0
  21. package/schematics/generators/documenteditorcontainer-default/schema.d.ts +3 -0
  22. package/schematics/generators/documenteditorcontainer-default/schema.js +2 -0
  23. package/schematics/generators/documenteditorcontainer-default/schema.json +125 -0
  24. package/schematics/ng-add/index.d.ts +3 -0
  25. package/schematics/ng-add/index.js +9 -0
  26. package/schematics/ng-add/schema.d.ts +13 -0
  27. package/schematics/ng-add/schema.js +2 -0
  28. package/schematics/ng-add/schema.json +34 -0
  29. package/schematics/tsconfig.json +25 -0
  30. package/schematics/utils/lib-details.d.ts +4 -0
  31. package/schematics/utils/lib-details.js +6 -0
  32. package/schematics/utils/lib-details.ts +2 -2
  33. package/src/document-editor/documenteditor-all.module.d.ts +0 -6
  34. package/src/document-editor/documenteditor.component.d.ts +0 -3
  35. package/src/document-editor/documenteditor.module.d.ts +0 -6
  36. package/src/document-editor-container/documenteditorcontainer-all.module.d.ts +0 -6
  37. package/src/document-editor-container/documenteditorcontainer.component.d.ts +0 -3
  38. package/src/document-editor-container/documenteditorcontainer.module.d.ts +0 -6
  39. package/styles/bootstrap-dark.css +1 -9
  40. package/styles/bootstrap.css +1 -9
  41. package/styles/bootstrap4.css +1 -9
  42. package/styles/bootstrap5-dark.css +3 -10
  43. package/styles/bootstrap5.css +3 -10
  44. package/styles/document-editor/bootstrap-dark.css +0 -5
  45. package/styles/document-editor/bootstrap-dark.scss +1 -4
  46. package/styles/document-editor/bootstrap.css +0 -5
  47. package/styles/document-editor/bootstrap.scss +1 -4
  48. package/styles/document-editor/bootstrap4.css +0 -5
  49. package/styles/document-editor/bootstrap4.scss +1 -4
  50. package/styles/document-editor/bootstrap5-dark.css +0 -5
  51. package/styles/document-editor/bootstrap5-dark.scss +1 -4
  52. package/styles/document-editor/bootstrap5.css +0 -5
  53. package/styles/document-editor/bootstrap5.scss +1 -4
  54. package/styles/document-editor/fabric-dark.css +0 -5
  55. package/styles/document-editor/fabric-dark.scss +1 -4
  56. package/styles/document-editor/fabric.css +0 -5
  57. package/styles/document-editor/fabric.scss +1 -4
  58. package/styles/document-editor/fluent-dark.css +0 -5
  59. package/styles/document-editor/fluent-dark.scss +1 -4
  60. package/styles/document-editor/fluent.css +0 -5
  61. package/styles/document-editor/fluent.scss +1 -4
  62. package/styles/document-editor/highcontrast-light.css +14 -18
  63. package/styles/document-editor/highcontrast-light.scss +1 -4
  64. package/styles/document-editor/highcontrast.css +0 -5
  65. package/styles/document-editor/highcontrast.scss +1 -4
  66. package/styles/document-editor/material-dark.css +0 -5
  67. package/styles/document-editor/material-dark.scss +1 -4
  68. package/styles/document-editor/material.css +0 -5
  69. package/styles/document-editor/material.scss +1 -4
  70. package/styles/document-editor/tailwind-dark.css +0 -5
  71. package/styles/document-editor/tailwind-dark.scss +1 -4
  72. package/styles/document-editor/tailwind.css +0 -5
  73. package/styles/document-editor/tailwind.scss +1 -4
  74. package/styles/document-editor-container/bootstrap-dark.css +1 -4
  75. package/styles/document-editor-container/bootstrap-dark.scss +1 -5
  76. package/styles/document-editor-container/bootstrap.css +1 -4
  77. package/styles/document-editor-container/bootstrap.scss +1 -5
  78. package/styles/document-editor-container/bootstrap4.css +1 -4
  79. package/styles/document-editor-container/bootstrap4.scss +1 -5
  80. package/styles/document-editor-container/bootstrap5-dark.css +3 -5
  81. package/styles/document-editor-container/bootstrap5-dark.scss +1 -5
  82. package/styles/document-editor-container/bootstrap5.css +3 -5
  83. package/styles/document-editor-container/bootstrap5.scss +1 -5
  84. package/styles/document-editor-container/fabric-dark.css +1 -4
  85. package/styles/document-editor-container/fabric-dark.scss +1 -5
  86. package/styles/document-editor-container/fabric.css +1 -4
  87. package/styles/document-editor-container/fabric.scss +1 -5
  88. package/styles/document-editor-container/fluent-dark.css +3 -5
  89. package/styles/document-editor-container/fluent-dark.scss +1 -5
  90. package/styles/document-editor-container/fluent.css +3 -5
  91. package/styles/document-editor-container/fluent.scss +1 -5
  92. package/styles/document-editor-container/highcontrast-light.css +15 -18
  93. package/styles/document-editor-container/highcontrast-light.scss +1 -5
  94. package/styles/document-editor-container/highcontrast.css +1 -4
  95. package/styles/document-editor-container/highcontrast.scss +1 -5
  96. package/styles/document-editor-container/material-dark.css +1 -4
  97. package/styles/document-editor-container/material-dark.scss +1 -5
  98. package/styles/document-editor-container/material.css +1 -4
  99. package/styles/document-editor-container/material.scss +1 -5
  100. package/styles/document-editor-container/tailwind-dark.css +3 -5
  101. package/styles/document-editor-container/tailwind-dark.scss +1 -5
  102. package/styles/document-editor-container/tailwind.css +3 -5
  103. package/styles/document-editor-container/tailwind.scss +1 -5
  104. package/styles/fabric-dark.css +1 -9
  105. package/styles/fabric.css +1 -9
  106. package/styles/fluent-dark.css +3 -10
  107. package/styles/fluent.css +3 -10
  108. package/styles/highcontrast-light.css +15 -22
  109. package/styles/highcontrast.css +1 -9
  110. package/styles/material-dark.css +1 -9
  111. package/styles/material.css +1 -9
  112. package/styles/tailwind-dark.css +3 -10
  113. package/styles/tailwind.css +3 -10
  114. package/esm2020/public_api.mjs +0 -3
  115. package/esm2020/src/document-editor/documenteditor-all.module.mjs +0 -113
  116. package/esm2020/src/document-editor/documenteditor.component.mjs +0 -262
  117. package/esm2020/src/document-editor/documenteditor.module.mjs +0 -25
  118. package/esm2020/src/document-editor-container/documenteditorcontainer-all.module.mjs +0 -29
  119. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +0 -66
  120. package/esm2020/src/document-editor-container/documenteditorcontainer.module.mjs +0 -25
  121. package/esm2020/src/index.mjs +0 -8
  122. package/esm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -5
  123. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  124. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  125. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +0 -506
  126. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +0 -1
  127. package/styles/document-editor/_all.scss +0 -3
  128. package/styles/document-editor/_bootstrap-dark-definition.scss +0 -544
  129. package/styles/document-editor/_bootstrap-definition.scss +0 -543
  130. package/styles/document-editor/_bootstrap4-definition.scss +0 -556
  131. package/styles/document-editor/_bootstrap5-dark-definition.scss +0 -1
  132. package/styles/document-editor/_bootstrap5-definition.scss +0 -557
  133. package/styles/document-editor/_fabric-dark-definition.scss +0 -546
  134. package/styles/document-editor/_fabric-definition.scss +0 -545
  135. package/styles/document-editor/_fluent-dark-definition.scss +0 -1
  136. package/styles/document-editor/_fluent-definition.scss +0 -566
  137. package/styles/document-editor/_fusionnew-definition.scss +0 -557
  138. package/styles/document-editor/_highcontrast-definition.scss +0 -545
  139. package/styles/document-editor/_highcontrast-light-definition.scss +0 -2985
  140. package/styles/document-editor/_layout.scss +0 -216
  141. package/styles/document-editor/_material-dark-definition.scss +0 -562
  142. package/styles/document-editor/_material-definition.scss +0 -562
  143. package/styles/document-editor/_material3-definition.scss +0 -557
  144. package/styles/document-editor/_tailwind-dark-definition.scss +0 -1
  145. package/styles/document-editor/_tailwind-definition.scss +0 -554
  146. package/styles/document-editor/_theme.scss +0 -3391
  147. package/styles/document-editor/icons/_bootstrap-dark.scss +0 -607
  148. package/styles/document-editor/icons/_bootstrap.scss +0 -607
  149. package/styles/document-editor/icons/_bootstrap4.scss +0 -592
  150. package/styles/document-editor/icons/_bootstrap5-dark.scss +0 -1
  151. package/styles/document-editor/icons/_bootstrap5.scss +0 -642
  152. package/styles/document-editor/icons/_fabric-dark.scss +0 -607
  153. package/styles/document-editor/icons/_fabric.scss +0 -607
  154. package/styles/document-editor/icons/_fluent-dark.scss +0 -1
  155. package/styles/document-editor/icons/_fluent.scss +0 -640
  156. package/styles/document-editor/icons/_fusionnew.scss +0 -642
  157. package/styles/document-editor/icons/_highcontrast-light.scss +0 -612
  158. package/styles/document-editor/icons/_highcontrast.scss +0 -607
  159. package/styles/document-editor/icons/_material-dark.scss +0 -600
  160. package/styles/document-editor/icons/_material.scss +0 -600
  161. package/styles/document-editor/icons/_material3.scss +0 -642
  162. package/styles/document-editor/icons/_tailwind-dark.scss +0 -642
  163. package/styles/document-editor/icons/_tailwind.scss +0 -642
  164. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +0 -171
  165. package/styles/document-editor-container/_all.scss +0 -2
  166. package/styles/document-editor-container/_bootstrap-dark-definition.scss +0 -127
  167. package/styles/document-editor-container/_bootstrap-definition.scss +0 -127
  168. package/styles/document-editor-container/_bootstrap4-definition.scss +0 -143
  169. package/styles/document-editor-container/_bootstrap5-dark-definition.scss +0 -1
  170. package/styles/document-editor-container/_bootstrap5-definition.scss +0 -153
  171. package/styles/document-editor-container/_definition.scss +0 -11
  172. package/styles/document-editor-container/_fabric-dark-definition.scss +0 -132
  173. package/styles/document-editor-container/_fabric-definition.scss +0 -129
  174. package/styles/document-editor-container/_fluent-dark-definition.scss +0 -1
  175. package/styles/document-editor-container/_fluent-definition.scss +0 -154
  176. package/styles/document-editor-container/_fusionnew-definition.scss +0 -153
  177. package/styles/document-editor-container/_highcontrast-definition.scss +0 -130
  178. package/styles/document-editor-container/_highcontrast-light-definition.scss +0 -133
  179. package/styles/document-editor-container/_layout.scss +0 -87
  180. package/styles/document-editor-container/_material-dark-definition.scss +0 -131
  181. package/styles/document-editor-container/_material-definition.scss +0 -130
  182. package/styles/document-editor-container/_material3-definition.scss +0 -153
  183. package/styles/document-editor-container/_tailwind-dark-definition.scss +0 -1
  184. package/styles/document-editor-container/_tailwind-definition.scss +0 -147
  185. package/styles/document-editor-container/_theme.scss +0 -2001
  186. package/styles/document-editor-container/icons/_bootstrap-dark.scss +0 -397
  187. package/styles/document-editor-container/icons/_bootstrap.scss +0 -397
  188. package/styles/document-editor-container/icons/_bootstrap4.scss +0 -397
  189. package/styles/document-editor-container/icons/_bootstrap5-dark.scss +0 -1
  190. package/styles/document-editor-container/icons/_bootstrap5.scss +0 -423
  191. package/styles/document-editor-container/icons/_fabric-dark.scss +0 -397
  192. package/styles/document-editor-container/icons/_fabric.scss +0 -397
  193. package/styles/document-editor-container/icons/_fluent-dark.scss +0 -1
  194. package/styles/document-editor-container/icons/_fluent.scss +0 -423
  195. package/styles/document-editor-container/icons/_fusionnew.scss +0 -423
  196. package/styles/document-editor-container/icons/_highcontrast-light.scss +0 -397
  197. package/styles/document-editor-container/icons/_highcontrast.scss +0 -397
  198. package/styles/document-editor-container/icons/_material-dark.scss +0 -399
  199. package/styles/document-editor-container/icons/_material.scss +0 -399
  200. package/styles/document-editor-container/icons/_material3.scss +0 -423
  201. package/styles/document-editor-container/icons/_tailwind-dark.scss +0 -423
  202. package/styles/document-editor-container/icons/_tailwind.scss +0 -423
  203. package/syncfusion-ej2-angular-documenteditor.d.ts +0 -5
@@ -1,3391 +0,0 @@
1
- @include export-module('documenteditor-theme') {
2
- /* stylelint-disable */
3
- .e-de-background {
4
- background-color: $de-background;
5
- }
6
- .e-de-ff-sub-header {
7
- display: block;
8
- font-size: 12px;
9
- font-weight: $de-header-font-weight;
10
- margin-top: 6px;
11
- }
12
-
13
- .e-de-check-exactnumbr-width {
14
- width: $de-check-exactnumbr-width !important;
15
- }
16
-
17
- .e-de-ff-dlg-heading {
18
- display: block;
19
- // font-size: $de-para-dlg-heading-font-size;
20
- font-weight: $de-para-dlg-heading-font-weight;
21
- margin-bottom: $de-ff-dlg-heading-mrgn-btm;
22
- @if $skin-name=='tailwind' {
23
- color: $de-dlg-heading-main-header;
24
- }
25
- }
26
- .e-de-ff-dlg-heading-small {
27
- display: block;
28
- // font-size: $de-para-dlg-small-heading-font-size;
29
- font-weight: $de-para-dlg-heading-font-weight;
30
- margin-bottom: $de-ff-dlg-hdg-small-mrgn-btm;
31
- }
32
- .e-de-ff-dlg-drpdwn-heading {
33
- display: block;
34
- font-size: $de-para-dlg-heading-font-size;
35
- font-weight: $de-para-dlg-heading-font-weight;
36
- margin-bottom: 8px;
37
- @if $skin-name=='tailwind' {
38
- color: $de-dlg-heading-main-header;
39
- }
40
- }
41
- .e-de-ff-dlg-check {
42
- display: block;
43
- font-size: $de-para-dlg-heading-font-size;
44
- font-weight: $de-para-dlg-heading-font-weight;
45
- margin-bottom: -2px;
46
- }
47
- .e-de-div-seperate-dlg {
48
- display: inline-flex;
49
- margin-bottom: $de-ff-seperate-div-mrgn-btm;
50
- width: 100%;
51
- }
52
- .e-de-ff-radio-div {
53
- display: inline-flex;
54
- margin-right: 16px;
55
- }
56
- .e-de-ff-radio-div.e-de-rtl {
57
- margin-left: 16px;
58
- margin-right: 0;
59
- }
60
- .e-de-ff-radio-scnd-div {
61
- display: inline-flex;
62
- margin-bottom: $de-ff-radio-scnd-div-mrgn-btm;
63
- margin-right: 16px;
64
- }
65
- .e-de-ff-radio-scnd-div.e-de-rtl {
66
- margin-left: 16px;
67
- margin-right: 0;
68
- }
69
- .e-de-ff-dlg-lft-hlf {
70
- margin-right: $de-ff-dlg-lft-hlf-mrgn-rgt;
71
- width: $de-ff-dlg-lft-hlf-wdth;
72
- }
73
- .e-de-ff-dlg-lft-hlf.e-de-rtl {
74
- margin-left: $de-ff-dlg-lft-hlf-mrgn-rgt;
75
- margin-right: 0;
76
- }
77
- .e-de-ff-chck-exact {
78
- margin-left: 15px;
79
- margin-top: -6px;
80
- }
81
- .e-de-ff-chck-exact.e-de-rtl {
82
- margin-left: 0;
83
- margin-right: 15px;
84
- }
85
- .e-de-ff-dlg-rght-hlf {
86
- width: 47.5%;
87
- }
88
- .e-de-ff-drpdwn-dlg-scndiv {
89
- display: inline-flex;
90
- height: 168px;
91
- margin-bottom: $de-ff-drpdwn-dlg-scndiv-mrgn-botton;
92
- width: 100%;
93
- }
94
- .e-de-cmt-avatar {
95
- align-items: center;
96
- display: flex;
97
- width: $de-avatar-width;
98
- }
99
- .e-de-ff-cmt-avatar {
100
- align-items: center;
101
- border-radius: 50%;
102
- color: $de-avatar-clr;
103
- display: flex;
104
- font-size: 12px;
105
- height: $de-cmt-avatar-height;
106
- justify-content: center;
107
- letter-spacing: 0;
108
- line-height: 12px;
109
- opacity: 100%;
110
- user-select: none;
111
- width: $de-cmt-avatar-width;
112
- z-index: 1;
113
- }
114
- .e-de-ff-drpdwn-listview {
115
- margin-right: 12px;
116
- width: 100%;
117
- }
118
- .e-de-ff-drpdwn-listview.e-de-rtl {
119
- margin-left: 12px;
120
- margin-right: 0;
121
- }
122
- .e-de-ff-drpdwn-mvup {
123
- margin-right: 8px;
124
- }
125
- .e-de-ff-drpdwn-mvup.e-de-rtl {
126
- margin-left: 8px;
127
- margin-right: 0;
128
- }
129
- .e-de-drp-dwn-frst-div {
130
- margin-bottom: $de-drp-dwn-frst-div-mrgn-btm;
131
- width: 47.5%;
132
- }
133
- .e-de-result-list-block .e-de-search-result-hglt {
134
- background: $search-result-highlight-bg-color;
135
- border-bottom: 2px solid $search-result-hightlight-bdr-clr-hvr;
136
- cursor: default;
137
- padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
138
- }
139
- .e-de-result-list-block .e-de-op-search-txt .e-de-op-search-word-text {
140
- color: $search-result-hightlight-bdr-clr;
141
- }
142
- .e-de-search-result-item {
143
- cursor: default;
144
- padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
145
- word-break: break-word;
146
- }
147
- .e-de-search-result-item:hover {
148
- border-bottom: 1px solid $search-result-hightlight-bdr-clr-hvr;
149
- cursor: default;
150
- }
151
- .e-de-search-result-item:focus {
152
- border-bottom: 2px solid $search-result-hightlight-bdr-clr-hvr;
153
- cursor: default;
154
- padding: $search-result-item-padding-top 1px $search-result-item-padding-bottom 5px;
155
- }
156
- @if $skin-name !='tailwind' {
157
- .e-de-search-tab-content .e-input-group .e-de-op-search-icon:focus {
158
- border: 1px solid $search-icon-bdr-clr;
159
- }
160
- .e-de-op-search-icon:hover {
161
- background: $search-icon-hvr;
162
- }
163
- .e-de-search-tab-content .e-input-group .e-de-op-search-close-icon:focus {
164
- border: 1px solid $search-icon-bdr-clr;
165
- border-right-width: 0;
166
- }
167
- .e-de-op-search-close-icon:hover {
168
- background: $search-icon-hvr;
169
- }
170
- .e-spin-down:focus {
171
- border: 1px solid $spin-down-bdr-clr;
172
- border-right-width: 0;
173
- }
174
- .e-spin-down:hover {
175
- background: $spin-down-hvr;
176
- }
177
- .e-spin-up:focus {
178
- border: 1px solid $spin-up-bdr-clr;
179
- border-right-width: 0;
180
- }
181
- .e-spin-up:hover {
182
- background: $spin-up-hvr;
183
- }
184
- }
185
- .e-de-toc-dlg-heading {
186
- color: $de-dlg-heading-main-header;
187
- display: block;
188
- font-size: $de-toc-dlg-heading-font-size;
189
- font-weight: $de-toc-dlg-heading-font-weight;
190
- margin-bottom: $de-toc-title-bottom-margin;
191
- }
192
- .e-de-toc-dlg-main-heading {
193
- color: $de-dlg-heading-main-header;
194
- display: block;
195
- font-size: $de-toc-dlg-heading-font-size;
196
- font-weight: $de-toc-dlg-main-heading-font-weight;
197
- margin-bottom: $de-title-bottom-margin;
198
- }
199
- .e-content-placeholder.e-documenteditor.e-placeholder-documenteditor {
200
- background-size: 100%;
201
- }
202
- .e-de-toc-reset-button {
203
- margin-top: $de-toc-reset-button-margin-top;
204
- }
205
- .e-de-toc-reset-button.e-de-rtl {
206
- margin-right: 0;
207
- }
208
- .e-de-toc-modify-button {
209
- margin-left: $de-toc-modify-button-margin-left;
210
- margin-top: $de-toc-modify-button-margin-top;
211
- }
212
- .e-de-toc-modify-button.e-de-rtl {
213
- margin-left: 0;
214
- margin-right: $de-toc-modify-button-margin-rtl;
215
- }
216
- .e-de-toc-dlg-container {
217
- height: $de-toc-dlg-height;
218
- width: $de-toc-dlg-width;
219
- }
220
- .e-de-toc-dlg-sub-container {
221
- margin-bottom: $de-toc-sub-container-bottom;
222
- }
223
- .e-de-toc-list-view {
224
- border: 1px solid $de-toc-list-view-border-color;
225
- border-radius: $de-toc-styles-table-div-border-radius;
226
- font-size: $de-toc-list-view-font-size;
227
- height: $de-toc-list-view-height;
228
- overflow-y: scroll;
229
- }
230
- .e-de-toc-list-view.e-de-rtl {
231
- margin-left: 0;
232
- }
233
- .e-de-toc-dlg-sub-heading {
234
- color: $de-dlg-heading-main-header;
235
- display: block;
236
- font-size: $de-toc-dlg-heading-font-size;
237
- font-weight: $de-toc-dlg-heading-font-weight;
238
- margin: $de-toc-dlg-sub-margin;
239
- }
240
- .e-de-toc-dlg-style-label {
241
- margin-left: $de-toc-dlg-style-label-left;
242
- margin-top: $de-toc-dlg-style-label-top;
243
- }
244
- .e-de-toc-dlg-style-label .e-de-rtl {
245
- margin-left: 0;
246
- margin-right: $de-toc-dlg-style-label-left;
247
- }
248
- .e-de-pagesetup-dlg-container {
249
- height: $de-page-setup-dlg-height;
250
- width: $de-page-setup-dlg-width;
251
- }
252
- .e-de-page-setup-ppty-tab {
253
- border: $de-page-setup-ppty-tab-border;
254
- }
255
- .e-de-page-setup-dlg-sub-container {
256
- margin-bottom: $de-page-setup-sub-container-bottom;
257
- }
258
- .e-de-page-setup-dlg-left-sub-container {
259
- float: left;
260
- position: relative;
261
- top: $de-page-setup-dlg-left-container-top;
262
- }
263
- .e-de-page-setup-dlg-left-sub-container.e-de-rtl {
264
- float: right;
265
- }
266
- .e-de-page-setup-dlg-right-sub-container {
267
- float: right;
268
- position: relative;
269
- top: $de-page-setup-dlg-right-container-top;
270
- }
271
- .e-de-page-setup-dlg-right-sub-container.e-de-rtl {
272
- float: left;
273
- }
274
- .e-de-page-setup-dlg-sub-header {
275
- display: block;
276
- font-size: $de-page-setup-margin-dia-common-font;
277
- font-weight: $de-header-font-weight;
278
- margin-bottom: $de-page-setup-margin-dia-common-margin-bottom;
279
- margin-top: $de-page-setup-margin-dia-common-margin-top;
280
- }
281
- .e-de-page-setup-dlg-sub-title-header {
282
- display: block;
283
- font-size: $de-page-setup-margin-dia-common-font;
284
- font-weight: $de-header-font-weight;
285
- margin-bottom: $de-page-setup-margin-dia-common-margin-bottom;
286
- margin-top: $de-page-setup-common-margin-top;
287
- }
288
- .e-de-page-setup-dlg-sub-container-port {
289
- height: $de-page-setup-sub-container-height-style;
290
- margin-bottom: $de-page-setup-sub-container-port-bottom;
291
- }
292
- .e-de-page-setup-dlg-sub-label {
293
- font-size: $de-page-setup-dlg-sub-label-font-size;
294
- font-weight: $de-page-setup-dlg-sub-label-font-weight;
295
- @if $skin-name=='tailwind' {
296
- color: $de-dlg-heading-main-header;
297
- }
298
- }
299
- .e-de-page-setup-dlg-orientation-prop {
300
- margin-top: $de-page-setup-dlg-orientation-prop-margin-top;
301
- }
302
- .e-de-page-setup-dlg-sub-size-container {
303
- height: $de-page-setup-sub-size-container-height;
304
- margin-bottom: $de-page-setup-sub-size-container-bottom;
305
- }
306
- .e-de-page-setup-dlg-layout-sub-container {
307
- height: $de-page-setup-layout-sub-container-height;
308
- margin-bottom: $de-page-setup-layout-sub-container-bottom;
309
- position: relative;
310
- top: $de-page-setup-layout-sub-container-top;
311
- }
312
- .e-de-page-setup-dlg-first-page-prop {
313
- margin-bottom: 8px;
314
- }
315
- @if $skin-name !='tailwind' and $skin-name !='FluentUI' {
316
- .e-de-page-setup-dlg-first-page-prop .e-label,
317
- .e-de-page-setup-dlg-odd-or-even-prop .e-label {
318
- font-size: $de-page-setup-checkbox-label-font-size;
319
- }
320
- .e-de-page-setup-dlg-first-page-prop .e-frame,
321
- .e-de-page-setup-dlg-odd-or-even-prop .e-frame {
322
- height: $de-checkbox-height;
323
- line-height: $de-checkbox-line-height;
324
- width: $de-checkbox-width;
325
- }
326
- }
327
-
328
- .e-de-page-setup-dlg-left-layout-container {
329
- float: left;
330
- position: relative;
331
- top: $de-page-setup-dlg-layout-container-top;
332
- }
333
- .e-de-page-setup-dlg-left-layout-container.e-de-rtl {
334
- float: right;
335
- }
336
- .e-de-page-setup-dlg-right-layout-container {
337
- float: right;
338
- position: relative;
339
- top: $de-page-setup-dlg-layout-container-top;
340
- }
341
- .e-de-page-setup-dlg-right-layout-container.e-de-rtl {
342
- float: left;
343
- }
344
- .e-de-dlg-footer .e-btn {
345
- margin-left: 10px;
346
- }
347
- .e-de-hyperlink-dlg-title {
348
- font-size: 12px;
349
- font-weight: $de-header-font-weight;
350
- margin-bottom: $de-hyperlink-dlg-margin-bottom;
351
- margin-top: $de-hyperlink-dlg-margin-top;
352
- }
353
- .e-de-hyperlink .e-de-hyperlink-dlg-input {
354
- height: $de-hyperlink-dlg-input-height;
355
- margin-bottom: $de-hyperlink-dlg-input-bottom;
356
- width: $de-hyperlink-dlg-input-width;
357
- }
358
- .e-de-font-dlg-header {
359
- display: flex;
360
- font-size: 12px;
361
- font-weight: $de-header-font-weight;
362
- margin-bottom: $de-font-dlg-header-margin-bottom;
363
- @if $skin-name=='tailwind' {
364
- line-height: 18px;
365
- }
366
- }
367
- .e-de-font-dlg-header-effects,
368
- .e-de-font-dlg-header-font-color {
369
- display: flex;
370
- font-size: $de-font-dlg-font-size;
371
- font-weight: $de-header-font-weight;
372
- margin-bottom: $de-fnt-dlg-header-effects-mrgn-btm;
373
- }
374
- .e-de-font-dlg-main-header {
375
- color: $de-dlg-heading-main-header;
376
- font-size: 14px;
377
- font-weight: $de-header-font-weight;
378
- margin-right: $de-font-dlg-main-header-margin-right;
379
- }
380
- .e-de-font-dlg-cb-right {
381
- margin-left: $e-de-font-dlg-cb-margin-right;
382
- }
383
- .e-de-font-dlg-cb-right.e-de-rtl {
384
- margin-left: 0;
385
- margin-right: $e-de-font-dlg-cb-margin-right;
386
- }
387
- .e-de-font-dlg-cb-right-div {
388
- margin-left: 20px;
389
- }
390
- .e-de-dropdown {
391
- margin-right: $de-dropdown-margin-right;
392
- }
393
- .e-de-restrict-pane{
394
- border-right: 1px solid $de-op-border-clr;
395
- padding-left: $de-op-padding-left;
396
- padding-top: $de-op-padding-top;
397
- padding-right: $de-op-padding-left;
398
- position: relative;
399
- width: 300px;
400
- }
401
- @if $skin-name =='FluentUI' {
402
- .e-bigger {
403
- .e-de-restrict-pane,
404
- .e-de-op {
405
- width: 300px;
406
- }
407
- }
408
- }
409
- .e-de-op {
410
- border-right: 1px solid $de-op-border-clr;
411
- padding-left: $de-op-padding-left;
412
- padding-right: $de-op-padding-left;
413
- position: relative;
414
- width: 300px;
415
- }
416
- .e-de-op.e-de-rtl {
417
- padding-left: 0;
418
- padding-right: $de-op-padding-left;
419
- }
420
- .e-de-op-header {
421
- color: $de-op-title-clr;
422
- font-family: $de-op-header-font-family;
423
- font-size: 15px;
424
- font-weight: $de-op-header-font-weight;
425
- margin-bottom: $de-op-header-bottm-margin;
426
- padding-top: $de-op-header-padding-top;
427
- @if $skin-name=='tailwind' {
428
- line-height: 24px;
429
- }
430
- }
431
- .e-de-op-header.e-de-rtl {
432
- direction: rtl;
433
- text-align: right;
434
- }
435
- .e-de-op-tab {
436
- border: 0;
437
- height: auto;
438
- @if $skin-name=='tailwind' {
439
- background: transparent;
440
- }
441
- }
442
- .e-de-op-icon {
443
- color: $de-op-icon-color;
444
- @if $skin-name !='tailwind' {
445
- height: 20px;
446
- width: 20px;
447
- }
448
- }
449
- .e-de-op-close-icon {
450
- @if $skin-name !='bootstrap' {
451
- color: $dialog-btn-clr;
452
- }
453
- }
454
- .e-de-op-nav-btn {
455
- @if $skin-name !='tailwind' {
456
- height: $de-op-close-icon-width;
457
- width: $de-op-close-icon-width;
458
- }
459
- }
460
- .e-de-op-search-txt {
461
- border-bottom: 1px solid $search-result-hightlight-bdr-item;
462
- color: $de-dlg-heading-main-header;
463
- font-size: 14px;
464
- }
465
- .e-de-op-search-txt .e-de-op-search-word {
466
- color: $de-op-search-txt;
467
- }
468
- .e-de-op-more-less {
469
- display: inline-flex;
470
- margin-top: $de-op-more-less-mrgn-top;
471
- }
472
-
473
- @if $skin-name == "FluentUI" {
474
- .e-de-rp-more-less{
475
- .e-label{
476
- font-size: 14px !important;
477
- }
478
- }
479
- .e-bigger {
480
- .e-de-op-more-less,
481
- .e-de-rp-more-less {
482
- .e-label {
483
- font-size: 16px !important;
484
- }
485
- }
486
- }
487
- }
488
-
489
- .e-de-op-replacetabcontentdiv {
490
- margin-top: $de-op-more-less-mrgn-top;
491
- }
492
- label[for*="_wholeWord_e-de-ltr"] {
493
- @if $skin-name == "FluentUI" {
494
- left: 15px;
495
- }
496
- @else {
497
- left: 35px;
498
- }
499
- }
500
- label[for*="_wholeWord_e-de-rtl"] {
501
- @if $skin-name == "FluentUI" {
502
- right: 15px;
503
- }
504
- @else {
505
- right: 35px;
506
- }
507
- }
508
- .e-de-cell-dia-label-common {
509
- display: inline-block;
510
- font-size: $de-cell-margin-dia-common-font;
511
- font-weight: $de-header-font-weight;
512
- margin-bottom: $de-cell-margin-dia-common-margin-bottom;
513
- margin-top: $de-cell-margin-dia-common-margin-top;
514
- width: $de-cell-margin-dia-common-width;
515
- }
516
- .e-de-cell-dia-options-label {
517
- //font-size: $de-cell-margin-dia-options-font;
518
- font-weight: $de-para-dlg-heading-font-weight;
519
- @if $skin-name=='tailwind' {
520
- color: $de-dlg-heading-main-header;
521
- }
522
- }
523
- .e-de-table-border-heading {
524
- font-size: $de-border-dlg-border-label-fontsize;
525
- font-weight: $de-border-dlg-border-label-font-weight;
526
- padding-bottom: $de-border-dlg-border-label-paddingbottom;
527
- @if $skin-name=='tailwind' {
528
- color: $de-dlg-heading-main-header;
529
- }
530
- }
531
- .e-de-table-setting-heading {
532
- font-size: $de-border-dlg-setting-label-fontsize;
533
- font-weight: $de-border-dlg-border-label-fontweight;
534
- padding-bottom: $de-border-dlg-setting-label-paddingbottom;
535
- }
536
- .e-de-layout-setting-heading {
537
- font-size: $de-border-dlg-setting-label-fontsize;
538
- font-weight: $de-border-dlg-border-label-fontweight;
539
- padding-bottom: $de-border-dlg-setting-label-paddingbottom;
540
- }
541
- .e-de-table-setting-labels-heading {
542
- font-size: $de-border-dlg-settinglabels-fontsize;
543
- font-weight: $de-border-dlg-border-label-fontweight;
544
- margin-left: $de-table-alignment-label-margin-left;
545
- }
546
- .e-de-table-element-subheading {
547
- font-size: $de-border-dlg-settinglabels-fontsize;
548
- font-weight: $de-border-dlg-border-label-fontweight;
549
- @if $skin-name=='tailwind' {
550
- padding-bottom: 8px !important;
551
- }
552
- }
553
- .e-de-border-dlg-preview-div {
554
- border: $de-border-dlg-border-preview-div-width solid $de-border-dlg-border-preview-div-opacity;
555
- width: 80px;
556
- height: 80px;
557
- }
558
- .e-de-border-dlg-preview-inside-divs {
559
- opacity: $de-border-dlg-preview-inside-divs-opacity;
560
- }
561
- .e-de-tablecell-dia-align-div {
562
- border: $de-table-align-border-width solid $de-table-align-border-color;
563
- display: inline-block;
564
- height: $de-table-align-height;
565
- margin-right: $de-table-align-margin-right;
566
- width: $de-table-align-width;
567
- }
568
- .e-de-tablecell-dia-align-div.e-de-rtl {
569
- margin-left: $de-table-align-margin-right;
570
- margin-right: 0;
571
- }
572
- .e-de-table-dia-align-label {
573
- display: inline-block;
574
- font-size: $de-table-alignment-label-font-size;
575
- font-weight: $de-header-font-weight;
576
- margin-left: $de-table-alignment-label-margin-left;
577
- margin-top: $de-table-alignment-label-margin-top;
578
- }
579
- .e-de-table-dialog-separator-line {
580
- background-color: $de-table-separator-line-color;
581
- bottom: $de-table-separtor-line-top;
582
- display: none;
583
- height: $de-table-separator-line-height;
584
- left: $de-table-separator-line-left;
585
- margin-top: $de-table-dlg-separator-line-top;
586
- position: absolute;
587
- width: $de-table-separator-line-width;
588
- }
589
- .e-de-table-alignment-active {
590
- border: 1px solid $de-table-align-active-color;
591
- }
592
- // .e-de-table-dialog-options-label {
593
- // font-size: $de-table-options-font-size;
594
- // font-weight: $de-table-options-font-weight;
595
- // padding-bottom: $de-table-options-padding-bottom;
596
- // @if $skin-name=='tailwind' {
597
- // color: $de-dlg-heading-main-header;
598
- // }
599
- // }
600
- .e-de-table-dialog-size-label {
601
- padding-top: $de-table-options-padding-top !important;
602
- }
603
-
604
- .e-de-list-ddl-header {
605
- font-size: 14px;
606
- font-weight: $de-list-dlg-header-font-weight;
607
- margin-bottom: $de-list-dlg-header-margin-bottom;
608
- margin-top: $de-list-dlg-header-margin-top;
609
- @if $skin-name=='tailwind' {
610
- color: $de-dlg-heading-main-header;
611
- }
612
- }
613
- .e-de-list-ddl-header-list-level {
614
- font-size: 14px;
615
- font-weight: $de-list-dlg-header-font-weight;
616
- margin-bottom: $de-list-dlg-header-margin-bottom;
617
- @if $skin-name=='tailwind' {
618
- color: $de-dlg-heading-main-header;
619
- }
620
- }
621
- .e-de-tbl-dlg-footer {
622
- padding-top: $de-tbl-dlg-footer;
623
- }
624
- .e-de-row-ht-top,
625
- .e-de-cell-ht-top {
626
- padding: 0 $de-table-row-cell-pdng;
627
- @if $skin-name=='bootstrap5' or $skin-name=='tailwind' {
628
- width: 144px;
629
- }
630
- @else {
631
- width: 160px;
632
- }
633
- }
634
- .e-de-ht-wdth-type {
635
- margin-top: $de-hght-type-top;
636
- width: 120px;
637
- }
638
- .e-de-row-ht-top.e-de-rtl,
639
- .e-de-cell-ht-top.e-de-rtl {
640
- margin-left: 0;
641
- margin-right: $de-table-row-cell-pdng;
642
- }
643
- .e-de-cell-width-top {
644
- margin-left: $de-cell-width-top-margin-left;
645
- margin-top: $de-cell-width-top-margin-top;
646
- }
647
- .e-de-cell-width-top.e-de-rtl {
648
- margin-left: 0;
649
- margin-right: $de-cell-width-top-margin-left;
650
- }
651
- .e-de-tbl-dlg-border-btn {
652
- float: right;
653
- //margin-bottom: $de-tbl-dlg-border-btn-margin-bottom;
654
- margin-top: $de-tbl-dlg-border-btn-margin-top;
655
- }
656
- .e-de-tbl-dlg-border-btn.e-de-rtl {
657
- float: left;
658
- margin-right: 0;
659
- }
660
- .e-de-table-border-setting.e-de-rtl {
661
- right: 5px;
662
- }
663
- .e-de-tbl-dlg-op-btn {
664
- left: $de-tbl-opt-btn-left;
665
- position: absolute;
666
- top: $de-tbl-opt-btn-top;
667
- }
668
- .e-de-insert-table-dlg-sub-header {
669
- display: block;
670
- font-size: 12px;
671
- font-weight: $de-header-font-weight;
672
- margin-bottom: $de-insert-table-title-bottom-margin;
673
- margin-top: $de-insert-table-title-top-margin;
674
- }
675
- .e-de-insert-footnote-dlg-sub-header,
676
- .e-de-insert-footnote-dlg-header {
677
- display: block;
678
- font-size: 12px;
679
- font-weight: $de-header-font-weight;
680
- margin-bottom: $de-insert-table-title-bottom-margin;
681
- margin-top: $de-insert-table-title-top-margin;
682
- }
683
- .e-de-insert-footnote-dlg-header {
684
- margin-bottom: $de-insert-footnote-dlg-header-mrg-btm;
685
- }
686
- .e-de-insert-table-dlg-input {
687
- @if $skin-name == 'FluentUI' {
688
- display: inline-block;
689
- }
690
- margin-bottom: $de-insert-table-dlg-input-bottom;
691
- }
692
- .e-de-list-ddl-subheader,
693
- .e-de-list-ddl-subheaderbottom {
694
- font-size: 12px;
695
- font-weight: $de-list-dlg-subheader-font-weight;
696
- margin-bottom: $de-list-dlg-subheader-margin-bottom;
697
- margin-top: $de-list-dlg-subheader-margin-top;
698
- }
699
- .e-de-list-dlg-subdiv {
700
- float: right;
701
- margin-top: $e-de-list-subdiv-margin-top;
702
- position: relative;
703
- }
704
- .e-de-list-dlg-subdiv.e-de-rtl {
705
- float: left;
706
- margin-top: $e-de-list-subdiv-margin-top-rtl;
707
- }
708
- .e-de-list-dlg-div {
709
- float: right;
710
- margin-top: $e-de-list-div-margin-top;
711
- position: relative;
712
- }
713
- .e-de-list-dlg-div.e-de-rtl {
714
- float: left;
715
- margin-top: $e-de-list-div-margin-top-rtl;
716
- }
717
- .e-de-ok-button {
718
- margin-right: $de-ok-insert-button-margin-right;
719
- }
720
- .e-de-ok-button.e-de-rtl {
721
- margin-left: $de-ok-insert-button-margin-right;
722
- }
723
- .e-de-options-setter {
724
- left: $de-options-buttons-left;
725
- }
726
- .e-de-op-close-icon:hover {
727
- color: $de-op-btn-icon-hover-clr;
728
- }
729
- .e-de-tooltip {
730
- background-color: $de-tooltip-bg-clr;
731
- box-shadow: $de-tooltip-shadow;
732
- color: $de-tooltip-color;
733
- cursor: text;
734
- display: table;
735
- max-width: 200px;
736
- padding: 5px;
737
- word-wrap: break-word;
738
- }
739
- .e-de-form-popup {
740
- background-color: $de-tooltip-bg-clr;
741
- box-shadow: $de-tooltip-shadow;
742
- color: $de-tooltip-color;
743
- cursor: text;
744
- max-width: 350px;
745
- min-width: 300px;
746
- padding: 16px;
747
- position: absolute;
748
- width: fit-content;
749
- word-wrap: break-word;
750
- }
751
- .e-de-save,
752
- .e-de-cancel {
753
- margin-left: 8px;
754
- }
755
- .e-btn.e-de-op-icon-btn {
756
- background-color: $de-op-btn-icon-bg;
757
- border-color: $de-op-btn-icon-border;
758
- }
759
- .e-documenteditor .e-de-op-close-button {
760
- left: 250px;
761
- position: absolute;
762
- top: $de-op-close-button-top;
763
- @if $skin-name=='bootstrap4' {
764
- padding-top: 0px;
765
- }
766
- }
767
- @if $skin-name=='FluentUI' or $skin-name=='bootstrap5' {
768
- .e-bigger {
769
- .e-documenteditor .e-de-op-close-button {
770
- left: 240px;
771
- position: absolute;
772
- top: 5px;
773
- }
774
- }
775
- }
776
- @if $skin-name=='bootstrap4' or $skin-name=='bootstrap5' {
777
-
778
- .e-de-style-paragraph-indent-group-button .e-btn.e-active,
779
- .e-de-style-paragraph-group-button .e-btn.e-active,
780
- .e-de-style-font-group-button .e-btn.e-active {
781
- @if $skin-name !='tailwind' {
782
- background-color: $de-style-btn-bg-color;
783
- box-shadow: $de-toggle-btn-border;
784
- box-shadow: none;
785
- .e-btn-icon {
786
- @if $skin-name !='bootstrap5' {
787
- color: $de-style-btn-color;
788
- }
789
- }
790
- }
791
- }
792
-
793
- .e-de-style-font-group-button,
794
- .e-de-style-paragraph-group-button,
795
- .e-de-style-paragraph-indent-group-button {
796
- .e-btn {
797
- background-color: $de-style-dlg-btn-bg-color;
798
- border-color: $de-style-dlg-btn-border-color;
799
- #{if(&, '&', '*')}:focus {
800
- background-color: $de-style-btn-bg-color;
801
- box-shadow: $de-toggle-btn-border;
802
- }
803
- #{if(&, '&', '*')}:active {
804
- background-color: $de-style-btn-bg-color;
805
- box-shadow: $de-toggle-btn-border;
806
- }
807
- #{if(&, '&', '*')}:hover {
808
- background-color: $de-style-btn-bg-color;
809
- box-shadow: $de-toggle-btn-border;
810
- }
811
- }
812
- }
813
- .e-de-style-font-group-button .e-btn:hover,
814
- .e-de-style-font-group-button .e-btn:focus,
815
- .e-de-style-font-group-button .e-btn:active,
816
- .e-de-style-font-group-button .e-btn:disabled,
817
- .e-de-style-paragraph-group-button .e-btn:hover,
818
- .e-de-style-paragraph-group-button .e-btn:focus,
819
- .e-de-style-paragraph-group-button .e-btn:active,
820
- .e-de-style-paragraph-group-button .e-btn:disabled {
821
- .e-btn-icon {
822
- @if $skin-name=='bootstrap5' {
823
- color: $de-style-btn-hover-color
824
- }
825
- @else {
826
- color: $de-style-btn-color;
827
- }
828
- }
829
- }
830
- .e-de-style-font-group-button .e-btn-icon,
831
- .e-de-style-paragraph-group-button .e-btn-icon,
832
- .e-de-style-paragraph-indent-group-button .e-btn-icon {
833
- color: $de-prop-btn-icon-clr;
834
- font-size: $de-btn-font-size;
835
- }
836
- .e-de-style-paragraph-indent-group-button .e-btn:hover,
837
- .e-de-style-paragraph-indent-group-button .e-btn:focus,
838
- .e-de-style-paragraph-indent-group-button .e-btn:active,
839
- .e-de-style-paragraph-indent-group-button .e-btn:disabled {
840
- .e-btn-icon {
841
- color: $de-style-btn-color;
842
- }
843
- }
844
- .e-de-style-paragraph-indent-group-button .e-btn-icon {
845
- color: $de-prop-btn-icon-clr;
846
- font-size: $de-btn-font-size;
847
- }
848
-
849
- @if $skin-name != 'bootstrap5' {
850
- .e-de-style-font-color-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
851
- .e-de-style-font-color-picker .e-btn.e-icon-btn,
852
- .e-de-dlg-clr-picker .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
853
- .e-de-dlg-clr-picker .e-btn.e-icon-btn,
854
- .e-de-font-dlg-display .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker.e-split-btn,
855
- .e-de-font-dlg-display .e-colorpicker-wrapper .e-btn.e-icon-btn {
856
- padding: 4px 8px !important;
857
- }
858
-
859
- .e-de-rp-close-icon.e-btn {
860
- background: $de-rp-btn-bg-color;
861
- border: 0;
862
- color: $de-cmt-pant-content-font;
863
- opacity: 1;
864
- }
865
-
866
- .e-de-toc-dlg-style-input {
867
- margin-top: 18px;
868
- }
869
- .e-de-list-container {
870
- background: $de-style-btn-color !important;
871
- }
872
-
873
- .e-documenteditor .e-de-op-close-button {
874
- top: 10px;
875
- }
876
- .e-de-styles,
877
- .e-de-bookmark {
878
- margin-top: 0 !important;
879
- }
880
-
881
- .e-styles-common {
882
- padding-top: $de-style-list-top;
883
- }
884
- .e-styles-list {
885
- margin-right: $de-style-list-top;
886
- }
887
- .e-bigger {
888
- .e-de-style-left-div .e-de-style-dlg-name-input {
889
- height: $e-de-style-input-text-height-bigger;
890
- }
891
- .e-de-style-bold-button-size {
892
- height: $e-de-style-input-text-height-bigger;
893
- }
894
- .e-styles-common {
895
- padding-top: $de-style-list-top-bigger;
896
- }
897
- .e-styles-list {
898
- margin-right: $de-style-list-top-bigger;
899
- }
900
- .e-bookmark-gotobutton,
901
- .e-bookmark-addbutton,
902
- .e-styles-addbutton,
903
- .e-bookmark-deletebutton {
904
- margin-bottom: $de-style-list-top-bigger;
905
- }
906
- }
907
- .e-bigger .e-de-search-tab-content {
908
- margin-top: $de-op-search-tab-content-margin-top-bigger;
909
- width: $de-op-search-text-box-container-width;
910
- }
911
- .e-bigger .e-de-op-more-less {
912
- display: inline-flex;
913
- margin-top: 16px;
914
- }
915
- .e-bigger .e-de-op-dlg-footer {
916
- margin-top: $de-op-dlg-footer-margin-top-bigger;
917
- }
918
- .e-de-font-dlg-display .e-split-btn-wrapper .e-btn {
919
- border-color: $de-style-toggle-btn-color;
920
- }
921
- }
922
- }
923
- @if $skin-name=='bootstrap5' or $skin-name=='FluentUI' {
924
- .e-de-restrict-pane {
925
- color: $content-text-color;
926
- }
927
- //Hyperlink dialog
928
- .e-bigger {
929
- .e-de-hyperlink-dlg-input,
930
- .e-de-insert-table-dlg-input,
931
- .e-de-insert-footnote-dlg-header,
932
- .e-bookmark-dlgfields,
933
- .e-de-ff-dlg-heading {
934
- margin-bottom: $de-bigger-padding !important;
935
- }
936
- @if $skin-name != 'FluentUI' {
937
- // Font dialog
938
- .e-de-font-dlg-cb-right,
939
- .e-bookmark-list.e-de-rtl,
940
- .e-styles-list.e-de-rtl,
941
- .e-de-ff-dlg-lft-hlf.e-de-rtl {
942
- margin-left: $de-bigger-padding;
943
- }
944
- .e-de-font-dlg-cb-right.e-de-rtl,
945
- .e-bookmark-list,
946
- .e-styles-list,
947
- .e-de-ff-dlg-lft-hlf {
948
- margin-right: $de-bigger-padding;
949
- }
950
- }
951
- @else {
952
- // Font dialog
953
- .e-de-font-dlg-cb-right,
954
- .e-bookmark-list.e-de-rtl,
955
- .e-styles-list.e-de-rtl,
956
- .e-de-ff-dlg-lft-hlf.e-de-rtl {
957
- margin-left: 16px;
958
- }
959
- .e-de-font-dlg-cb-right.e-de-rtl,
960
- .e-bookmark-list,
961
- .e-styles-list,
962
- .e-de-ff-dlg-lft-hlf {
963
- margin-right: 16px;
964
- }
965
- }
966
-
967
- .e-bookmark-textboxdiv {
968
- margin-bottom: 12px !important;
969
- }
970
- .e-de-ff-drpdwn-mvdn,
971
- .e-de-ff-drpdwn-mvup {
972
- width: 52px !important;
973
- }
974
- .e-documenteditor {
975
- .e-de-op-close-button.e-de-rtl {
976
- right: 240px;
977
- }
978
- }
979
- // .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
980
- // margin-bottom: $de-bigger-padding;
981
- // }
982
- .e-de-track-date {
983
- font-size: 12px;
984
- }
985
- .e-de-page-setup-dlg-sub-container-port {
986
- @if $skin-name != 'FluentUI' {
987
- margin-top: 19px;
988
- }
989
- @else {
990
- margin-top: 34px;
991
- }
992
- }
993
- // .e-de-table-ppty-dlg-left-indent-container {
994
- // bottom: 12px;
995
- // }
996
- .e-de-table-container-div {
997
- margin-top: 13px;
998
- }
999
- .e-de-table-properties-dlg {
1000
- width: 470px;
1001
- }
1002
- .e-de-table-ppty-dlg-preferred-width-div,
1003
- .e-de-table-ppty-dlg-measure-drop-down-div,
1004
- .e-de-ht-wdth-type {
1005
- width: 155px;
1006
- }
1007
- .e-de-row-ht-top,
1008
- .e-de-cell-ht-top {
1009
- width: 179px;
1010
- }
1011
- }
1012
- }
1013
- @if $skin-name=='tailwind' {
1014
- .e-bigger {
1015
- .e-de-table-properties-dlg {
1016
- width: 485px;
1017
- }
1018
- .e-de-table-ppty-dlg-preferred-width-div,
1019
- .e-de-table-ppty-dlg-measure-drop-down-div,
1020
- .e-de-ht-wdth-type {
1021
- width: 155px;
1022
- }
1023
- .e-de-row-ht-top,
1024
- .e-de-cell-ht-top {
1025
- width: 179px;
1026
- }
1027
- .e-de-restrict-pane {
1028
- width: 295px;
1029
- }
1030
- // .e-de-rp-sub-div,
1031
- // .e-de-rp-whole-header {
1032
- // padding: 16px;
1033
- // }
1034
- .e-de-rp-stop-div1 {
1035
- padding: 12px 16px 12px 16px;
1036
- }
1037
- .e-de-rp-stop-div2 {
1038
- padding: 16px 16px 24px;
1039
- }
1040
- // .e-de-rp-stop-div3 {
1041
- // padding: 0 0 16px 16px;
1042
- // }
1043
- // .e-de-rp-nav-btn {
1044
- // margin: 0px 25px;
1045
- // }
1046
- // .e-de-rp-enforce {
1047
- // padding: 16px;
1048
- // }
1049
- .e-de-cmt-sub-container,
1050
- .e-de-font-dlg-header,
1051
- .e-de-font-dlg-header-effects,
1052
- .e-de-font-dlg-header-font-color,
1053
- .e-de-dlg-sub-header,
1054
- .e-de-prop-sub-label,
1055
- .e-de-hyperlink-dlg-title,
1056
- .e-de-insert-table-dlg-sub-header,
1057
- .e-de-row-ht-top,
1058
- .e-de-table-dia-align-label,
1059
- .e-de-cell-dia-label-common,
1060
- .e-de-table-setting-labels-heading,
1061
- .e-de-trckchanges-inner,
1062
- .e-de-page-setup-dlg-sub-header,
1063
- .e-de-tbl-indent-lbl,
1064
- .e-de-table-element-subheading,
1065
- .e-de-ff-dlg-heading-small,
1066
- .e-styles-dlgfields,
1067
- .e-de-insert-footnote-dlg-sub-header,
1068
- .e-de-list-ddl-subheaderbottom,
1069
- .e-de-table-measure-lbl,
1070
- .e-bookmark-dlgfields,
1071
- .e-de-page-setup-dlg-sub-title-header,
1072
- .e-de-list-ddl-subheader,
1073
- .e-de-rp-stop-div1,
1074
- .e-de-unprotect-dlg-title,
1075
- .e-de-rp-stop-div2,
1076
- .e-de-rp-enforce-nav.e-de-rp-nav-lbl .e-label,
1077
- .e-de-enforce-dlg-title,
1078
- .e-de-track-date,
1079
- .e-de-rp-sub-content-div,
1080
- .e-de-rp-stop-div3,
1081
- .e-de-cmt-date {
1082
- font-size: 14px !important;
1083
- }
1084
- .e-de-table-setting-heading,
1085
- .e-de-cell-dia-options-label,
1086
- .e-de-style-formatting,
1087
- .e-de-table-border-heading,
1088
- .e-de-style-properties,
1089
- .e-de-page-setup-dlg-sub-label,
1090
- .e-de-toc-dlg-heading,
1091
- .e-de-ff-dlg-heading,
1092
- .e-de-toc-dlg-main-heading,
1093
- .e-de-list-ddl-header,
1094
- .e-de-prop-header-label,
1095
- .e-de-table-border-heading,
1096
- .e-de-dlg-spellchecker-subheader,
1097
- .e-de-dlg-spellchecker-subheaderbtm,
1098
- .e-de-list-ddl-header-list-level,
1099
- .e-de-rp-format,
1100
- .e-de-track-toolbar-overlay,
1101
- .e-de-cmt-author-name,
1102
- .e-de-cmt-readonly,
1103
- .e-de-op-search-icon,
1104
- .e-de-op-nav-btn,
1105
- .e-de-track-user-nme,
1106
- .e-de-tc-no-chng {
1107
- font-size: 16px;
1108
- }
1109
- .e-de-cell-margin-top {
1110
- padding-top: 0;
1111
- }
1112
- .e-de-op {
1113
- padding-left: 16px;
1114
- padding-right: 16px;
1115
- width: 308px;
1116
- }
1117
- .e-de-font-dlg-cb-right.e-de-rtl,
1118
- .e-de-style-left-div,
1119
- .e-bookmark-list,
1120
- .e-de-ff-dlg-lft-hlf,
1121
- .e-styles-list,
1122
- .e-de-user-dlg-textbox-input {
1123
- margin-right: 16px !important;
1124
- }
1125
- .e-de-ff-dlg-lft-hlf.e-de-rtl,
1126
- .e-de-table-ppty-dlg-preferred-width-div,
1127
- .e-de-font-dlg-cb-right,
1128
- .e-de-table-ppty-dlg-measure-div,
1129
- .e-de-ff-drpdwn-listview.e-de-rtl,
1130
- .e-de-table-ppty-dlg-measure-drop-down-div,
1131
- .e-bookmark-list.e-de-rtl,
1132
- .e-de-op.e-de-rtl .e-de-search-tab-content,
1133
- .e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
1134
- margin-left: 16px;
1135
- }
1136
- .e-de-toc-dlg-style-label {
1137
- margin-top: 56px;
1138
- }
1139
- .e-de-ff-drpdwn-mvup {
1140
- margin-right: 12px;
1141
- }
1142
- .e-de-font-clr-div,
1143
- .e-de-toc-dlg-styles,
1144
- // .e-de-tbl-dlg-border-btn {
1145
- // margin-top: 20px;
1146
- // }
1147
- .e-de-font-dlg-padding,
1148
- .e-de-page-setup-dlg-sub-title-header,
1149
- .e-de-op-result-container .e-de-list-ddl-subheaderbottom,
1150
- .e-de-op-more-less,
1151
- .e-de-op-replacetabcontentdiv,
1152
- .e-de-op-dlg-footer {
1153
- margin-top: 16px;
1154
- }
1155
- // .e-de-table-ppty-dlg-left-indent-container {
1156
- // bottom: 14px;
1157
- // }
1158
- // .e-de-table-ppty-dlg-left-indent-container {
1159
- // left: 50px;
1160
- // }
1161
- // .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
1162
- // right: 50px;
1163
- // }
1164
- .e-de-ff-drpdwn-mvdn,
1165
- .e-de-ff-drpdwn-mvup {
1166
- width: 46px !important;
1167
- }
1168
- .e-de-list-dlg-div.e-de-rtl,
1169
- .e-de-list-dlg-subdiv.e-de-rtl {
1170
- margin-top: -150px;
1171
- }
1172
- .e-de-list-dlg-div:not(.e-de-rtl) {
1173
- margin-top: 40px;
1174
- }
1175
- .e-de-ht-wdth-type {
1176
- margin-top: -18px;
1177
- }
1178
- .e-de-list-dlg {
1179
- width: 425px;
1180
- }
1181
- .e-de-list-dlg-subdiv .e-input {
1182
- height: 38px;
1183
- }
1184
- .e-de-toc-dlg-container {
1185
- width: 640px;
1186
- }
1187
- .e-de-toc-styles-table-div {
1188
- height: 195px;
1189
- }
1190
- .e-de-toc-table-div {
1191
- height: 127px;
1192
- }
1193
- .e-de-toc-list-view {
1194
- height: 204px;
1195
- }
1196
- .e-de-style-options-div,
1197
- .e-de-ff-dlg-heading,
1198
- .e-de-table-ppty-options-break,
1199
- .e-de-page-setup-dlg-first-page-prop,
1200
- .e-de-style-options-div>div:first-child,
1201
- .e-de-toc-dlg-sub-container,
1202
- .e-de-cmt-author,
1203
- .e-de-font-checkbox-transform,
1204
- .e-de-font-color-label,
1205
- .e-bookmark-gotobutton,
1206
- .e-de-drp-dwn-frst-div,
1207
- .e-de-font-checkbox-transform-label,
1208
- .e-bookmark-deletebutton,
1209
- .e-bookmark-textboxdiv,
1210
- .e-de-user-dlg-user,
1211
- .e-de-page-setup-dlg-sub-label {
1212
- margin-bottom: 12px !important;
1213
- }
1214
- .e-de-row-ht-top,
1215
- .e-de-cell-ht-top {
1216
- padding: 0 16px;
1217
- }
1218
- .e-de-style-name,
1219
- .e-de-style-styletype,
1220
- .e-de-style-style-based-on,
1221
- .e-de-style-style-paragraph {
1222
- font-size: 14px;
1223
- }
1224
- .e-de-pagesetup-dlg-container .e-input-group {
1225
- width: 199px !important;
1226
- }
1227
- .e-de-table-measure-lbl {
1228
- width: 90px !important;
1229
- }
1230
- .e-de-list-ddl-subheader,
1231
- .e-de-cell-dia-label-common,
1232
- .e-de-page-setup-dlg-sub-container-port {
1233
- margin-top: 42px;
1234
- }
1235
- .e-de-page-setup-dlg-first-page-prop {
1236
- height: 30px !important;
1237
- }
1238
- .e-de-table-dialog-options-label {
1239
- padding-bottom: 16px;
1240
- }
1241
- .e-de-row-ht-top,
1242
- .e-de-cell-ht-top {
1243
- margin-top: 4px;
1244
- }
1245
- .e-de-table-options-dlg {
1246
- width: 425px;
1247
- }
1248
- .e-de-style-based-para-div .e-input-group,
1249
- .e-de-style-nametype-div .e-input-group,
1250
- .e-de-style-nametype-div .e-input {
1251
- width: 320px !important;
1252
- }
1253
- .e-de-font-color-label,
1254
- .e-de-hyperlink-bookmark-check,
1255
- .e-de-search-tab-content,
1256
- .e-de-page-setup-dlg-orientation-prop {
1257
- margin-top: 16px;
1258
- }
1259
- .e-de-page-setup-dlg-sub-size-container,
1260
- .e-bookmark-addbutton,
1261
- .e-de-page-setup-dlg-layout-sub-container,
1262
- .e-de-insert-table-dlg-input,
1263
- .e-de-insert-footnote-dlg-header,
1264
- .e-de-hyperlink-dlg-input,
1265
- .e-de-style-nametype-div,
1266
- .e-de-rp-format,
1267
- .e-de-hdr-ftr-frst-page-div,
1268
- .e-de-page-setup-dlg-sub-container,
1269
- .e-de-div-seperate-dlg,
1270
- .e-styles-addbutton,
1271
- .e-de-user-dlg-list,
1272
- .e-de-spellcheck-error-container,
1273
- .e-bookmark-deletebutton,
1274
- .e-bookmark-gotobutton {
1275
- margin-bottom: 16px !important;
1276
- }
1277
- .e-de-op-header {
1278
- margin-bottom: 0;
1279
- }
1280
- .e-de-style-based-para-div,
1281
- .e-de-table-options-dlg-div {
1282
- margin-bottom: 20px;
1283
- }
1284
- .e-de-font-dlg .e-input-group {
1285
- width: max-content !important;
1286
- }
1287
- .e-de-list-dlg .e-input-group,
1288
- .e-de-list-dlg .e-input {
1289
- width: 203px !important;
1290
- }
1291
- .e-de-pagesetup-dlg-container {
1292
- width: 415px;
1293
- }
1294
- .e-style-font-fmaily-right {
1295
- width: 188px !important;
1296
- }
1297
- .e-de-style-format-dropdwn {
1298
- height: auto !important;
1299
- }
1300
- .e-de-table-options-dlg-div .e-input-group {
1301
- width: 200px !important;
1302
- margin-right: 16px;
1303
- }
1304
- }
1305
- .e-bigger .e-de-rp-enforce-nav:not(.e-de-rp-nav-lbl) {
1306
- margin: 0 16px 16px 16px;
1307
- }
1308
- .e-de-style-font-group-button .e-btn:not(button:last-child),
1309
- .e-de-style-paragraph-group-button .e-btn:not(button:last-child),
1310
- .e-de-style-paragraph-indent-group-button .e-btn:not(button:last-child) {
1311
- margin-right: 3px;
1312
- }
1313
- .e-style-font-fmaily-right:not(.e-bigger .e-style-font-fmaily-right) {
1314
- width: 148px !important;
1315
- }
1316
- .e-de-rp-enforce-nav.e-de-rp-nav-lbl .e-label {
1317
- font-size: 12px;
1318
- }
1319
- .e-de-cell-margin-top {
1320
- padding-bottom: 0;
1321
- }
1322
- .e-bigger .e-de-ctnr-prop-label.e-de-table-prop-label {
1323
- margin-bottom: 12px;
1324
- }
1325
- .e-de-ctnr-prop-label.e-de-table-prop-label {
1326
- margin-bottom: 8px;
1327
- }
1328
- .e-de-search-tab-content .e-input-group .e-de-op-search-icon:active,
1329
- .e-de-op-search-close-icon:active {
1330
- color: $search-icon-bdr-clr !important;
1331
- }
1332
- .e-de-op-search-icon:hover,
1333
- .e-de-op-search-close-icon:hover {
1334
- color: $search-icon-hvr !important;
1335
- }
1336
- .e-de-enforce {
1337
- font-weight: 500;
1338
- }
1339
- // .e-bigger .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
1340
- // margin-bottom: 16px;
1341
- // }
1342
- .e-de-page-setup-dlg-first-page-prop {
1343
- margin-bottom: 8px;
1344
- }
1345
- .e-de-pagesetup-dlg-container .e-input-group {
1346
- width: 184px !important;
1347
- }
1348
- .e-de-table-options-dlg-div .e-input-group {
1349
- width: 187px !important;
1350
- }
1351
- .e-de-font-dlg .e-input-group,
1352
- .e-de-list-dlg .e-input-group,
1353
- .e-de-list-dlg .e-input {
1354
- width: max-content !important;
1355
- }
1356
- .e-de-list-ddl-subheaderbottom {
1357
- margin-top: 12px;
1358
- }
1359
- .e-de-style-based-para-div .e-input-group,
1360
- .e-de-style-nametype-div .e-input-group,
1361
- .e-de-style-nametype-div .e-input {
1362
- width: 256px !important;
1363
- }
1364
- .e-de-list-ddl-subheader {
1365
- width: auto !important;
1366
- }
1367
- .e-de-table-measure-lbl {
1368
- width: 80px !important;
1369
- }
1370
- .e-de-style-font-group-button>button:last-child {
1371
- margin-right: 6px;
1372
- }
1373
- .e-de-hdr-ftr-frst-page-div,
1374
- .e-de-page-setup-dlg-sub-container,
1375
- .e-de-div-seperate-dlg {
1376
- margin-bottom: 12px;
1377
- }
1378
- .e-de-toc-dlg-tab-div {
1379
- margin-top: 16px;
1380
- }
1381
- .e-bookmark-textbox-input {
1382
- margin-top: 0px !important;
1383
- }
1384
- .e-de-table-cell-header-div,
1385
- .e-de-table-header-div {
1386
- margin-top: 4px !important;
1387
- }
1388
- .e-documenteditor {
1389
- .e-tab .e-content .e-item {
1390
- padding: 0;
1391
- }
1392
- }
1393
- // .e-de-enforce .e-de-enforce-dlg-input:last-child {
1394
- // margin-bottom: 0;
1395
- // }
1396
- .e-de-table-cell-margin-dlg .e-input-group {
1397
- width: 188px !important;
1398
- }
1399
- .e-de-restrict-pane {
1400
- line-height: $de-rp-content-ln-ht;
1401
- }
1402
- }
1403
- .e-de-restrict-pane {
1404
- color: $de-input-color;
1405
- }
1406
- .e-de-op.e-de-rtl .e-de-search-tab-content {
1407
- margin-left: $de-op-search-tab-content-margin-top;
1408
- margin-right: 0;
1409
- }
1410
- .e-documenteditor .e-de-op-close-button.e-de-rtl {
1411
- right: 255px;
1412
- }
1413
- .e-de-table-measure-lbl {
1414
- font-size: $de-tbl-measure-lbl-font-size;
1415
- font-weight: $de-header-font-weight;
1416
- display: block;
1417
- margin-bottom: $de-row-height-bottom-margin;
1418
- }
1419
- .e-de-tbl-indent-lbl {
1420
- font-weight: $de-header-font-weight;
1421
- font-size: $de-tbl-indent-lb-fnt-size;
1422
- position: relative;
1423
- display: block;
1424
- margin-bottom: $de-tbl-indent-lbl-mrgn-btm;
1425
- top: $de-tbl-indent-lbl-top;
1426
- }
1427
- .e-btn.e-de-op-close-button:hover {
1428
- background-color: $de-op-btn-icon-bg;
1429
- border-color: $de-op-btn-icon-border;
1430
- color: $de-op-btn-icon-hover-clr;
1431
- }
1432
- .e-btn.e-de-op-close-button:focus {
1433
- background-color: $de-op-btn-icon-bg;
1434
- border-color: $de-op-btn-icon-border;
1435
- color: $de-op-btn-icon-hover-clr;
1436
- }
1437
- .e-btn.e-de-op-close-button:active {
1438
- background-color: $de-op-btn-icon-bg;
1439
- border-color: $de-op-btn-icon-border;
1440
- color: $de-op-btn-icon-active-clr;
1441
- }
1442
- .e-documenteditor {
1443
- .e-input {
1444
- //color: $de-input-color;
1445
- font-size: 14px;
1446
- }
1447
- }
1448
- .e-de-dlg-target .e-footer-content {
1449
- .e-control.e-btn.e-flat:not(.e-icon-btn) {
1450
- height: $de-dlg-btn-height;
1451
- }
1452
- }
1453
- .e-de-tbl-dlg-border-btn .e-control.e-btn.e-flat:not(.e-icon-btn) {
1454
- height: auto;
1455
- }
1456
- .e-de-op-result-container {
1457
- margin-top: $de-op-result-container-margin-top;
1458
- }
1459
- .e-de-restrict-pane,
1460
- .e-de-op {
1461
- background-color: $de-op-bg-color;
1462
- }
1463
- .e-de-restrict-pane,
1464
- .e-de-op {
1465
- .e-tab-header .e-toolbar-items {
1466
- margin-bottom: $de-op-tab-header-margin-bottom;
1467
- margin-top: $de-op-tab-header-margin-top;
1468
- }
1469
- }
1470
- .e-de-font-dlg-color {
1471
- border: $de-font-color-border;
1472
- border-radius: $de-font-color-border-radius;
1473
- font-size: 12px;
1474
- height: 16px;
1475
- margin-left: 15px;
1476
- width: 25px;
1477
- }
1478
- .e-de-icon-table-row-above {
1479
- top: $de-icon-table-row-above-top;
1480
- }
1481
- .e-de-icon-table-row-below {
1482
- top: $de-icon-table-row-below-top;
1483
- }
1484
- .e-de-icon-table-column-left {
1485
- top: $de-icon-table-column-left-top;
1486
- }
1487
- .e-de-icon-table-column-right {
1488
- top: $de-icon-table-column-right-top;
1489
- }
1490
- .e-de-icon-table-delete {
1491
- top: $de-icon-table-delete-top;
1492
- }
1493
- .e-de-icon-table-row-delete {
1494
- top: $de-icon-table-row-delete-top;
1495
- }
1496
- .e-de-icon-table-column-delete {
1497
- top: $de-icon-table-column-delete-top;
1498
- }
1499
- .e-de-list-bullet-none {
1500
- height: 40px;
1501
- width: 40px;
1502
- }
1503
- .e-de-list-bullet-dot {
1504
- height: 40px;
1505
- width: 40px;
1506
- }
1507
- .e-de-list-bullet-circle {
1508
- height: 40px;
1509
- width: 40px;
1510
- }
1511
- .e-de-list-bullet-square {
1512
- height: 40px;
1513
- width: 40px;
1514
- }
1515
- .e-de-list-bullet-flower {
1516
- height: 40px;
1517
- width: 40px;
1518
- }
1519
- .e-de-list-bullet-arrow {
1520
- height: 40px;
1521
- width: 40px;
1522
- }
1523
- .e-de-list-bullet-tick {
1524
- height: 40px;
1525
- width: 40px;
1526
- }
1527
- .e-de-bullet:hover {
1528
- background: $de-bullet-list-hover-color;
1529
- }
1530
- .e-de-list-numbered-none {
1531
- height: 80px;
1532
- width: 80px;
1533
- }
1534
- .e-de-list-numbered-number-dot {
1535
- height: 80px;
1536
- width: 80px;
1537
- }
1538
- .e-de-list-numbered-number-brace {
1539
- height: 80px;
1540
- width: 80px;
1541
- }
1542
- .e-de-list-numbered-up-roman {
1543
- height: 80px;
1544
- width: 80px;
1545
- }
1546
- .e-de-list-numbered-up-letter {
1547
- height: 80px;
1548
- width: 80px;
1549
- }
1550
- .e-de-list-numbered-low-letter-brace {
1551
- height: 80px;
1552
- width: 80px;
1553
- }
1554
- .e-de-numbered-low-letter-dot {
1555
- height: 80px;
1556
- width: 80px;
1557
- }
1558
- .e-de-list-numbered-low-roman {
1559
- height: 80px;
1560
- width: 80px;
1561
- }
1562
- .e-de-numbered:hover {
1563
- background: $de-number-list-hover-color;
1564
- }
1565
- .e-de-list-multilevel-none {
1566
- height: 80px;
1567
- width: 80px;
1568
- }
1569
- .e-de-list-multilevel-list-normal {
1570
- height: 80px;
1571
- width: 80px;
1572
- }
1573
- .e-de-list-multilevel-list-multilevel {
1574
- height: 80px;
1575
- width: 80px;
1576
- }
1577
- .e-de-list-multilevel-list-bullets {
1578
- height: 80px;
1579
- width: 80px;
1580
- }
1581
- .e-de-multilevel-list:hover {
1582
- background: $de-multilevel-list-hover-color;
1583
- }
1584
- .e-de-list-dialog-open:hover {
1585
- background: $de-list-dialog-hover-color;
1586
- }
1587
- .e-de-cell-options {
1588
- left: $de-cell-options-left;
1589
- top: $de-cell-options-top;
1590
- }
1591
- .e-de-cell-options.e-de-rtl {
1592
- left: $de-cell-options-rtl;
1593
- }
1594
- .e-de-font-color-label {
1595
- margin-bottom: $de-font-color-margin-bottom;
1596
- margin-right: $de-font-color-margin-top;
1597
- margin-top: $de-font-color-margin-top;
1598
- }
1599
- .e-de-font-content-label {
1600
- width: $de-font-label-width;
1601
- }
1602
- .e-de-font-color-margin {
1603
- margin-right: $de-font-dlg-color-margin-right;
1604
- margin-top: $de-font-dlg-color-margin-top;
1605
- }
1606
- .e-de-font-color-margin.e-de-rtl {
1607
- margin-left: $de-font-dlg-color-margin-right;
1608
- margin-right: 0;
1609
- }
1610
- .e-de-font-content-checkbox-label {
1611
- margin-left: $de-font-content-checkbox-left;
1612
- }
1613
- .e-de-font-content-checkbox-label-rtl {
1614
- margin-right: $de-font-content-checkbox-right;
1615
- }
1616
- .e-bigger {
1617
- .e-de-font-content-checkbox-label {
1618
- margin-left: $de-font-content-checkbox-left-bg;
1619
- }
1620
- .e-de-font-content-checkbox-label-rtl {
1621
- margin-right: $de-font-content-checkbox-right-bg;
1622
- }
1623
- .e-de-font-content-label {
1624
- width: $de-font-label-width-bg;
1625
- }
1626
- }
1627
- .e-de-font-checkbox {
1628
- margin-top: $de-font-style-margin;
1629
- }
1630
- .e-de-font-checkbox-transform {
1631
- margin-left: $de-font-checkbox-ltr;
1632
- }
1633
- .e-de-font-checkbox-transform.e-de-rtl {
1634
- margin-left: 0;
1635
- margin-right: $de-font-checkbox-ltr;
1636
- }
1637
- .e-de-font-checkbox-transform-label {
1638
- margin-bottom: $de-font-style-margin;
1639
- margin-top: $de-font-style-margin;
1640
- }
1641
- .e-de-font-checkbox.e-de-rtl {
1642
- margin-left: 0;
1643
- margin-right: $de-font-checkbox-ltr;
1644
- }
1645
- .e-de-font-checkbox.e-de-rtl {
1646
- margin-left: 0;
1647
- margin-right: $de-font-checkbox-left;
1648
- }
1649
- .e-de-font-clr-div {
1650
- margin-top: $de-font-clr-div-mrgn-top;
1651
- }
1652
- .e-de-font-dlg-padding {
1653
- margin-top: $de-font-dlg-margin-top;
1654
- }
1655
- .e-de-table-container-div {
1656
- margin-top: $de-table-container-margin-top;
1657
- }
1658
- .e-de-table-header-div {
1659
- padding-top: $de-table-header-padding-top;
1660
- }
1661
- .e-de-table-subheader-div {
1662
- float: right;
1663
- margin-right: $de-table-subheader-div-margin-right;
1664
- margin-top: $de-table-subheader-div-margin-top;
1665
- }
1666
- .e-de-table-subheader-div.e-de-rtl {
1667
- float: left;
1668
- margin-left: $de-table-subheader-div-margin-right;
1669
- margin-right: 0;
1670
- }
1671
- .e-de-table-cell-header-div {
1672
- padding-top: $de-table-header-padding-top;
1673
- }
1674
- .e-de-table-cell-subheader-div {
1675
- top: $de-cell-subheader-top;
1676
- }
1677
- .e-de-cell-margin-header {
1678
- left: $de-cell-margin-header-left;
1679
- top: $de-cell-margin-header-top;
1680
- }
1681
- .e-de-font-dlg-display {
1682
- display: inline-flex;
1683
- }
1684
- .e-de-tbl-margin-sub-header {
1685
- margin-top: $de-tbl-margin-sub-header;
1686
- }
1687
- .e-de-tbl-btn-separator {
1688
- width: $de-tbl-btn-separator;
1689
- }
1690
- .e-de-op-msg {
1691
- color: $de-op-container-messagediv-color;
1692
- top: 79px;
1693
- }
1694
- .e-de-save-dlg-file-name {
1695
- height: 25px;
1696
- margin-bottom: 8px;
1697
- }
1698
- .e-de-save-dlg-format-type {
1699
- height: 25px;
1700
- margin-bottom: 8px;
1701
- padding-top: $de-save-dlg-format-type-padding;
1702
- }
1703
- .e-de-search-tab-content {
1704
- //margin-right: $de-op-search-tab-content-margin-top;
1705
- margin-top: $de-op-search-tab-content-margin-top;
1706
- width: $de-op-search-text-box-container-width;
1707
- }
1708
- .e-de-font-dlg {
1709
- width: $de-font-dlg-width;
1710
- }
1711
- .e-de-hyperlink {
1712
- width: $de-hyper-link-width;
1713
- }
1714
- .e-bigger {
1715
- .e-de-hyperlink {
1716
- width: 300px;
1717
- }
1718
- }
1719
- .e-de-insert-table {
1720
- height: $de-insert-table-height;
1721
- width: $de-insert-table-width;
1722
- }
1723
- .e-de-insert-footnote {
1724
- height: $de-insert-footnote-height;
1725
- width: $de-insert-footnote-width;
1726
- }
1727
- .e-de-insert-spellchecker {
1728
- height: $de-insert-spellchecker-height;
1729
- width: $de-insert-spellchecker-width;
1730
- font-weight: $de-header-font-weight;
1731
- }
1732
- .e-bigger {
1733
- .e-de-insert-spellchecker {
1734
- width: $de-insert-big-spellchecker-width;
1735
- }
1736
- }
1737
- .e-de-dlg-spellcheck-listview {
1738
- @if $skin-name !='tailwind' {
1739
- border: 1px solid $de-spellcheck-listview-border-color;
1740
- border-radius: 2px !important;
1741
- }
1742
- height: $de-spellcheck-listview-height !important;
1743
- margin-right: $de-bookmark-list-margin-right;
1744
- margin-top: 8px;
1745
- position: relative;
1746
- float: left;
1747
- width:$de-spellcheck-list-width;
1748
- }
1749
- .e-de-dlg-spellcheck-listview.e-de-rtl {
1750
- float: right;
1751
- }
1752
- .e-de-spellcheck-error-container {
1753
- height: $de-spellcheck-container-height;
1754
- margin-bottom: $de-spellcheck-container-gap;
1755
- display: flex;
1756
- }
1757
- .e-de-spellcheck-suggestion-container {
1758
- // height: 140px;
1759
- height: $de-spellcheck-container-height;
1760
- margin-bottom: $de-spellcheck-container-gap;
1761
- display: flex;
1762
- }
1763
- .e-dlg-spellcheck-listitem {
1764
- font-size: 15px !important;
1765
- }
1766
- // .e-de-dlg-suggestListView {
1767
- // position:absolute;
1768
- // width: 343px;
1769
- // height: 124px !important;
1770
- // margin-top: 8px;
1771
- // }
1772
- .e-de-spellcheck-btncontainer {
1773
- margin-top: 8px;
1774
- position: relative;
1775
- width:$de-spellcheck-btn-container-width;
1776
- float: right;
1777
- }
1778
- .e-de-spellcheck-btncontainer.e-de-rtl {
1779
- float: left;
1780
- }
1781
- .e-de-spellcheck-btn {
1782
- //height: 36px;
1783
- margin-bottom:$de-padding-half-bigger;
1784
- width:$de-spellcheck-btn-width;
1785
- }
1786
- .e-de-dlg-spellchecker-subheader {
1787
- margin-top: 8px;
1788
- @if $skin-name=='tailwind' {
1789
- font-size: 14px;
1790
- margin-top: 4px;
1791
- }
1792
- @else {
1793
- font-size: 15px;
1794
- }
1795
- }
1796
- .e-de-dlg-spellchecker-subheaderbtm {
1797
- @if $skin-name=='tailwind' {
1798
- font-size: 14px;
1799
- }
1800
- @else {
1801
- font-size: 15px;
1802
- }
1803
- }
1804
- .e-de-list-dlg {
1805
- height: $de-list-dlg-height;
1806
- width: $de-list-dlg-width;
1807
- }
1808
- .e-de-save-dlg {
1809
- height: $de-save-dlg-height;
1810
- width: $de-save-dlg-width;
1811
- }
1812
- .e-de-table-properties-dlg {
1813
- //height: $de-table-ppty-dlg-height;
1814
- width: $de-table-ppty-dlg-width;
1815
- }
1816
- .e-de-table-border-shading-dlg {
1817
- width: $de-table-border-shading-dlg-width;
1818
- }
1819
- .e-de-table-cell-margin-dlg {
1820
- height: $de-table-cell-margin-dlg-height;
1821
- width: $de-table-cell-margin-dlg-width;
1822
- }
1823
- .e-de-table-options-dlg {
1824
- height: $de-table-options-dlg-height;
1825
- width: $de-table-options-dlg-width;
1826
- }
1827
- .e-de-table-border-none {
1828
- position: absolute;
1829
- top: $de-table-border-none-top;
1830
- }
1831
- .e-de-table-border-box {
1832
- position: absolute;
1833
- top: $de-table-border-box-top;
1834
- }
1835
- .e-de-table-border-all {
1836
- position: absolute;
1837
- top: $de-table-border-all-top;
1838
- }
1839
- .e-de-table-border-custom {
1840
- position: absolute;
1841
- top: $de-table-border-custom-top;
1842
- }
1843
- .e-de-table-shading-preview {
1844
- top: $de-table-shading-preview-top;
1845
- }
1846
- // .e-de-font-content-label span.e-label {
1847
- // color: $de-checkbox-wrapper-color;
1848
- // }
1849
- .e-de-font-label span.e-label {
1850
- color: $de-checkbox-wrapper-color;
1851
- }
1852
- .e-de-font-content-label:hover .e-label,
1853
- .e-css.e-de-font-content-label:hover .e-label {
1854
- color: $de-checkbox-wrapper-color;
1855
- }
1856
- .e-de-font-label:hover .e-label,
1857
- .e-css.e-de-font-label:hover .e-label {
1858
- color: $de-checkbox-wrapper-color;
1859
- }
1860
- // @if $skin-name !='tailwind' and $skin-name !='bootstrap5' {
1861
- // .e-documenteditor {
1862
- // // .e-checkbox-wrapper .e-label {
1863
- // // color: $de-checkbox-wrapper-color;
1864
- // // font-size: 14px;
1865
- // // }
1866
- // // .e-checkbox-wrapper .e-frame {
1867
- // // height: $de-checkbox-height;
1868
- // // line-height: $de-checkbox-line-height;
1869
- // // width: $de-checkbox-width;
1870
- // // }
1871
- // }
1872
- // }
1873
- .e-de-op-dlg-footer {
1874
- margin-top: $de-op-dlg-footer-margin-top;
1875
- }
1876
- .e-de-op-dlg-footer .e-btn {
1877
- // height: $de-dlg-btn-height;
1878
- padding-left: 6px;
1879
- padding-right: 6px;
1880
- }
1881
- .e-de-search-tab-content .e-input-group .e-de-search-input {
1882
- width: $de-op-search-input-width;
1883
- }
1884
- .e-de-op-replacewith {
1885
- width: $de-op-replacewith-width;
1886
- }
1887
- .e-de-table-ppty-tab {
1888
- border: $de-table-ppty-tab-border;
1889
- }
1890
- // @if $skin-name !='tailwind' {
1891
- // .e-de-table-container-div .e-checkbox-wrapper .e-label {
1892
- // color: $de-checkbox-wrapper-color;
1893
- // }
1894
- // .e-de-table-header-div .e-checkbox-wrapper .e-label {
1895
- // color: $de-checkbox-wrapper-color;
1896
- // }
1897
- // .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
1898
- // color: $de-checkbox-wrapper-color;
1899
- // }
1900
- // .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
1901
- // color: $de-checkbox-wrapper-color;
1902
- // }
1903
- // .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
1904
- // color: $de-checkbox-wrapper-color;
1905
- // }
1906
- // .e-de-tbl-margin-sub-header .e-label {
1907
- // color: $de-checkbox-wrapper-color;
1908
- // }
1909
- // .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
1910
- // color: $de-checkbox-wrapper-color;
1911
- // }
1912
- // }
1913
- // .e-de-table-container-div .e-checkbox-wrapper .e-label {
1914
- // color: $de-checkbox-wrapper-color;
1915
- // }
1916
- // .e-de-table-header-div .e-checkbox-wrapper .e-label {
1917
- // color: $de-checkbox-wrapper-color;
1918
- // }
1919
- // .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label {
1920
- // color: $de-checkbox-wrapper-color;
1921
- // }
1922
- // .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label {
1923
- // color: $de-checkbox-wrapper-color;
1924
- // }
1925
- // .e-de-table-cell-header-div .e-checkbox-wrapper .e-label {
1926
- // color: $de-checkbox-wrapper-color;
1927
- // }
1928
- // .e-de-tbl-margin-sub-header .e-label {
1929
- // color: $de-checkbox-wrapper-color;
1930
- // }
1931
- // .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label {
1932
- // color: $de-checkbox-wrapper-color;
1933
- // }
1934
- .e-de-list-format-info {
1935
- border-radius: 50% !important;
1936
- cursor: default;
1937
- font-size: 12px !important;
1938
- height: 15px;
1939
- line-height: 1px;
1940
- padding: $de-list-info-btn-padding !important;
1941
- text-transform: lowercase;
1942
- width: 16px;
1943
- }
1944
- .e-button-custom {
1945
- height: $de-bookmark-custom-btn-height;
1946
- width: 100%;
1947
- }
1948
- .e-bigger {
1949
- .e-button-custom {
1950
- height: $de-bigger-style-button-height;
1951
- width: 100%;
1952
- }
1953
- }
1954
- .e-styles-listview,
1955
- .e-bookmark-listview {
1956
- border: 1px solid $bookmark-listview-border-color;
1957
- border-radius: $de-bookmark-list-view-border-radius;
1958
- height: 150px;
1959
- overflow-y: scroll;
1960
- }
1961
- .e-bookmark-gotobutton,
1962
- .e-bookmark-addbutton,
1963
- .e-styles-addbutton,
1964
- .e-bookmark-deletebutton {
1965
- margin-bottom: 12px;
1966
- }
1967
- .e-bookmark-list {
1968
- float: left;
1969
- margin-right: $de-bookmark-list-margin-right;
1970
- width: 250px;
1971
- }
1972
- .e-bookmark-list.e-de-rtl {
1973
- margin-left: $de-bkmrk-list-margin-left;
1974
- margin-right: 0;
1975
- }
1976
- .e-bookmark-textboxdiv {
1977
- margin-bottom: $de-bookmark-textbox-margin-bottom;
1978
- }
1979
- .e-bookmark-listview .e-list-item {
1980
- font-size: 13px;
1981
- height: 30px;
1982
- line-height: 27px;
1983
- }
1984
- .e-bookmark-common {
1985
- display: flex;
1986
- }
1987
- .e-bookmark-button {
1988
- position: relative;
1989
- top: $de-bookmark-button-div-top-position;
1990
- }
1991
- .e-font {
1992
- float: left;
1993
- }
1994
- .e-font-rtl {
1995
- float: right;
1996
- }
1997
- .e-de-table-border-toptop-alignment,
1998
- .e-de-table-border-topcenter-alignment,
1999
- .e-de-table-border-topbottom-alignment,
2000
- .e-de-table-border-diagionalup-alignment,
2001
- .e-de-table-border-diagionaldown-alignment,
2002
- .e-de-table-border-bottomleft-alignment,
2003
- .e-de-table-border-bottomcenter-alignment,
2004
- .e-de-table-border-bottomright-alignment {
2005
- left: $de-table-border-dlg-alignments-left;
2006
- position: relative;
2007
- top: $de-table-border-preview-top;
2008
- transform: $de-table-border-dlg-alignments-transform;
2009
- }
2010
- .e-de-style-properties,
2011
- .e-de-style-formatting {
2012
- font-size: $de-style-heading-font-size;
2013
- font-weight: $de-style-heading-font-weight;
2014
- color: $de-dlg-heading-main-header;
2015
- }
2016
- .e-de-style-formatting {
2017
- margin-bottom: $de-style-dialog-style-formatting-bottom-margin;
2018
- }
2019
- .e-de-style-paragraph-indent-group-button .e-btn,
2020
- .e-de-style-paragraph-group-button .e-btn,
2021
- .e-de-style-font-group-button .e-btn {
2022
- box-shadow: none;
2023
- }
2024
- .e-de-table-options-dlg-div {
2025
- height: auto;
2026
- position: relative;
2027
- margin-bottom: 14px;
2028
- width: $de-dlg-table-options-content-div;
2029
- }
2030
- @if $skin-name !='bootstrap4' and $skin-name !='tailwind' {
2031
- .e-de-style-paragraph-indent-group-button .e-btn.e-active,
2032
- .e-de-style-paragraph-group-button .e-btn.e-active,
2033
- .e-de-style-font-group-button .e-btn.e-active {
2034
- background-color: $de-style-btn-active-bg-border-color;
2035
- border-color: $de-style-btn-active-bg-border-color;
2036
- box-shadow: none;
2037
- color: $de-style-btn-active-text-color;
2038
- }
2039
- }
2040
- .e-de-style-properties {
2041
- margin-bottom: $de-style-dialog-style-ppties-bottom-margin;
2042
- }
2043
- .e-de-style-nametype-div {
2044
- margin-bottom: $de-style-dialog-style-name-type-div-bottom-margin;
2045
- }
2046
- .e-de-style-based-para-div {
2047
- margin-bottom: $de-style-dialog-style-based-para-div-bottom-margin;
2048
- }
2049
- .e-de-style-name,
2050
- .e-de-style-styletype,
2051
- .e-de-style-style-based-on,
2052
- .e-de-style-style-paragraph {
2053
- font-weight: $de-header-font-weight;
2054
- margin-bottom: $de-style-dialog-label-bottom-margin;
2055
- font-size: $de-style-font-size;
2056
- @if $skin-name !='tailwind' {
2057
- width: 180px;
2058
- }
2059
- }
2060
- .e-de-style-left-div {
2061
- margin-right: $de-style-dialog-style-left-div-right-margin;
2062
- }
2063
- .e-de-style-left-div.e-de-rtl {
2064
- margin-left: $de-style-dialog-style-left-div-right-margin;
2065
- margin-right: 0;
2066
- }
2067
- @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2068
- .e-de-style-font-color-picker,
2069
- .e-de-style-icon-button-size,
2070
- .e-de-style-icon-button-first-size,
2071
- .e-de-style-icon-button-last-size {
2072
- height: 31px;
2073
- }
2074
- }
2075
- .e-bigger {
2076
- @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2077
- .e-de-style-font-color-picker,
2078
- .e-de-style-icon-button-size,
2079
- .e-de-style-icon-button-first-size,
2080
- .e-de-style-icon-button-last-size {
2081
- height: 35px;
2082
- }
2083
- }
2084
- .e-de-style-bold-button-size {
2085
- margin-left: $de-style-dialog-label-bottom-margin;
2086
- @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2087
- margin-right: 8px;
2088
- height: 35px;
2089
- }
2090
- }
2091
- }
2092
- .e-de-style-bold-button-size {
2093
- margin-left: $de-style-dialog-label-bottom-margin;
2094
- @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2095
- margin-right: 8px;
2096
- height: 31px;
2097
- }
2098
- }
2099
- .e-de-style-format-dropdwn .e-btn-icon {
2100
- margin-left: 8px;
2101
- }
2102
- @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2103
- .e-de-style-font-color-picker,
2104
- .e-de-style-icon-button-size {
2105
- margin-right: $de-style-dialog-label-bottom-margin;
2106
- }
2107
- }
2108
- .e-de-style-icon-button-first-size {
2109
- margin-left: $de-style-dialog-label-bottom-margin;
2110
- @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name != 'FluentUI' {
2111
- margin-right: 3px;
2112
- }
2113
- }
2114
- .e-de-style-icon-button-last-size {
2115
- margin-right: $de-style-dialog-label-bottom-margin;
2116
- }
2117
- .e-de-style-font-color-picker {
2118
- margin-left: $de-style-dialog-label-bottom-margin;
2119
- }
2120
- .e-style-font-fmaily-right {
2121
- margin-right: $de-style-dialog-label-bottom-margin;
2122
- }
2123
- .e-style-font {
2124
- margin-left: $de-style-font-margin-left;
2125
- margin-right: $de-style-font-margin-right;
2126
- }
2127
- .e-de-style-left-div .e-de-style-dlg-name-input {
2128
- height: $e-de-style-input-text-height;
2129
- }
2130
- .e-style-list {
2131
- margin-left: $de-style-list-margin-left;
2132
- }
2133
- .e-de-style-dialog .e-de-style-only-this-document {
2134
- margin-top: 25px;
2135
- }
2136
- .e-de-style-format-dropdwn {
2137
- @if $skin-name == 'FluentUI' {
2138
- width: 145px;
2139
- }
2140
- @else
2141
- {
2142
- width: 135px;
2143
- }
2144
- }
2145
- .e-de-style-options-div,
2146
- .e-de-style-options-div>div:first-child {
2147
- margin-bottom: $de-style-dialog-option-div-bottom-margin !important;
2148
- }
2149
- .e-de-style-paragraph-group-button {
2150
- border-right: 2px solid $de-style-toggle-btn-color;
2151
- }
2152
- .e-de-style-font-group-button {
2153
- border-left: 2px solid $de-style-toggle-btn-color;
2154
- border-right: 2px solid $de-style-toggle-btn-color;
2155
- @if $skin-name=='bootstrap5' or $skin-name == 'FluentUI' {
2156
- padding-right: $de-style-dialog-option-div-bottom-margin;
2157
- }
2158
- }
2159
- .e-de-op-replace-messagediv {
2160
- color: $de-op-container-messagediv-color;
2161
- top: auto;
2162
- }
2163
- @if $skin-name !='bootstrap5' and $skin-name !='FluentUI' {
2164
- .e-de-font-content-label .e-label,
2165
- .e-de-font-dlg-cb-right .e-label,
2166
- .e-de-font-checkbox .e-label {
2167
- font-size: $de-font-checkbox-label-font-size;
2168
- @if $skin-name=='tailwind' {
2169
- line-height: 1.5;
2170
- }
2171
- }
2172
- .e-de-font-content-label .e-frame,
2173
- .e-de-font-dlg-cb-right .e-frame,
2174
- .e-de-font-checkbox .e-frame,
2175
- .e-de-font-content-label-caps .e-frame,
2176
- .e-de-cntr-pane-padding .e-frame {
2177
- height: $de-checkbox-height;
2178
- line-height: $de-checkbox-line-height;
2179
- width: $de-checkbox-width;
2180
- }
2181
- }
2182
- .e-de-op-input-group,
2183
- .e-de-op-replacewith {
2184
- height: $de-op-input-group-height;
2185
- }
2186
- .e-bigger {
2187
- .e-de-op-input-group,
2188
- .e-de-op-replacewith {
2189
- height: 40px;
2190
- }
2191
- }
2192
- .e-de-hyperlink-bookmark-check {
2193
- margin-top: $de-hyperlink-bookmark-check-margin-top;
2194
- }
2195
- @if $skin-name !='tailwind' and $skin-name !='bootstrap5' and $skin-name !='FluentUI' {
2196
- .e-de-table-container-div .e-checkbox-wrapper .e-frame,
2197
- .e-de-table-header-div .e-checkbox-wrapper .e-frame,
2198
- .e-de-table-ppty-options-break .e-checkbox-wrapper .e-frame,
2199
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-frame,
2200
- .e-de-table-cell-header-div .e-checkbox-wrapper .e-frame,
2201
- .e-de-tbl-btn-separator .e-checkbox-wrapper .e-frame,
2202
- .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-frame,
2203
- .e-de-tbl-margin-sub-header .e-frame {
2204
- height: $de-checkbox-height;
2205
- line-height: $de-checkbox-line-height;
2206
- width: $de-checkbox-width;
2207
- }
2208
- .e-de-table-container-div .e-checkbox-wrapper .e-label,
2209
- .e-de-table-header-div .e-checkbox-wrapper .e-label,
2210
- .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2211
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2212
- .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2213
- .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2214
- .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
2215
- .e-de-tbl-margin-sub-header .e-label {
2216
- font-size: 14px;
2217
- }
2218
- }
2219
- .e-de-table-container-div .e-checkbox-wrapper .e-label,
2220
- .e-de-table-header-div .e-checkbox-wrapper .e-label,
2221
- .e-de-table-ppty-options-break .e-checkbox-wrapper .e-label,
2222
- .e-de-table-ppty-options-header-row .e-checkbox-wrapper .e-label,
2223
- .e-de-table-cell-header-div .e-checkbox-wrapper .e-label,
2224
- .e-de-tbl-btn-separator .e-checkbox-wrapper .e-label,
2225
- .e-de-hyperlink-bookmark-check .e-checkbox-wrapper .e-label,
2226
- .e-de-tbl-margin-sub-header .e-label {
2227
- font-size: 14px;
2228
- }
2229
- .e-de-table-ppty-dlg-measure-div {
2230
- float: right;
2231
- margin-left: $de-table-ppty-dlg-measure-div-margin-left;
2232
- margin-top: -18px;
2233
- }
2234
- .e-de-table-ppty-dlg-measure-div.e-de-rtl {
2235
- float: left;
2236
- margin-left: 0;
2237
- margin-right: $de-table-ppty-dlg-measure-div-margin-left;
2238
- }
2239
- .e-de-table-ppty-dlg-measure-drop-down-div {
2240
- float: right;
2241
- margin-left: $de-table-ppty-dlg-measure-div-margin-left;
2242
- margin-top: $de-table-ppty-dlg-measure-div-margin-top;
2243
- width: 120px;
2244
- }
2245
- .e-de-table-ppty-dlg-measure-drop-down-div.e-de-rtl {
2246
- margin-left: 0;
2247
- margin-right: $de-table-ppty-dlg-measure-div-margin-left;
2248
- }
2249
- // .e-de-table-ppty-dlg-left-indent-container {
2250
- // bottom: $e-de-table-ppty-dlg-left-indent-container-bottom;
2251
- // left: $de-table-prop-left-indnt-cntr-pos;
2252
- // position: relative;
2253
- // }
2254
- // .e-de-table-ppty-dlg-left-indent-container.e-de-rtl {
2255
- // right: $de-table-prop-left-indnt-cntr-pos;
2256
- // }
2257
- .e-de-table-ppty-dlg-row-height-label {
2258
- float: right;
2259
- margin-right: $de-table-ppty-dlg-row-height-label-margin-right;
2260
- margin-top: $de-table-ppty-dlg-row-height-label-margin-top;
2261
- }
2262
- .e-de-table-ppty-dlg-row-height-label.e-de-rtl {
2263
- float: left;
2264
- margin-left: $de-table-ppty-dlg-row-height-label-margin-right;
2265
- margin-right: 0;
2266
- }
2267
- .e-de-table-ppty-dlg-preferred-width-div {
2268
- float: right;
2269
- margin-left: $de-table-ppty-dlg-preferred-width-margin-left;
2270
- margin-top: $de-table-ppty-dlg-preferred-width-margin-top;
2271
- width: 120px;
2272
- }
2273
- .e-de-table-ppty-dlg-preferred-width-div.e-de-rtl {
2274
- margin-left: 0;
2275
- margin-right: $de-table-ppty-dlg-preferred-width-margin-left;
2276
- width: 120px;
2277
- }
2278
- .e-de-table-ppty-options-break {
2279
- margin-bottom: $de-table-ppty-options-break-margin-bottom;
2280
- }
2281
- .e-de-table-cell-subheader-div {
2282
- margin-right: $de-table-cell-subheader-div-margin-right;
2283
- margin-top: $de-table-cell-subheader-div-margin-top;
2284
- }
2285
- .e-de-table-cell-subheader-div.e-de-rtl {
2286
- margin-left: $de-table-cell-subheader-div-margin-right;
2287
- margin-right: 0;
2288
- }
2289
- .e-de-table-ppty-dlg-cell-tab-measure-label {
2290
- float: right;
2291
- margin-right: $de-table-ppty-dlg-cell-tab-measure-label-margin-right;
2292
- margin-top: $de-table-ppty-dlg-cell-tab-measure-label-margin-top;
2293
- }
2294
- .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-row-header {
2295
- padding-left: $de-table-ppty-dlg-table-header-padding;
2296
- padding-right: $de-table-ppty-dlg-table-header-padding;
2297
- }
2298
- .e-tab .e-tab-header .e-toolbar-item .e-de-table-ppty-dlg-cell-header {
2299
- padding-left: $de-table-ppty-dlg-table-header-padding;
2300
- padding-right: $de-table-ppty-dlg-table-header-padding;
2301
- }
2302
- .e-tab .e-tab-header .e-toolbar-item .e-de-page-setup-dlg-margin-tab-header {
2303
- padding-left: $de-table-ppty-dlg-table-header-padding-left;
2304
- padding-right: $de-table-ppty-dlg-table-header-padding;
2305
- }
2306
- .e-styles-list {
2307
- float: left;
2308
- margin-right: $de-bookmark-listview-margin-right;
2309
- width: 250px;
2310
- }
2311
- .e-styles-textboxdiv {
2312
- padding-bottom: 15px;
2313
- }
2314
- .e-styles-listview .e-list-item {
2315
- font-size: 13px;
2316
- height: 30px;
2317
- line-height: 27px;
2318
- }
2319
- .e-styles-common {
2320
- padding-top: 5px;
2321
- }
2322
- .e-styles-button {
2323
- float: right;
2324
- }
2325
- .e-de-toc-dlg-right-sub-container.e-de-rtl {
2326
- margin-left: $de-toc-dlg-right-sub-container-margin-right;
2327
- margin-right: $de-toc-dlg-right-sub-container-margin-right;
2328
- }
2329
- .e-de-toc-dlg-styles {
2330
- margin-bottom: $de-toc-dlg-styles-margin-bottom;
2331
- margin-left: $de-toc-dlg-styles-margin-left;
2332
- margin-top: $de-toc-dlg-styles-margin-top;
2333
- }
2334
- .e-de-toc-dlg-styles.e-de-rtl {
2335
- margin-left: 0;
2336
- margin-right: $de-toc-dlg-styles-margin-left;
2337
- }
2338
- .e-de-toc-dlg-style-input.e-de-rtl {
2339
- margin-left: 0;
2340
- margin-right: $de-toc-dlg-style-input-margin-left;
2341
- }
2342
- .e-de-toc-table-div .e-de-toc-dlg-toc-level {
2343
- height: 24px;
2344
- margin-left: $de-toc-dlg-toc-level-margin-left;
2345
- width: 44px;
2346
- }
2347
- .e-de-toc-styles-table-div {
2348
- border: 1px solid $de-toc-list-view-border-color;
2349
- border-radius: $de-toc-styles-table-div-border-radius;
2350
- margin-top: $de-toc-styles-table-div-margin-top;
2351
- width: $de-toc-list-view-width;
2352
- height: $de-toc-table-list-view-height;
2353
- }
2354
- .e-de-toc-dlg-sub-level-heading {
2355
- font-size: 12px;
2356
- }
2357
- .e-de-toc-table-div {
2358
- height: $e-de-toc-table-div-height;
2359
- overflow-y: scroll;
2360
- width: $de-toc-table-div-width;
2361
- }
2362
- .e-de-toc-dlg-style-input {
2363
- margin-bottom: $de-toc-dlg-style-input-margin-bottom;
2364
- margin-left: $de-toc-dlg-style-input-margin-left;
2365
- width: $de-toc-dlg-style-input-width;
2366
- }
2367
- .e-de-toc-dlg-outline-levels {
2368
- margin-top: 15px;
2369
- width: $de-toc-dlg-outline-levels-width;
2370
- }
2371
- .e-bookmark-textboxdiv .e-bookmark-textbox-input {
2372
- height: $de-bookmark-textbox-height;
2373
- }
2374
- .e-styles-dlgfields {
2375
- font-weight: $de-header-font-weight;
2376
- margin-bottom: 6px;
2377
- }
2378
- .e-tab .e-tab-header .e-toolbar-item .e-de-op-find-tab-header {
2379
- padding-left: $de-op-tab-header-padding-left;
2380
- padding-right: $de-op-tab-header-padding;
2381
- }
2382
- .e-tab .e-tab-header .e-toolbar-item .e-de-op-replace-tab-header {
2383
- padding-left: $de-op-tab-header-padding-left;
2384
- padding-right: $de-op-tab-header-padding;
2385
- }
2386
- .e-de-dlg-target .e-footer-content .e-list-dlg-font {
2387
- margin-left: $de-list-dlg-font-margin-left;
2388
- }
2389
- .e-bookmark-dlgfields {
2390
- font-weight: $de-header-font-weight;
2391
- font-size: $de-dlg-bkm-fld-fnt-size;
2392
- margin-bottom: $de-bookmark-dlgfields-margin-bottom;
2393
- }
2394
- .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-menuitem-md {
2395
- height: $de-floating-menu-height;
2396
- padding: $de-floating-menu-padding;
2397
- width: $de-floating-menu-width;
2398
- }
2399
- .e-de-ui-wfloating-menu.e-de-ui-bullets-menu .e-de-ui-wfloating-bullet-menuitem-md {
2400
- height: 45px;
2401
- width: 45px;
2402
- }
2403
- .e-de-bullet-icon-size {
2404
- height: 45px;
2405
- width: 45px;
2406
- }
2407
- .e-de-ui-list-header-presetmenu {
2408
- cursor: pointer;
2409
- font-size: 11px;
2410
- line-height: 14px;
2411
- min-width: $de-ui-list-header-presetmenu-min-width;
2412
- overflow: hidden;
2413
- text-align: left;
2414
- white-space: nowrap;
2415
- width: 100%;
2416
- @if $skin-name=='tailwind' {
2417
- color: $icon-color;
2418
- }
2419
- }
2420
- .e-de-number-bullet-dlg .e-tab .e-content .e-item {
2421
- padding: 0px;
2422
- }
2423
- .e-de-number-bullet-dlg {
2424
- width: $de-bullet-numbered-dlg-width;
2425
- }
2426
- .e-de-style-numbered-list,
2427
- .e-de-ui-bullet-list-header-presetmenu {
2428
- height: $de-bullet-numbered-dlg-height;
2429
- }
2430
- .e-de-ui-bullet {
2431
- font-size: 42px;
2432
- }
2433
- .e-de-ui-list-header-presetmenu .e-de-ui-list-line {
2434
- border-bottom: 1px solid $de-numbering-list-line-color;
2435
- margin-left: 5px;
2436
- width: 100%;
2437
- }
2438
- .e-de-ui-list-header-presetmenu div span {
2439
- color: $de-numbering-list-span-color;
2440
- display: inline-block;
2441
- vertical-align: middle;
2442
- }
2443
- .e-de-ui-wfloating-menu .e-de-ui-wfloating-menuitem,
2444
- .e-de-ui-wfloating-menu .e-de-ui-menuitem-none {
2445
- border: 0;
2446
- box-shadow: inset 0 0 0 1px $de-numbering-list-border-color;
2447
- cursor: pointer;
2448
- height: 70px;
2449
- margin: $de-ui-wfloating-menu;
2450
- padding: 0;
2451
- width: 70px;
2452
- }
2453
- .e-de-ui-wfloating-menu {
2454
- padding: $de-ui-floating-menu-padding;
2455
- }
2456
- .e-de-list-thumbnail .e-de-list-items {
2457
- float: left;
2458
- }
2459
- .e-de-list-thumbnail .e-de-list-items {
2460
- background: $de-numbering-list-background-color;
2461
- border: 1px solid transparent;
2462
- clear: initial;
2463
- display: inline-block;
2464
- height: auto;
2465
- margin: 5px;
2466
- text-align: center;
2467
- width: auto;
2468
- }
2469
- .e-de-list-items {
2470
- background: $de-numbering-list-background-color;
2471
- box-sizing: border-box;
2472
- cursor: pointer;
2473
- list-style: none;
2474
- padding: 7px 10px;
2475
- position: relative;
2476
- }
2477
- .e-de-list-item-size {
2478
- font-size: 14px;
2479
- }
2480
- .e-de-ui-wfloating-menu {
2481
- padding: $de-ui-floating-menu-padding;
2482
- }
2483
- .e-de-table-ppty-dlg-tabs {
2484
- height: $de-table-ppty-dlg-tabs-height;
2485
- position: relative;
2486
- }
2487
- .e-de-ui-bullet-list-header-presetmenu .e-de-list-thumbnail .e-de-list-active,
2488
- .e-de-style-numbered-list .e-de-list-thumbnail .e-de-list-active {
2489
- border-color: $de-table-align-active-color;
2490
- }
2491
- .e-de-rp-sub-content-div {
2492
- line-height: $de-rp-content-ln-ht;
2493
- font-size: $de-rp-font-size;
2494
- margin-bottom: 8px;
2495
- }
2496
- .e-de-bullet-icons {
2497
- left: 50%;
2498
- position: absolute;
2499
- top: 50%;
2500
- transform: translate(-50%, -50%);
2501
- }
2502
- .e-de-header-footer-list {
2503
- color: $de-op-search-txt;
2504
- }
2505
-
2506
- .e-de-ltr-btn-div {
2507
- font-size: 12px;
2508
- width: 200px;
2509
- }
2510
- .e-de-tbl-rtl-btn-div {
2511
- font-size: 12px;
2512
- margin-right: 14px;
2513
- //width: 140px;
2514
- }
2515
- .e-de-tbl-rtl-btn-div.e-de-rtl {
2516
- margin-left: 14px;
2517
- margin-right: 0;
2518
- }
2519
- .e-de-tbl-ltr-btn-div {
2520
- font-size: 12px;
2521
- //width: 140px;
2522
- }
2523
-
2524
- .e-de-disabledbutton {
2525
- opacity: $de-paradialog-dir-div;
2526
- pointer-events: none;
2527
- }
2528
- .e-bigger {
2529
- .e-de-insert-table {
2530
- height: auto;
2531
- width: auto;
2532
- }
2533
- .e-de-insert-footnote {
2534
- height: auto;
2535
- width: auto;
2536
- }
2537
- .e-de-dlg-target .e-footer-content .e-control.e-btn.e-flat:not(.e-icon-btn) {
2538
- height: auto;
2539
- }
2540
- .e-de-font-dlg {
2541
- width: $de-font-dlg-width-big;
2542
- }
2543
- .e-para-dlg-sub-height {
2544
- height: 170px;
2545
- }
2546
- .e-de-toc-table-div .e-de-toc-dlg-toc-level.e-de-rtl {
2547
- margin-right: $de-toc-dlg-toc-level-margin-left;
2548
- }
2549
- .e-de-font-content-label-width {
2550
- width: $de-font-content-label-width;
2551
- }
2552
- .e-de-toc-label {
2553
- margin-left: 0px;
2554
- }
2555
- .e-de-toc-label-rtl {
2556
- margin-left: 0px;
2557
- margin-right: 0px;
2558
- }
2559
- .e-de-outline-rtl {
2560
- width: 173px;
2561
- }
2562
- .e-de-rp-header {
2563
- font-size: 16px;
2564
- width: 75%;
2565
- }
2566
- }
2567
- .e-de-restrict-format {
2568
- margin-top: 16px;
2569
- }
2570
- .e-de-rp-format {
2571
- font-size: $de-rp-format-font-size;
2572
- @if $skin-name == 'FluentUI'{
2573
- margin-bottom: 16px;
2574
- }
2575
- @else {
2576
- margin-bottom: 12px;
2577
- opacity: 0.65;
2578
- }
2579
- font-weight: $de-header-font-weight;
2580
- }
2581
- .e-de-rp-checkbox {
2582
- font-size: 12px;
2583
- }
2584
- .e-de-rp-border {
2585
- margin-bottom: 12px;
2586
- margin-top: 12px;
2587
- }
2588
- .e-de-rp-header {
2589
- font-size: 15px;
2590
- font-weight: $de-header-font-weight;
2591
- opacity: 0.87;
2592
- color: $de-op-title-clr;
2593
- width: 75%;
2594
- }
2595
- @if $skin-name !='tailwind' {
2596
- // .e-de-restrict-pane {
2597
- // .e-checkbox-wrapper .e-label {
2598
- // color: $de-checkbox-wrapper-color;
2599
- // font-size: 12px;
2600
- // }
2601
- // .e-checkbox-wrapper .e-frame {
2602
- // height: 16px;
2603
- // width: 16px;
2604
- // }
2605
- // .e-checkbox-wrapper {
2606
- // margin-bottom: 8px;
2607
- // }
2608
- // }
2609
- .e-de-rp-user .e-checkbox-wrapper {
2610
- width: auto;
2611
- }
2612
- }
2613
- .e-de-rp-nav-btn,
2614
- .e-de-rp-btn-enforce {
2615
- @if $skin-name !='tailwind' {
2616
- background: $de-rp-btn-bg-color;
2617
- font-size: 13px;
2618
- }
2619
- opacity: 0.87;
2620
- border-radius: 2px;
2621
- box-shadow: $de-rp-btn-enforce-bx-shadow;
2622
- // @if $skin-name !='FluentUI' {
2623
- // height: 36px;
2624
- // }
2625
- @if $skin-name=='bootstrap4' {
2626
- border-color: $de-cmt-separator;
2627
- box-shadow: none;
2628
- color: $de-cmt-pant-content-font;
2629
- opacity: 1;
2630
- }
2631
- }
2632
- .e-bigger .e-de-rp-btn-enforce {
2633
- padding-left: $de-rp-btn-enforce-padding-big;
2634
- padding-right: $de-rp-btn-enforce-padding-big;
2635
- }
2636
- .e-de-rp-nav-btn {
2637
- //margin: $de-rp-nav-btn-mrgn;
2638
- width: auto;
2639
- }
2640
- .e-de-rp-btn-stop-enforce {
2641
- @if $skin-name !='tailwind' {
2642
- background: $de-rp-btn-bg-color;
2643
- font-size: 13px;
2644
- opacity: 0.87;
2645
- }
2646
- border-radius: 2px;
2647
- box-shadow: $de-rp-btn-enforce-bx-shadow;
2648
- // @if $skin-name !='FluentUI' {
2649
- // height: 36px;
2650
- // }
2651
- //margin: $de-rp-btn-enforce-prtct-margin;
2652
- @if $skin-name=='bootstrap4' {
2653
- border-color: $de-cmt-separator;
2654
- box-shadow: none;
2655
- color: $de-cmt-pant-content-font;
2656
- opacity: 1;
2657
- }
2658
- }
2659
- .e-de-rp-sub-div {
2660
- border-bottom: 1px solid $de-list-view;
2661
- padding: $de-rp-sub-div-padding;
2662
- }
2663
- .e-de-restrict-pane {
2664
- padding-left: 0;
2665
- padding-top: 0;
2666
- padding-right: 0;
2667
- }
2668
- .e-de-rp-whole-header {
2669
- padding: $de-rp-whole-header-padding;
2670
- }
2671
- .e-de-rp-user {
2672
- background: $de-numbering-list-background-color;
2673
- border: 1px solid $de-list-view;
2674
- border-radius: 2px;
2675
- font-size: 12px;
2676
- height: 110px;
2677
- //width: 238px;
2678
- }
2679
- .e-de-rp-enforce {
2680
- padding: $de-rp-enforce-padding;
2681
- // @if $skin-name=='bootstrap4' {
2682
- // text-align: center;
2683
- // }
2684
- }
2685
- .e-de-rp-enforce-nav {
2686
- margin: 0 12px 12px 12px;
2687
- }
2688
- .e-de-enforce-dlg-title {
2689
- font-size: $de-enforce-dlg-title-fnt-size;
2690
- font-weight: $de-header-font-weight;
2691
- margin-bottom: $de-hyperlink-dlg-margin-bottom;
2692
- }
2693
- .e-de-enforce .e-de-enforce-dlg-input {
2694
- height: $de-hyperlink-dlg-input-height;
2695
- //margin-bottom: $de-enforce-btn-mrng-btm;
2696
- width: 300px;
2697
- }
2698
- .e-de-user-add-btn {
2699
- @if ($skin-name !='bootstrap4' and $skin-name !='tailwind' and $skin-name !='bootstrap5') {
2700
- background: $de-style-toggle-btn-color;
2701
- }
2702
- border-radius: 2px;
2703
- width: 74px;
2704
- }
2705
- .e-de-user-dlg .e-de-user-dlg-textbox-input {
2706
- margin-right: $de-user-dlg-textbox-input-mrgn-right;
2707
- width: 304px;
2708
- }
2709
- .e-de-user-dlg-list.e-de-rtl .e-de-user-dlg-textbox-input {
2710
- margin-right: 0;
2711
- margin-left: $de-user-dlg-textbox-input-mrgn-right;
2712
- }
2713
- .e-de-user-dlg-list {
2714
- margin-bottom: $de-user-dlg-list-mrgn-btm;
2715
- display: inline-flex;
2716
- }
2717
- .e-de-user-listview {
2718
- border: 1px solid $de-list-view;
2719
- border-radius: 2px;
2720
- height: 106px;
2721
- }
2722
- .e-de-user-dlg-user {
2723
- margin-bottom: $de-user-dlg-user-mrgn-btm;
2724
- @if $skin-name=='tailwind' {
2725
- color: $de-dlg-heading-main-header;
2726
- font-weight: $de-para-dlg-heading-font-weight;
2727
- }
2728
- }
2729
- .e-user-delete {
2730
- float: left;
2731
- }
2732
- .e-de-unprotect-dlg-title {
2733
- font-size: $de-unprotect-dlg-title-fnt-size;
2734
- margin-bottom: $de-unprotect-dlg-title-mrgn-btm;
2735
- }
2736
- .e-de-rp-stop-div1 {
2737
- @if $skin-name != 'FluentUI' {
2738
- opacity: 0.87;
2739
- }
2740
- padding: 12px 12px 6px 12px;
2741
- font-weight: 500;
2742
- border-bottom: 1px solid #e0e0e0;
2743
- }
2744
- .e-de-rp-stop-div2 {
2745
- padding: 12px 12px 24px;
2746
- }
2747
- // .e-de-rp-stop-div3 {
2748
- // padding: 0 0 12px 12px;
2749
- // }
2750
- .e-de-rp-close-icon {
2751
- float: right;
2752
- position: relative;
2753
- top: $de-rp-close-icon-top;
2754
- right: $de-rp-close-icon-right;
2755
- }
2756
- .e-de-restrict-pane {
2757
- height: 100%;
2758
- overflow: auto;
2759
- overflow-x: hidden;
2760
- width: $de-rp-width;
2761
- }
2762
- .e-de-rp-nav-lbl {
2763
- font-size: 13px;
2764
- margin: 0 12px;
2765
- }
2766
- .e-documenteditor-optionspane {
2767
- height: 100%;
2768
- }
2769
- //Comment Implementation
2770
- .e-de-cmt-pane {
2771
- background-color: inherit;
2772
- color: $de-cmt-pant-content-font;
2773
- }
2774
- .e-de-cp-whole-header {
2775
- padding: 12px;
2776
- }
2777
- .e-de-cp-header {
2778
- font-size: 13px;
2779
- font-weight: 500;
2780
- opacity: 0.87;
2781
- width: 75%;
2782
- }
2783
- .e-de-cmt-container {
2784
- height: auto;
2785
- padding: $de-cmt-container-padding;
2786
- overflow: auto;
2787
- }
2788
- .e-de-cmt-sub-container {
2789
- @if $skin-name !='tailwind' and $skin-name != 'FluentUI' {
2790
- background-color: $de-background;
2791
- }
2792
- border: 1px solid $de-cmt-separator;
2793
- border-radius: 2px;
2794
- margin: $de-cmt-sub-container-margin;
2795
- padding: $de-cmt-sub-container-padding;
2796
- }
2797
- .e-de-cmt-view {
2798
- cursor: default;
2799
- }
2800
- .e-de-cmt-sub-container.e-de-cmt-selection {
2801
- border-left: 3px solid $de-cmt-selection;
2802
- padding-left: $de-cmt-sub-container-padding-left;
2803
- }
2804
- .e-de-tc-outer {
2805
- border-bottom: 1px solid #d8d8d8;
2806
- }
2807
- .e-de-tc-pane {
2808
- color: $de-cmt-pant-content-font;
2809
- }
2810
- .e-de-trckchanges-inner {
2811
- cursor: default;
2812
- margin: $de-trckchanges-inner-mrgn;
2813
- padding-left: 8px;
2814
- padding-right: 16px;
2815
- padding-bottom: 8px;
2816
- }
2817
- .e-de-trckchanges-inner:hover {
2818
- border-left: 2px solid $de-cmt-selection;
2819
- cursor: default;
2820
- margin: $de-trckchanges-inner-mrgn;
2821
- padding-left: 6px;
2822
- padding-right: 16px;
2823
- padding-bottom: 8px;
2824
- }
2825
- .e-de-trckchanges-inner.e-de-trckchanges-inner-select {
2826
- border-left: 3px solid $de-cmt-selection;
2827
- cursor: default;
2828
- margin: $de-trckchanges-inner-mrgn;
2829
- padding-left: 5px;
2830
- padding-right: 16px;
2831
- padding-bottom: 8px;
2832
- }
2833
- .e-de-tc-no-chng {
2834
- color: $de-input-color;
2835
- font-size: 14px;
2836
- opacity: 65%;
2837
- margin: 60px 0;
2838
- text-align: center;
2839
- }
2840
- .e-tc-btn-bg-clr.e-btn:not(:hover):not(.e-active) {
2841
- background-color: inherit;
2842
- border-color: transparent;
2843
- color: inherit;
2844
- }
2845
- .e-tc-nvgte.e-icon-btn {
2846
- text-align: center;
2847
- vertical-align: middle;
2848
- }
2849
- .e-de-track-span-user {
2850
- display: inline-flex;
2851
- overflow: hidden;
2852
- width: 110px;
2853
- }
2854
- .e-de-track-span-view {
2855
- display: inline-flex;
2856
- overflow: hidden;
2857
- width: 50px;
2858
- }
2859
- .e-btn.e-outline.e-de-track-accept-button {
2860
- min-width: 66px;
2861
- padding: 5px $de-tc-btn-padding;
2862
- text-transform: initial;
2863
- }
2864
- .e-btn.e-outline.e-de-track-accept-button:hover {
2865
- min-width: 66px;
2866
- padding: 5px $de-tc-btn-padding;
2867
- text-transform: initial;
2868
- }
2869
- .e-btn.e-outline.e-de-track-reject-button {
2870
- min-width: 64px;
2871
- padding: 5px 6px;
2872
- margin-left: 8px;
2873
- text-transform: initial;
2874
- }
2875
- .e-btn.e-outline.e-de-track-reject-button:hover {
2876
- min-width: 64px;
2877
- padding: 5px 6px;
2878
- margin-left: 8px;
2879
- text-transform: initial;
2880
- }
2881
- .e-de-track-chngs-count {
2882
- font-size: 12px;
2883
- margin-left: 6px;
2884
- opacity: 0.87;
2885
- padding-top: 7px;
2886
- white-space: nowrap;
2887
- }
2888
- .e-de-track-insert {
2889
- color: $de-track-chngs-sucs-bg-color;
2890
- font-size: 13px;
2891
- opacity: 100%;
2892
- }
2893
- .e-de-track-delete {
2894
- color: $de-track-chngs-rejct-bg-color;
2895
- font-size: 13px;
2896
- opacity: 100%;
2897
- }
2898
- @if $skin-name !='tailwind' {
2899
- .e-de-track-toolbar {
2900
- border-bottom: 1px solid #d8d8d8;
2901
- border-top: 1px solid #d8d8d8;
2902
- padding-bottom: $de-tc-tlbr-padding-btm;
2903
- }
2904
- .e-de-track-pane-drop-btn {
2905
- padding-left: 0px;
2906
- padding-right: 0px;
2907
- padding-top: 5px;
2908
- font-size: 13px;
2909
- font-weight: $de-header-font-weight;
2910
- }
2911
- }
2912
- .e-toolbar-item.e-de-track-toolbar-overlay.e-template.e-overlay {
2913
- opacity: 1;
2914
- font-weight: $de-header-font-weight;
2915
- font-size: $de-cmt-author-nme-fnt-size;
2916
- }
2917
- .e-de-track-date {
2918
- font-size: $de-cmt-date-fnt-size;
2919
- margin-top: 4px;
2920
- opacity: 0.67;
2921
- }
2922
- .e-de-track-usernme-div {
2923
- justify-content: space-between;
2924
- padding-top: 8px;
2925
- }
2926
- .e-de-track-user-nme {
2927
- font-size: $de-cmt-author-nme-fnt-size;
2928
- font-weight: 500;
2929
- padding-left: 8px;
2930
- }
2931
- .e-de-track-chngs-text {
2932
- line-height: 19.5px;
2933
- overflow: hidden;
2934
- word-wrap: break-word;
2935
- text-overflow: ellipsis;
2936
- font-size: $de-cmt-author-nme-fnt-size;
2937
- min-height: 20px;
2938
- padding-top: 8px;
2939
- margin-bottom: 16px;
2940
- }
2941
- .e-de-track-chng-table {
2942
- border-collapse: collapse;
2943
- border-spacing: 0px;
2944
- opacity: 70%;
2945
- width: 100%;
2946
- }
2947
- .e-de-tc-tble-cell {
2948
- border: 1px solid;
2949
- height: 20px;
2950
- }
2951
- .e-de-tc-shrink-img {
2952
- height: 30px;
2953
- margin: 0 4px;
2954
- vertical-align: middle;
2955
- width: 50px;
2956
- }
2957
- .e-de-tc-field {
2958
- background-color: rgb(206, 205, 205);
2959
- margin: 0 2px;
2960
- }
2961
- .e-de-tc-pmark {
2962
- font-size: 14px;
2963
- font-family: Roboto-Regular;
2964
- font-weight: 600;
2965
- color: rgb(1, 22, 119);
2966
- margin: 0 2px;
2967
- }
2968
- .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
2969
- border-left: 2px solid $de-cmt-selection;
2970
- padding-left: $de-cmt-sub-container-hover-padding-left;
2971
- }
2972
- .e-de-cmt-author {
2973
- align-items: center;
2974
- @if $skin-name == 'bootstrap5' {
2975
- margin-bottom: 12px;
2976
- }
2977
- @else {
2978
- margin-bottom: 8px;
2979
- }
2980
- }
2981
- .e-de-cmt-author-name {
2982
- font-size: $de-cmt-author-nme-fnt-size;
2983
- font-weight: $de-header-font-weight;
2984
- padding-left: $de-cmt-author-nme-padding-left;
2985
- width: 90%;
2986
- }
2987
- .e-de-cp-option.e-btn.e-icon-btn {
2988
- background-color: inherit;
2989
- border: none;
2990
- color: inherit;
2991
- float: right;
2992
- height: $de-cmt-opt-size;
2993
- padding: 0px;
2994
- width: $de-cmt-opt-size;
2995
- @if $skin-name=='bootstrap4' {
2996
- margin-top: -4px;
2997
- }
2998
- @if $skin-name=='bootstrap' {
2999
- margin-top: -8px;
3000
- }
3001
- }
3002
- .e-de-cp-option.e-btn.e-icon-btn span {
3003
- margin-top: 0px;
3004
- }
3005
- .e-de-cmt-view:hover {
3006
- .e-de-cp-option {
3007
- display: block;
3008
- }
3009
- }
3010
- .e-de-cmt-readonly {
3011
- font-size: $de-cmt-author-nme-fnt-size;
3012
- @if $skin-name != 'bootstrap5' {
3013
- padding-top: 4px;
3014
- }
3015
- word-break: break-word;
3016
- }
3017
- .e-de-cmt-date {
3018
- font-size: $de-cmt-date-fnt-size;
3019
- margin-top: $de-cmt-date-mrgn-top;
3020
- opacity: 0.67;
3021
- }
3022
- .e-de-cmt-sub-container.e-de-cmt-reply {
3023
- border: none;
3024
- border-top: 1px solid $de-cmt-separator;
3025
- border-radius: 0px;
3026
- margin: $de-rply-cmt-sub-container-margin;
3027
- padding: 0px;
3028
- .e-de-cmt-view {
3029
- margin-top: $de-cmt-view-mrgn-top;
3030
- }
3031
- }
3032
- .e-de-cmt-textarea.e-input {
3033
- color: $de-cmt-pant-content-font;
3034
- font-size: 13px;
3035
- line-height: normal;
3036
- min-height: 30px;
3037
- overflow: hidden;
3038
- padding-top: $e-de-cmt-textarea-padding-top;
3039
- resize: none;
3040
- }
3041
- .e-bigger .e-de-cmt-textarea.e-input {
3042
- padding-top: $e-de-cmt-textarea-padding-top-big;
3043
- }
3044
- .e-de-cmt-action-button {
3045
- text-align: right;
3046
- margin-top: $de-reply-footer-margin-top;
3047
- }
3048
- .e-de-cmt-post-btn.e-btn.e-flat,
3049
- .e-de-cmt-cancel-btn.e-btn.e-flat {
3050
- height: $de-cmt-post-btn-ht;
3051
- margin-left: 8px;
3052
- width: $de-cmt-post-btn-wt;
3053
- @if $skin-name == 'tailwind' {
3054
- padding-top: $de-cmt-cancel-btn-padding-top;
3055
- padding-left: $de-cmt-cancel-btn-padding-left;
3056
- }
3057
- }
3058
- .e-de-cmt-resolved {
3059
- .e-de-cmt-author-name,
3060
- .e-de-cmt-readonly,
3061
- e-de-cmt-date {
3062
- opacity: 0.67;
3063
- }
3064
- .e-de-cmt-rply-view {
3065
- display: none;
3066
- }
3067
- .e-de-cmt-resolve-btn {
3068
- display: block;
3069
- margin-top: 8px;
3070
- text-align: right;
3071
- }
3072
- }
3073
- .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
3074
- border-left: 3px solid $de-cmt-selection-rslv;
3075
- }
3076
- .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3077
- border-left: 2px solid $de-cmt-selection-rslv;
3078
- }
3079
- .e-de-lock-mark {
3080
- cursor: default;
3081
- color: $de-op-icon-color;
3082
- font-size: 13px;
3083
- height: 13px;
3084
- pointer-events: all;
3085
- width: 13px;
3086
- }
3087
- .e-de-cmt-mark {
3088
- cursor: default;
3089
- color: $de-op-icon-color;
3090
- font-size: 13px;
3091
- height: 13px;
3092
- pointer-events: all;
3093
- width: 13px;
3094
- :hover {
3095
- color: $de-cmt-selection;
3096
- }
3097
- }
3098
- .e-de-cmt-mark.e-de-cmt-mark-selected,
3099
- .e-de-cmt-mark.e-de-cmt-mark-hover {
3100
- color: $de-cmt-selection;
3101
- }
3102
- .e-de-cmt-no-cmt {
3103
- margin-left: 6px;
3104
- margin-top: 24px;
3105
- font-size: 13px;
3106
- }
3107
- .e-de-cmt-drawer-cnt {
3108
- font-size: 13px;
3109
- height: 20px;
3110
- margin-top: 8px;
3111
- }
3112
- .e-de-cmt-drawer {
3113
- cursor: pointer;
3114
- float: right;
3115
- opacity: 0.54;
3116
- margin-right: 4px;
3117
- margin-top: 4px;
3118
- }
3119
- .e-de-cmt-rply-view {
3120
- margin-top: $de-cmt-textbox-top-margin;
3121
- }
3122
- .e-de-cmt-resolve-btn {
3123
- display: none;
3124
- }
3125
- @if $skin-name=='bootstrap4' {
3126
- textarea.e-de-cmt-textarea {
3127
- height: 28px;
3128
- }
3129
- }
3130
- .e-rtl {
3131
- .e-de-cmt-pane {
3132
- border-left: none;
3133
- border-right: 1px solid $de-op-border-clr;
3134
- }
3135
- .e-de-rp-close-icon {
3136
- float: left;
3137
- right: $de-rp-close-icon-right-rtl;
3138
- }
3139
- .e-de-cp-option.e-btn.e-icon-btn {
3140
- float: left;
3141
- }
3142
- .e-de-cmt-sub-container.e-de-cmt-selection {
3143
- border-left: 1px solid $de-cmt-separator;
3144
- border-right: 3px solid $de-cmt-selection;
3145
- padding-left: $de-cmt-sub-container-padding;
3146
- padding-right: $de-cmt-sub-container-padding-left;
3147
- }
3148
- .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3149
- border-left: 1px solid $de-cmt-separator;
3150
- border-right: 2px solid $de-cmt-selection;
3151
- padding-left: $de-cmt-sub-container-padding;
3152
- padding-right: $de-cmt-sub-container-hover-padding-left;
3153
- }
3154
- .e-de-cmt-sub-container.e-de-cmt-resolved.e-de-cmt-selection {
3155
- border-right: 3px solid $de-cmt-selection-rslv;
3156
- }
3157
- .e-de-cmt-sub-container.e-de-cmt-resolved:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3158
- border-right: 2px solid $de-cmt-selection-rslv;
3159
- }
3160
- .e-de-cmt-action-button {
3161
- text-align: left;
3162
- }
3163
- .e-de-cmt-no-cmt {
3164
- margin-left: auto;
3165
- margin-right: 6px;
3166
- }
3167
- .e-de-cmt-drawer {
3168
- float: left;
3169
- margin-left: 8px;
3170
- margin-right: auto;
3171
- }
3172
- .e-de-cmt-resolve-btn {
3173
- text-align: left;
3174
- }
3175
- }
3176
- .e-bigger {
3177
- .e-de-cmt-post-btn.e-btn.e-flat,
3178
- .e-de-cmt-cancel-btn.e-btn.e-flat {
3179
- height: $de-cmt-post-btn-ht-big;
3180
- margin-left: 12px;
3181
- width: $de-cmt-post-btn-wt-big;
3182
- @if $skin-name == 'tailwind' {
3183
- padding-top: $de-cmt-cancel-btn-padding-top-big;
3184
- padding-left: $de-cmt-cancel-btn-padding-left-big;
3185
- }
3186
- }
3187
- .e-de-cp-whole-header {
3188
- height: 56px;
3189
- padding: 16px;
3190
- padding-right: 8px;
3191
- }
3192
- .e-de-rp-close-icon {
3193
- float: right;
3194
- position: relative;
3195
- top: $de-rp-close-icon-top-bigger;
3196
- right: $de-rp-close-icon-right-bigger;
3197
- }
3198
- .e-rtl {
3199
- .e-de-cmt-post-btn.e-btn.e-flat,
3200
- .e-de-cmt-cancel-btn.e-btn.e-flat {
3201
- margin-right: 12px;
3202
- @if $skin-name == 'tailwind' {
3203
- padding-bottom: $de-cmt-cancel-btn-padding-top-big;
3204
- padding-right: $de-cmt-cancel-btn-padding-left-big;
3205
- }
3206
- }
3207
- }
3208
- }
3209
- .e-de-close-icon.e-btn {
3210
- background-color: $dialog-btn-bg-color !important;
3211
- border-color: $dialog-btn-border-color !important;
3212
- border-radius: $dialog-headericon-border-radius;
3213
- color: $dialog-btn-clr;
3214
- //height: 26px;
3215
- //width: 26px;
3216
- border: none;
3217
- #{if(&, '&', '*')}:active {
3218
- background-color: $dialog-closeicon-btn-active-color !important;
3219
- border-color: $dialog-btn-border-color !important;
3220
- box-shadow: none;
3221
- }
3222
- #{if(&, '&', '*')}:hover {
3223
- background-color: $dialog-closeicon-btn-hover-color !important;
3224
- box-shadow: none;
3225
- color: $dialog-active-icon-color;
3226
- cursor: $e-de-close-icon-cursor;
3227
- border: none;
3228
- }
3229
- }
3230
- .e-btn.e-de-close-icon:hover span {
3231
- cursor: pointer;
3232
- color: $dialog-active-icon-color;
3233
- }
3234
- // Blazor
3235
- .e-de-para-dlg-right-sub-container-blazor {
3236
- top: $de-para-dlg-right-sub-container-top-margin;
3237
- }
3238
- .e-de-rp-mu-btn {
3239
- margin-top: 3px;
3240
- }
3241
- .e-de-table-dialog-row-height {
3242
- padding-top: $de-table-row-height-padding;
3243
- }
3244
- .e-de-tablecell-dialog-alignment-icon {
3245
- width: $de-table-alignment-icon-width;
3246
- height: $de-table-alignment-icon-height;
3247
- margin: $de-table-alignment-icon-margin;
3248
- }
3249
- .e-de-table-dia-indent-from-left {
3250
- right: 45px;
3251
- }
3252
- .e-de-table-dia-align-div {
3253
- border: $de-table-align-border-width solid $de-table-align-border-color;
3254
- display: inline-block;
3255
- height: $de-table-dia-align-height;
3256
- margin-right: $de-table-align-margin-right;
3257
- width: $de-table-dia-align-width;
3258
- }
3259
- .e-de-table-dialog-alignment-icon {
3260
- margin: $de-table-alignment-icon-margin;
3261
- height: $de-table-dia-align-icon-height;
3262
- }
3263
- .e-de-table-border-setting-genral {
3264
- margin-right: $de-table-align-margin-right;
3265
- }
3266
- .e-de-table-border-clr-left-container {
3267
- padding-right: $de-border-dlg-clr-padding-right;
3268
- }
3269
- .e-de-table-border-clr-heading {
3270
- font-size: $de-border-dlg-setting-label-fontsize;
3271
- font-weight: $de-border-dlg-border-label-fontweight;
3272
- padding-bottom: $de-border-dlg-clr-padding-bottom;
3273
- }
3274
- .e-de-table-border-icon-container {
3275
- margin-top: 4px;
3276
- margin-right: 4px;
3277
- }
3278
- .e-de-table-border-preview-container {
3279
- padding-left: $de-border-dlg-preview-padding-left;
3280
- }
3281
- .e-de-table-dlg-alignment-heading {
3282
- color: $de-dlg-heading-main-header;
3283
- display: block;
3284
- font-size: $de-para-dlg-heading-font-size;
3285
- font-weight: $de-par-dlg-hdr-weight;
3286
- margin-bottom: $de-tbl-dlg-align-padding-bottom;
3287
- @if $skin-name == 'tailwind' {
3288
- line-height: 22px;
3289
- }
3290
- }
3291
-
3292
- .e-rtl{
3293
- .e-de-cmt-author-name {
3294
- padding-left: 0%;
3295
- padding-right: $de-cmt-author-nme-padding-left;
3296
- }
3297
- .e-de-cmt-post-btn.e-btn.e-flat,
3298
- .e-de-cmt-cancel-btn.e-btn.e-flat{
3299
- @if $skin-name == 'tailwind' {
3300
- padding-bottom: $de-cmt-cancel-btn-padding-top;
3301
- padding-right: $de-cmt-cancel-btn-padding-left;
3302
- }
3303
- }
3304
- .e-de-ok-button {
3305
- margin-right: 0;
3306
- margin-left: $de-ok-insert-button-margin-right;
3307
- }
3308
- .e-de-table-dia-align-div.e-de-rtl {
3309
- margin-left: $de-table-align-margin-right;
3310
- margin-right: 0;
3311
- }
3312
- .e-de-table-border-clr-left-container {
3313
- padding-right: 0;
3314
- padding-left: $de-border-dlg-clr-padding-right;
3315
- }
3316
- .e-de-table-border-preview-container {
3317
- padding-right: $de-border-dlg-preview-padding-left;
3318
- padding-left: 0;
3319
- }
3320
- .e-de-table-border-setting-genral {
3321
- margin-right: 0;
3322
- margin-left: $de-table-align-margin-right;
3323
- }
3324
- .e-de-table-border-icon-container {
3325
- margin-right: 0;
3326
- margin-left: 4px;
3327
- }
3328
- .e-de-table-border-preview {
3329
- width: 23px;
3330
- }
3331
- .e-de-table-setting-labels-heading {
3332
- margin-left: 0;
3333
- margin-right: $de-table-alignment-label-margin-left;
3334
- }
3335
- }
3336
- .e-bigger {
3337
- .e-de-cmt-author-name {
3338
- padding-left: $de-cmt-author-nme-padding-left-big ;
3339
- }
3340
- .e-de-cmt-rply-view{
3341
- margin-top: $de-cmt-textbox-top-margin-big;
3342
- }
3343
- .e-de-cmt-sub-container{
3344
- padding: $de-cmt-sub-container-padding-big;
3345
- }
3346
- .e-de-cmt-sub-container.e-de-cmt-selection {
3347
- padding-left: $de-cmt-sub-container-padding-left-big;
3348
- }
3349
- .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover{
3350
- padding-left: $de-cmt-sub-container-hover-padding-left-big;
3351
- }
3352
- .e-de-cmt-sub-container.e-de-cmt-reply{
3353
- padding: 0%;
3354
- }
3355
- .e-de-rp-nav-btn {
3356
- width: auto;
3357
- }
3358
- .e-de-rp-whole-header {
3359
- padding: $de-rp-whole-header-padding-big;
3360
- }
3361
- .e-de-rp-sub-div {
3362
- border-bottom: 1px solid $de-list-view;
3363
- padding: $de-rp-sub-div-padding-big;
3364
- }
3365
- .e-de-rp-enforce {
3366
- padding: $de-rp-enforce-padding-big;
3367
- }
3368
- .e-de-enforce .e-de-enforce-dlg-input:not(.e-de-enforce .e-de-enforce-dlg-input:last-child) {
3369
- width: 300px;
3370
- }
3371
-
3372
- .e-rtl{
3373
- .e-de-cmt-author-name {
3374
- padding-left: 0%;
3375
- padding-right: $de-cmt-author-nme-padding-left-big;
3376
- }
3377
- .e-de-cmt-sub-container.e-de-cmt-selection {
3378
- padding-left: $de-cmt-sub-container-padding-big;
3379
- padding-right: $de-cmt-sub-container-padding-left-big;
3380
- }
3381
- .e-de-cmt-sub-container:not(.e-de-cmt-selection):not(.e-de-cmt-reply):hover {
3382
- padding-left: $de-cmt-sub-container-padding-big;
3383
- padding-right: $de-cmt-sub-container-hover-padding-left-big;
3384
- }
3385
- .e-de-rp-close-icon {
3386
- float: left;
3387
- right: $de-rp-close-icon-right-bigger-rtl;
3388
- }
3389
- }
3390
- }
3391
- }