@syncfusion/ej2-angular-documenteditor 20.4.54 → 21.1.35

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 (94) hide show
  1. package/esm2020/src/document-editor/documenteditor.component.mjs +3 -3
  2. package/esm2020/src/document-editor-container/documenteditorcontainer.component.mjs +3 -3
  3. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  4. package/fesm2015/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  5. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs +4 -4
  6. package/fesm2020/syncfusion-ej2-angular-documenteditor.mjs.map +1 -1
  7. package/package.json +9 -9
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/src/document-editor/documenteditor.component.d.ts +1 -1
  12. package/src/document-editor-container/documenteditorcontainer.component.d.ts +1 -1
  13. package/styles/bootstrap-dark.css +64 -21
  14. package/styles/bootstrap.css +60 -17
  15. package/styles/bootstrap4.css +74 -28
  16. package/styles/bootstrap5-dark.css +84 -37
  17. package/styles/bootstrap5.css +84 -37
  18. package/styles/document-editor/_bootstrap5-definition.scss +6 -6
  19. package/styles/document-editor/_fluent-definition.scss +6 -6
  20. package/styles/document-editor/_tailwind-definition.scss +6 -6
  21. package/styles/document-editor/_theme.scss +103 -33
  22. package/styles/document-editor/bootstrap-dark.css +6 -2
  23. package/styles/document-editor/bootstrap.css +6 -2
  24. package/styles/document-editor/bootstrap4.css +8 -4
  25. package/styles/document-editor/bootstrap5-dark.css +25 -17
  26. package/styles/document-editor/bootstrap5.css +25 -17
  27. package/styles/document-editor/fabric-dark.css +6 -2
  28. package/styles/document-editor/fabric.css +6 -2
  29. package/styles/document-editor/fluent-dark.css +40 -27
  30. package/styles/document-editor/fluent.css +40 -27
  31. package/styles/document-editor/highcontrast-light.css +4 -0
  32. package/styles/document-editor/highcontrast.css +6 -2
  33. package/styles/document-editor/icons/_bootstrap-dark.scss +5 -0
  34. package/styles/document-editor/icons/_bootstrap.scss +5 -0
  35. package/styles/document-editor/icons/_bootstrap4.scss +5 -0
  36. package/styles/document-editor/icons/_bootstrap5.scss +9 -0
  37. package/styles/document-editor/icons/_fabric-dark.scss +5 -0
  38. package/styles/document-editor/icons/_fabric.scss +5 -0
  39. package/styles/document-editor/icons/_fluent.scss +28 -14
  40. package/styles/document-editor/icons/_fusionnew.scss +6 -0
  41. package/styles/document-editor/icons/_highcontrast-light.scss +5 -0
  42. package/styles/document-editor/icons/_highcontrast.scss +5 -0
  43. package/styles/document-editor/icons/_material-dark.scss +5 -0
  44. package/styles/document-editor/icons/_material.scss +5 -0
  45. package/styles/document-editor/icons/_material3.scss +12 -6
  46. package/styles/document-editor/icons/_tailwind-dark.scss +6 -0
  47. package/styles/document-editor/icons/_tailwind.scss +9 -0
  48. package/styles/document-editor/implementation/dailogs/_paragraph-dailogs.scss +3 -0
  49. package/styles/document-editor/material-dark.css +6 -2
  50. package/styles/document-editor/material.css +6 -2
  51. package/styles/document-editor/tailwind-dark.css +22 -17
  52. package/styles/document-editor/tailwind.css +25 -17
  53. package/styles/document-editor-container/_bootstrap-dark-definition.scss +7 -2
  54. package/styles/document-editor-container/_bootstrap-definition.scss +7 -2
  55. package/styles/document-editor-container/_bootstrap4-definition.scss +7 -2
  56. package/styles/document-editor-container/_bootstrap5-definition.scss +11 -6
  57. package/styles/document-editor-container/_definition.scss +1 -0
  58. package/styles/document-editor-container/_fabric-dark-definition.scss +7 -2
  59. package/styles/document-editor-container/_fabric-definition.scss +7 -2
  60. package/styles/document-editor-container/_fluent-definition.scss +11 -6
  61. package/styles/document-editor-container/_fusionnew-definition.scss +7 -2
  62. package/styles/document-editor-container/_highcontrast-definition.scss +7 -2
  63. package/styles/document-editor-container/_highcontrast-light-definition.scss +7 -2
  64. package/styles/document-editor-container/_material-dark-definition.scss +7 -2
  65. package/styles/document-editor-container/_material-definition.scss +7 -2
  66. package/styles/document-editor-container/_tailwind-definition.scss +12 -7
  67. package/styles/document-editor-container/_theme.scss +249 -67
  68. package/styles/document-editor-container/bootstrap-dark.css +58 -19
  69. package/styles/document-editor-container/bootstrap.css +54 -15
  70. package/styles/document-editor-container/bootstrap4.css +66 -24
  71. package/styles/document-editor-container/bootstrap5-dark.css +59 -20
  72. package/styles/document-editor-container/bootstrap5.css +59 -20
  73. package/styles/document-editor-container/fabric-dark.css +58 -19
  74. package/styles/document-editor-container/fabric.css +58 -19
  75. package/styles/document-editor-container/fluent-dark.css +63 -27
  76. package/styles/document-editor-container/fluent.css +63 -27
  77. package/styles/document-editor-container/highcontrast-light.css +58 -19
  78. package/styles/document-editor-container/highcontrast.css +58 -19
  79. package/styles/document-editor-container/material-dark.css +58 -19
  80. package/styles/document-editor-container/material.css +57 -18
  81. package/styles/document-editor-container/tailwind-dark.css +58 -19
  82. package/styles/document-editor-container/tailwind.css +58 -19
  83. package/styles/fabric-dark.css +64 -21
  84. package/styles/fabric.css +64 -21
  85. package/styles/fluent-dark.css +103 -54
  86. package/styles/fluent.css +103 -54
  87. package/styles/highcontrast-light.css +62 -19
  88. package/styles/highcontrast.css +64 -21
  89. package/styles/material-dark.css +64 -21
  90. package/styles/material.css +63 -20
  91. package/styles/tailwind-dark.css +80 -36
  92. package/styles/tailwind.css +83 -36
  93. package/styles/document-editor/_material3-definition.scss +0 -560
  94. package/styles/document-editor-container/_material3-definition.scss +0 -153
@@ -61,6 +61,11 @@
61
61
  font-size: 13px;
62
62
  }
63
63
 
64
+ .e-de-multi-cmt-mark::before {
65
+ content: '\e97a';
66
+ font-family: 'e-icons';
67
+ }
68
+
64
69
  .e-de-cmt-post::before {
65
70
  content: '\e816';
66
71
  font-family: 'e-icons';
@@ -61,6 +61,11 @@
61
61
  font-size: 13px;
62
62
  }
63
63
 
64
+ .e-de-multi-cmt-mark::before {
65
+ content: '\e97a';
66
+ font-family: 'e-icons';
67
+ }
68
+
64
69
  .e-de-cmt-post::before {
65
70
  content: '\e816';
66
71
  font-family: 'e-icons';
@@ -54,6 +54,12 @@
54
54
  font-size: 13px;
55
55
  }
56
56
 
57
+ .e-de-multi-cmt-mark::before {
58
+ color: $icon-color;
59
+ content: '\e8bc';
60
+ font-family: 'e-icons';
61
+ }
62
+
57
63
  .e-de-cmt-post::before {
58
64
  content: '\e71d';
59
65
  font-family: 'e-icons';
@@ -183,17 +189,17 @@
183
189
 
184
190
  .e-de-table-border-setting {
185
191
  border: 1px solid $de-border-dlg-border-setting-inside-border;
186
- height: 40px;
187
- left: 5px;
192
+ height: 52px;
193
+ left: 3px;
188
194
  position: relative;
189
- top: 5px;
190
- width: 40px;
195
+ top: 3px;
196
+ width: 52px;
191
197
  }
192
198
 
193
199
  .e-de-table-border-setting-genral {
194
200
  border: 1px solid $de-border-dlg-border-setting-divs-color;
195
- height: 52px;
196
- width: 52px;
201
+ height: 60px;
202
+ width: 60px;
197
203
  }
198
204
 
199
205
  .e-de-table-border-preview-genral {
@@ -54,6 +54,12 @@
54
54
  font-size: 13px;
55
55
  }
56
56
 
57
+ .e-de-multi-cmt-mark::before {
58
+ color: $icon-color;
59
+ content: '\e8bc';
60
+ font-family: 'e-icons';
61
+ }
62
+
57
63
  .e-de-cmt-post::before {
58
64
  content: '\e71d';
59
65
  font-family: 'e-icons';
@@ -54,6 +54,12 @@
54
54
  font-size: 13px;
55
55
  }
56
56
 
57
+ .e-de-multi-cmt-mark::before {
58
+ color: $icon-color;
59
+ content: '\e8bc';
60
+ font-family: 'e-icons';
61
+ }
62
+
57
63
  .e-de-cmt-post::before {
58
64
  content: '\e71d';
59
65
  font-family: 'e-icons';
@@ -165,6 +171,7 @@
165
171
  content: '\e775';
166
172
  font-family: 'e-icons';
167
173
  font-size: $de-tablecell-alignment-font-size;
174
+ margin: 2px;
168
175
  }
169
176
 
170
177
  .e-de-tablecell-center-alignment::before {
@@ -172,6 +179,7 @@
172
179
  content: '\e7e5';
173
180
  font-family: 'e-icons';
174
181
  font-size: $de-tablecell-alignment-font-size;
182
+ margin: 2px;
175
183
  }
176
184
 
177
185
  .e-de-tablecell-bottom-alignment::before {
@@ -179,6 +187,7 @@
179
187
  content: '\e7d9';
180
188
  font-family: 'e-icons';
181
189
  font-size: $de-tablecell-alignment-font-size;
190
+ margin: 2px;
182
191
  }
183
192
 
184
193
  .e-de-table-border-setting {
@@ -109,6 +109,9 @@
109
109
  }
110
110
 
111
111
  .e-de-para-dlg-container {
112
+ @if $skin-name == 'Material3' {
113
+ padding: 8px;
114
+ }
112
115
  height: $de-para-dlg-height;
113
116
  width: $de-para-dlg-width;
114
117
  }
@@ -49,6 +49,10 @@
49
49
  font-family: "e-icons";
50
50
  font-size: 13px;
51
51
  }
52
+ .e-documenteditor .e-de-multi-cmt-mark::before {
53
+ content: "\e97a";
54
+ font-family: "e-icons";
55
+ }
52
56
  .e-documenteditor .e-de-cmt-post::before {
53
57
  content: "\e816";
54
58
  font-family: "e-icons";
@@ -1685,7 +1689,7 @@ label[for*=_wholeWord_e-de-rtl] {
1685
1689
 
1686
1690
  .e-de-restrict-pane,
1687
1691
  .e-de-op {
1688
- background-color: #212121;
1692
+ background: #212121;
1689
1693
  }
1690
1694
 
1691
1695
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2378,7 +2382,7 @@ label[for*=_wholeWord_e-de-rtl] {
2378
2382
  margin-right: 15px;
2379
2383
  }
2380
2384
 
2381
- .e-de-style-left-div .e-de-style-dlg-name-input {
2385
+ .e-de-style-dlg-name-input {
2382
2386
  height: 18px;
2383
2387
  }
2384
2388
 
@@ -49,6 +49,10 @@
49
49
  font-family: "e-icons";
50
50
  font-size: 13px;
51
51
  }
52
+ .e-documenteditor .e-de-multi-cmt-mark::before {
53
+ content: "\e97a";
54
+ font-family: "e-icons";
55
+ }
52
56
  .e-documenteditor .e-de-cmt-post::before {
53
57
  content: "\e816";
54
58
  font-family: "e-icons";
@@ -1685,7 +1689,7 @@ label[for*=_wholeWord_e-de-rtl] {
1685
1689
 
1686
1690
  .e-de-restrict-pane,
1687
1691
  .e-de-op {
1688
- background-color: #fff;
1692
+ background: #fff;
1689
1693
  }
1690
1694
 
1691
1695
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2378,7 +2382,7 @@ label[for*=_wholeWord_e-de-rtl] {
2378
2382
  margin-right: 15px;
2379
2383
  }
2380
2384
 
2381
- .e-de-style-left-div .e-de-style-dlg-name-input {
2385
+ .e-de-style-dlg-name-input {
2382
2386
  height: 18px;
2383
2387
  }
2384
2388
 
@@ -43,6 +43,11 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ color: #d1d5db;
48
+ content: "\e8bc";
49
+ font-family: "e-icons";
50
+ }
46
51
  .e-documenteditor .e-de-cmt-post::before {
47
52
  content: "\e71d";
48
53
  font-family: "e-icons";
@@ -124,40 +129,40 @@
124
129
  .e-de-table-left-alignment::before {
125
130
  color: #d1d5db;
126
131
  content: "\e7f6";
127
- font-size: 46px;
132
+ font-size: 48px;
128
133
  }
129
134
 
130
135
  .e-de-table-center-alignment::before {
131
136
  color: #d1d5db;
132
137
  content: "\e7f1";
133
- font-size: 46px;
138
+ font-size: 48px;
134
139
  }
135
140
 
136
141
  .e-de-table-right-alignment::before {
137
142
  color: #d1d5db;
138
143
  content: "\e703";
139
- font-size: 46px;
144
+ font-size: 48px;
140
145
  }
141
146
 
142
147
  .e-de-tablecell-top-alignment::before {
143
148
  color: #d1d5db;
144
149
  content: "\e775";
145
150
  font-family: "e-icons";
146
- font-size: 51px;
151
+ font-size: 48px;
147
152
  }
148
153
 
149
154
  .e-de-tablecell-center-alignment::before {
150
155
  color: #d1d5db;
151
156
  content: "\e7e5";
152
157
  font-family: "e-icons";
153
- font-size: 51px;
158
+ font-size: 48px;
154
159
  }
155
160
 
156
161
  .e-de-tablecell-bottom-alignment::before {
157
162
  color: #d1d5db;
158
163
  content: "\e7d9";
159
164
  font-family: "e-icons";
160
- font-size: 51px;
165
+ font-size: 48px;
161
166
  }
162
167
 
163
168
  .e-de-table-border-setting {
@@ -205,14 +210,14 @@
205
210
  .e-de-table-border-none-setting::before {
206
211
  color: #d1d5db;
207
212
  content: "\e7eb";
208
- font-size: 38px;
213
+ font-size: 36px;
209
214
  position: absolute;
210
215
  }
211
216
 
212
217
  .e-de-table-border-box-setting::before {
213
218
  color: #d1d5db;
214
219
  content: "\e834";
215
- font-size: 34px;
220
+ font-size: 36px;
216
221
  left: 2px;
217
222
  position: absolute;
218
223
  top: 2px;
@@ -222,7 +227,7 @@
222
227
  color: #d1d5db;
223
228
  content: "\e7e8";
224
229
  font-family: "e-icons";
225
- font-size: 34px;
230
+ font-size: 36px;
226
231
  left: 2px;
227
232
  position: absolute;
228
233
  top: 2px;
@@ -231,7 +236,7 @@
231
236
  .e-de-table-border-custom-setting::before {
232
237
  color: #d1d5db;
233
238
  content: "\e7d5";
234
- font-size: 34px;
239
+ font-size: 36px;
235
240
  left: 2px;
236
241
  position: absolute;
237
242
  top: 2px;
@@ -240,14 +245,14 @@
240
245
  .e-de-para-border-none-setting::before {
241
246
  color: #d1d5db;
242
247
  content: "\e890";
243
- font-size: 38px;
248
+ font-size: 36px;
244
249
  position: absolute;
245
250
  }
246
251
 
247
252
  .e-de-para-border-box-setting::before {
248
253
  color: #d1d5db;
249
254
  content: "\e891";
250
- font-size: 34px;
255
+ font-size: 36px;
251
256
  left: 2px;
252
257
  position: absolute;
253
258
  top: 2px;
@@ -256,7 +261,7 @@
256
261
  .e-de-para-border-shadow-setting::before {
257
262
  color: #d1d5db;
258
263
  content: "\e892";
259
- font-size: 34px;
264
+ font-size: 36px;
260
265
  left: 2px;
261
266
  position: absolute;
262
267
  top: 2px;
@@ -265,7 +270,7 @@
265
270
  .e-de-para-border-custom-setting::before {
266
271
  color: #d1d5db;
267
272
  content: "\e88f";
268
- font-size: 34px;
273
+ font-size: 36px;
269
274
  left: 2px;
270
275
  position: absolute;
271
276
  top: 2px;
@@ -2063,7 +2068,7 @@ label[for*=_wholeWord_e-de-rtl] {
2063
2068
 
2064
2069
  .e-de-restrict-pane,
2065
2070
  .e-de-op {
2066
- background-color: #232e3e;
2071
+ background: #232e3e;
2067
2072
  }
2068
2073
 
2069
2074
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2722,7 +2727,7 @@ label[for*=_wholeWord_e-de-rtl] {
2722
2727
  margin-right: 20px;
2723
2728
  }
2724
2729
 
2725
- .e-de-style-left-div .e-de-style-dlg-name-input {
2730
+ .e-de-style-dlg-name-input {
2726
2731
  height: 31px;
2727
2732
  }
2728
2733
 
@@ -3631,7 +3636,7 @@ label[for*=_wholeWord_e-de-rtl] {
3631
3636
 
3632
3637
  .e-de-cmt-textarea.e-input {
3633
3638
  color: #d1d5db;
3634
- font-size: 13px;
3639
+ font-size: 14px;
3635
3640
  line-height: normal;
3636
3641
  min-height: 30px;
3637
3642
  overflow: hidden;
@@ -43,6 +43,11 @@
43
43
  font-family: "e-icons";
44
44
  font-size: 13px;
45
45
  }
46
+ .e-documenteditor .e-de-multi-cmt-mark::before {
47
+ color: #6b7280;
48
+ content: "\e8bc";
49
+ font-family: "e-icons";
50
+ }
46
51
  .e-documenteditor .e-de-cmt-post::before {
47
52
  content: "\e71d";
48
53
  font-family: "e-icons";
@@ -124,40 +129,43 @@
124
129
  .e-de-table-left-alignment::before {
125
130
  color: #6b7280;
126
131
  content: "\e7f6";
127
- font-size: 46px;
132
+ font-size: 48px;
128
133
  }
129
134
 
130
135
  .e-de-table-center-alignment::before {
131
136
  color: #6b7280;
132
137
  content: "\e7f1";
133
- font-size: 46px;
138
+ font-size: 48px;
134
139
  }
135
140
 
136
141
  .e-de-table-right-alignment::before {
137
142
  color: #6b7280;
138
143
  content: "\e703";
139
- font-size: 46px;
144
+ font-size: 48px;
140
145
  }
141
146
 
142
147
  .e-de-tablecell-top-alignment::before {
143
148
  color: #6b7280;
144
149
  content: "\e775";
145
150
  font-family: "e-icons";
146
- font-size: 51px;
151
+ font-size: 48px;
152
+ margin: 2px;
147
153
  }
148
154
 
149
155
  .e-de-tablecell-center-alignment::before {
150
156
  color: #6b7280;
151
157
  content: "\e7e5";
152
158
  font-family: "e-icons";
153
- font-size: 51px;
159
+ font-size: 48px;
160
+ margin: 2px;
154
161
  }
155
162
 
156
163
  .e-de-tablecell-bottom-alignment::before {
157
164
  color: #6b7280;
158
165
  content: "\e7d9";
159
166
  font-family: "e-icons";
160
- font-size: 51px;
167
+ font-size: 48px;
168
+ margin: 2px;
161
169
  }
162
170
 
163
171
  .e-de-table-border-setting {
@@ -205,14 +213,14 @@
205
213
  .e-de-table-border-none-setting::before {
206
214
  color: #6b7280;
207
215
  content: "\e7eb";
208
- font-size: 38px;
216
+ font-size: 36px;
209
217
  position: absolute;
210
218
  }
211
219
 
212
220
  .e-de-table-border-box-setting::before {
213
221
  color: #6b7280;
214
222
  content: "\e834";
215
- font-size: 34px;
223
+ font-size: 36px;
216
224
  left: 2px;
217
225
  position: absolute;
218
226
  top: 2px;
@@ -222,7 +230,7 @@
222
230
  color: #6b7280;
223
231
  content: "\e7e8";
224
232
  font-family: "e-icons";
225
- font-size: 34px;
233
+ font-size: 36px;
226
234
  left: 2px;
227
235
  position: absolute;
228
236
  top: 2px;
@@ -231,7 +239,7 @@
231
239
  .e-de-table-border-custom-setting::before {
232
240
  color: #6b7280;
233
241
  content: "\e7d5";
234
- font-size: 34px;
242
+ font-size: 36px;
235
243
  left: 2px;
236
244
  position: absolute;
237
245
  top: 2px;
@@ -240,14 +248,14 @@
240
248
  .e-de-para-border-none-setting::before {
241
249
  color: #6b7280;
242
250
  content: "\e890";
243
- font-size: 38px;
251
+ font-size: 36px;
244
252
  position: absolute;
245
253
  }
246
254
 
247
255
  .e-de-para-border-box-setting::before {
248
256
  color: #6b7280;
249
257
  content: "\e891";
250
- font-size: 34px;
258
+ font-size: 36px;
251
259
  left: 2px;
252
260
  position: absolute;
253
261
  top: 2px;
@@ -256,7 +264,7 @@
256
264
  .e-de-para-border-shadow-setting::before {
257
265
  color: #6b7280;
258
266
  content: "\e892";
259
- font-size: 34px;
267
+ font-size: 36px;
260
268
  left: 2px;
261
269
  position: absolute;
262
270
  top: 2px;
@@ -265,7 +273,7 @@
265
273
  .e-de-para-border-custom-setting::before {
266
274
  color: #6b7280;
267
275
  content: "\e88f";
268
- font-size: 34px;
276
+ font-size: 36px;
269
277
  left: 2px;
270
278
  position: absolute;
271
279
  top: 2px;
@@ -2063,7 +2071,7 @@ label[for*=_wholeWord_e-de-rtl] {
2063
2071
 
2064
2072
  .e-de-restrict-pane,
2065
2073
  .e-de-op {
2066
- background-color: #f9fafb;
2074
+ background: #f9fafb;
2067
2075
  }
2068
2076
 
2069
2077
  .e-de-restrict-pane .e-tab-header .e-toolbar-items,
@@ -2722,7 +2730,7 @@ label[for*=_wholeWord_e-de-rtl] {
2722
2730
  margin-right: 20px;
2723
2731
  }
2724
2732
 
2725
- .e-de-style-left-div .e-de-style-dlg-name-input {
2733
+ .e-de-style-dlg-name-input {
2726
2734
  height: 31px;
2727
2735
  }
2728
2736
 
@@ -3631,7 +3639,7 @@ label[for*=_wholeWord_e-de-rtl] {
3631
3639
 
3632
3640
  .e-de-cmt-textarea.e-input {
3633
3641
  color: #374151;
3634
- font-size: 13px;
3642
+ font-size: 14px;
3635
3643
  line-height: normal;
3636
3644
  min-height: 30px;
3637
3645
  overflow: hidden;
@@ -22,6 +22,11 @@ $de-spellcheck-tlbr-height: 34px !default;
22
22
  $de-spellcheck-tlbr-margin-left: 7.5px !default;
23
23
  $de-zoom-tlbr-margin-left: calc(100% - 380px) !default;
24
24
  $de-zoom-tlbr-margin-left-big: calc(100% - 410px) !default;
25
+ $e-de-ctnr-break-listview-margin-right: 12px !default;
26
+ $e-de-ctnr-break-listview-margin-right-big: 16px !default;
27
+ $e-de-ctnr-break-listview-margin-left: 12px !default;
28
+ $e-de-ctnr-break-listview-margin-left-big: 16px !default;
29
+ $de-tlbr-btn-height: calc(100% - 10px) !default;
25
30
 
26
31
  // Subtract toolbar & statusbar height
27
32
  $de-tool-ctnr-editor-height: calc(100% - 115px) !default;
@@ -108,8 +113,8 @@ $de-prop-pane-margin: 14px;
108
113
  $de-table-prop-border-margin: 14px;
109
114
  $de-clr-pckr-width: 30.8px;
110
115
  $de-toolbar-font-size: 12px;
111
- $de-toolbar-padding-bottom: 6px;
112
- $de-toolbar-padding-bottom-bg: 6px;
116
+ $de-toolbar-padding-bottom: 5px;
117
+ $de-toolbar-padding-bottom-bg: 5px;
113
118
  $de-header-font-weight: normal;
114
119
  $de-list-thmbnail-border-clr: #e4e4e4;
115
120
  $de-prop-sub-label-mrgn-btm: 8px;
@@ -23,6 +23,11 @@ $de-spellcheck-tlbr-margin-left: 7.5px !default;
23
23
  $de-zoom-tlbr-margin-left: calc(100% - 380px) !default;
24
24
  $de-zoom-tlbr-margin-left-big: calc(100% - 410px) !default;
25
25
  $e-de-statusbar-separator-color: #ccc;
26
+ $e-de-ctnr-break-listview-margin-right: 12px !default;
27
+ $e-de-ctnr-break-listview-margin-right-big: 16px !default;
28
+ $e-de-ctnr-break-listview-margin-left: 12px !default;
29
+ $e-de-ctnr-break-listview-margin-left-big: 16px !default;
30
+ $de-tlbr-btn-height: calc(100% - 10px) !default;
26
31
 
27
32
  // Subtract toolbar & statusbar height
28
33
  $de-tool-ctnr-editor-height: calc(100% - 115px) !default;
@@ -108,8 +113,8 @@ $de-prop-pane-margin: 14px;
108
113
  $de-table-prop-border-margin: 14px;
109
114
  $de-clr-pckr-width: 30.8px;
110
115
  $de-toolbar-font-size: 12px;
111
- $de-toolbar-padding-bottom: 6px;
112
- $de-toolbar-padding-bottom-bg: 6px;
116
+ $de-toolbar-padding-bottom: 5px;
117
+ $de-toolbar-padding-bottom-bg: 5px;
113
118
  $de-header-font-weight: normal;
114
119
  $de-list-thmbnail-border-clr: #e4e4e4;
115
120
  $de-prop-sub-label-mrgn-btm: 8px;
@@ -23,6 +23,11 @@ $de-spellcheck-tlbr-margin-left: 7.5px !default;
23
23
  $de-zoom-tlbr-margin-left: calc(100% - 340px) !default;
24
24
  $de-zoom-tlbr-margin-left-big: calc(100% - 370px) !default;
25
25
  $e-de-statusbar-separator-color: #495057;
26
+ $e-de-ctnr-break-listview-margin-right: 14px !default;
27
+ $e-de-ctnr-break-listview-margin-right-big: 16px !default;
28
+ $e-de-ctnr-break-listview-margin-left: 14px !default;
29
+ $e-de-ctnr-break-listview-margin-left-big: 16px !default;
30
+ $de-tlbr-btn-height: calc(100% - 10px) !default;
26
31
 
27
32
  // Subtract toolbar & statusbar height
28
33
  $de-tool-ctnr-editor-height: calc(100% - 115px) !default;
@@ -125,8 +130,8 @@ $de-prop-pane-margin: 14px;
125
130
  $de-table-prop-border-margin: 14px;
126
131
  $de-clr-pckr-width: 30.8px;
127
132
  $de-toolbar-font-size: 12px;
128
- $de-toolbar-padding-bottom: 6px;
129
- $de-toolbar-padding-bottom-bg: 6px;
133
+ $de-toolbar-padding-bottom: 5px;
134
+ $de-toolbar-padding-bottom-bg: 5px;
130
135
  $de-header-font-weight: normal;
131
136
  $de-list-thmbnail-border-clr: #e4e4e4;
132
137
  $de-prop-sub-label-mrgn-btm: 8px;
@@ -18,6 +18,11 @@ $de-spellcheck-tlbr-height: 34px !default;
18
18
  $de-spellcheck-tlbr-margin-left: 7.5px !default;
19
19
  $de-zoom-tlbr-margin-left: calc(100% - 360px) !default;
20
20
  $de-zoom-tlbr-margin-left-big: calc(100% - 410px) !default;
21
+ $e-de-ctnr-break-listview-margin-right: 12px !default;
22
+ $e-de-ctnr-break-listview-margin-right-big: 16px !default;
23
+ $e-de-ctnr-break-listview-margin-left: 12px !default;
24
+ $e-de-ctnr-break-listview-margin-left-big: 16px !default;
25
+ $de-tlbr-btn-height: calc(100% - 10px) !default;
21
26
 
22
27
  // Subtract toolbar & statusbar height
23
28
  $de-tool-ctnr-editor-height: calc(100% - 115px) !default;
@@ -60,7 +65,7 @@ $de-left-btn-width-big: 44px;
60
65
  $de-right-btn-width: 75px * .5;
61
66
  $de-right-btn-width-big: 43px;
62
67
  $de-border-btn-width-big: 44px;
63
- $de-right-font-size-width-big: 86px;
68
+ $de-right-font-size-width-big: $text-8xl;
64
69
  $de-img-span-top-big: 12px;
65
70
  $de-bullet-icon-font-size: $text-xs;
66
71
  $de-bullet-icon-line-height: 0;
@@ -85,8 +90,8 @@ $e-de-status-bar-big-padding-top: 5px;
85
90
  $e-de-review-pane-width: 440px;
86
91
  $e-de-ctnr-linespacing-tick-icon: 8px;
87
92
  $de-toolbar-font-size: $text-sm;
88
- $de-toolbar-padding-bottom: 14px;
89
- $de-toolbar-padding-bottom-bg: 14px;
93
+ $de-toolbar-padding-bottom: 10px;
94
+ $de-toolbar-padding-bottom-bg: 10px;
90
95
  $de-header-font-weight: $font-weight-medium;
91
96
  $de-prop-sub-label-mrgn-btm: 4px;
92
97
  $de-hdr-ftr-frst-div-mrgn-btm: 12px;
@@ -98,10 +103,10 @@ $de-status-br-left: 0 !default;
98
103
  $de-status-br-top: 6px !default;
99
104
  $e-de-btn-font-size: $text-sm;
100
105
  $e-de-btn-font-icon-size: 16px;
101
- $e-de-btn-font-size-big: 16px;
106
+ $e-de-btn-font-size-big: $text-base;
102
107
  $e-de-btn-font-icon-size-big: 18px;
103
- $e-de-bzr-btn-font-size: 16px;
104
- $e-de-bzr-btn-font-size-big: 18px;
108
+ $e-de-bzr-btn-font-size: $text-base;
109
+ $e-de-bzr-btn-font-size-big: $text-lg;
105
110
  $e-de-bzr-button-hover-border-radius: 4px;
106
111
  $e-de-bzr-button-hover-border: none;
107
112
  $de-clr-pckr-width: 38px;
@@ -1,6 +1,7 @@
1
1
  $de-ctnr-tlbr-width: calc(100% - 75px);
2
2
  $de-ctnr-status-bar-hgt: 36px;
3
3
  $de-ctnr-tlbr-height: 86px;
4
+ $de-tlbr-btn-height: calc(100% - 10px) !default;
4
5
 
5
6
  // Subtract toolbar height
6
7
  $de-tool-ctnr-editor-height: calc(100% - 86px);
@@ -23,6 +23,11 @@ $de-spellcheck-tlbr-margin-left: 7.5px !default;
23
23
  $de-zoom-tlbr-margin-left: calc(100% - 405px) !default;
24
24
  $de-zoom-tlbr-margin-left-big: calc(100% - 435px) !default;
25
25
  $e-de-statusbar-separator-color: #dadada;
26
+ $e-de-ctnr-break-listview-margin-right: 12px !default;
27
+ $e-de-ctnr-break-listview-margin-right-big: 16px !default;
28
+ $e-de-ctnr-break-listview-margin-left: 12px !default;
29
+ $e-de-ctnr-break-listview-margin-left-big: 16px !default;
30
+ $de-tlbr-btn-height: calc(100% - 10px) !default;
26
31
 
27
32
  // Subtract toolbar & statusbar height
28
33
  $de-tool-ctnr-editor-height: calc(100% - 120px) !default;
@@ -113,8 +118,8 @@ $de-prop-pane-margin: 14px;
113
118
  $de-table-prop-border-margin: 14px;
114
119
  $de-clr-pckr-width: 30.8px;
115
120
  $de-toolbar-font-size: 12px;
116
- $de-toolbar-padding-bottom: 6px;
117
- $de-toolbar-padding-bottom-bg: 6px;
121
+ $de-toolbar-padding-bottom: 5px;
122
+ $de-toolbar-padding-bottom-bg: 5px;
118
123
  $de-header-font-weight: normal;
119
124
  $de-list-thmbnail-border-clr: #e4e4e4;
120
125
  $de-prop-sub-label-mrgn-btm: 8px;
@@ -23,6 +23,11 @@ $de-spellcheck-tlbr-margin-left: 7.5px !default;
23
23
  $de-zoom-tlbr-margin-left: calc(100% - 405px) !default;
24
24
  $de-zoom-tlbr-margin-left-big: calc(100% - 435px) !default;
25
25
  $e-de-statusbar-separator-color: #dadada;
26
+ $e-de-ctnr-break-listview-margin-right: 12px !default;
27
+ $e-de-ctnr-break-listview-margin-right-big: 16px !default;
28
+ $e-de-ctnr-break-listview-margin-left: 12px !default;
29
+ $e-de-ctnr-break-listview-margin-left-big: 16px !default;
30
+ $de-tlbr-btn-height: calc(100% - 10px) !default;
26
31
 
27
32
  // Subtract toolbar & statusbar height
28
33
  $de-tool-ctnr-editor-height: calc(100% - 121px) !default;
@@ -110,8 +115,8 @@ $de-prop-pane-margin: 14px;
110
115
  $de-table-prop-border-margin: 14px;
111
116
  $de-clr-pckr-width: 30.8px;
112
117
  $de-toolbar-font-size: 12px;
113
- $de-toolbar-padding-bottom: 6px;
114
- $de-toolbar-padding-bottom-bg: 6px;
118
+ $de-toolbar-padding-bottom: 5px;
119
+ $de-toolbar-padding-bottom-bg: 5px;
115
120
  $de-header-font-weight: normal;
116
121
  $de-list-thmbnail-border-clr: #e4e4e4;
117
122
  $de-prop-sub-label-mrgn-btm: 8px;