@syncfusion/ej2-angular-gantt 20.1.59 → 20.2.36

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 (165) hide show
  1. package/esm2020/public_api.mjs +3 -0
  2. package/esm2020/src/gantt/adddialogfields.directive.mjs +58 -0
  3. package/esm2020/src/gantt/columns.directive.mjs +72 -0
  4. package/esm2020/src/gantt/dayworkingtime.directive.mjs +58 -0
  5. package/esm2020/src/gantt/editdialogfields.directive.mjs +58 -0
  6. package/esm2020/src/gantt/eventmarkers.directive.mjs +57 -0
  7. package/esm2020/src/gantt/gantt-all.module.mjs +68 -0
  8. package/esm2020/src/gantt/gantt.component.mjs +248 -0
  9. package/esm2020/src/gantt/gantt.module.mjs +79 -0
  10. package/esm2020/src/gantt/holidays.directive.mjs +58 -0
  11. package/esm2020/src/index.mjs +11 -0
  12. package/esm2020/syncfusion-ej2-angular-gantt.mjs +5 -0
  13. package/fesm2015/syncfusion-ej2-angular-gantt.mjs +724 -0
  14. package/fesm2015/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  15. package/fesm2020/syncfusion-ej2-angular-gantt.mjs +724 -0
  16. package/fesm2020/syncfusion-ej2-angular-gantt.mjs.map +1 -0
  17. package/package.json +29 -15
  18. package/schematics/utils/lib-details.ts +2 -2
  19. package/src/gantt/adddialogfields.directive.d.ts +5 -0
  20. package/src/gantt/columns.directive.d.ts +5 -0
  21. package/src/gantt/dayworkingtime.directive.d.ts +5 -0
  22. package/src/gantt/editdialogfields.directive.d.ts +5 -0
  23. package/src/gantt/eventmarkers.directive.d.ts +5 -0
  24. package/src/gantt/gantt-all.module.d.ts +6 -0
  25. package/src/gantt/gantt.component.d.ts +3 -0
  26. package/src/gantt/gantt.module.d.ts +12 -0
  27. package/src/gantt/holidays.directive.d.ts +5 -0
  28. package/styles/bootstrap-dark.css +154 -91
  29. package/styles/bootstrap.css +151 -88
  30. package/styles/bootstrap4.css +152 -89
  31. package/styles/bootstrap5-dark.css +156 -93
  32. package/styles/bootstrap5.css +156 -93
  33. package/styles/fabric-dark.css +153 -90
  34. package/styles/fabric.css +158 -95
  35. package/styles/fluent-dark.css +156 -93
  36. package/styles/fluent.css +156 -93
  37. package/styles/gantt/_all.scss +2 -0
  38. package/styles/gantt/_bootstrap-dark-definition.scss +207 -0
  39. package/styles/gantt/_bootstrap-definition.scss +208 -0
  40. package/styles/gantt/_bootstrap4-definition.scss +210 -0
  41. package/styles/gantt/_bootstrap5-dark-definition.scss +1 -0
  42. package/styles/gantt/_bootstrap5-definition.scss +213 -0
  43. package/styles/gantt/_fabric-dark-definition.scss +208 -0
  44. package/styles/gantt/_fabric-definition.scss +208 -0
  45. package/styles/gantt/_fluent-dark-definition.scss +1 -0
  46. package/styles/gantt/_fluent-definition.scss +213 -0
  47. package/styles/gantt/_fusionnew-definition.scss +212 -0
  48. package/styles/gantt/_highcontrast-definition.scss +208 -0
  49. package/styles/gantt/_highcontrast-light-definition.scss +208 -0
  50. package/styles/gantt/_layout.scss +1378 -0
  51. package/styles/gantt/_material-dark-definition.scss +209 -0
  52. package/styles/gantt/_material-definition.scss +209 -0
  53. package/styles/gantt/_material3-definition.scss +213 -0
  54. package/styles/gantt/_tailwind-dark-definition.scss +1 -0
  55. package/styles/gantt/_tailwind-definition.scss +213 -0
  56. package/styles/gantt/_theme.scss +720 -0
  57. package/styles/gantt/bootstrap-dark.css +154 -91
  58. package/styles/gantt/bootstrap-dark.scss +22 -1
  59. package/styles/gantt/bootstrap.css +151 -88
  60. package/styles/gantt/bootstrap.scss +22 -1
  61. package/styles/gantt/bootstrap4.css +152 -89
  62. package/styles/gantt/bootstrap4.scss +22 -1
  63. package/styles/gantt/bootstrap5-dark.css +156 -93
  64. package/styles/gantt/bootstrap5-dark.scss +22 -1
  65. package/styles/gantt/bootstrap5.css +156 -93
  66. package/styles/gantt/bootstrap5.scss +22 -1
  67. package/styles/gantt/fabric-dark.css +153 -90
  68. package/styles/gantt/fabric-dark.scss +22 -1
  69. package/styles/gantt/fabric.css +158 -95
  70. package/styles/gantt/fabric.scss +22 -1
  71. package/styles/gantt/fluent-dark.css +156 -93
  72. package/styles/gantt/fluent-dark.scss +22 -1
  73. package/styles/gantt/fluent.css +156 -93
  74. package/styles/gantt/fluent.scss +22 -1
  75. package/styles/gantt/highcontrast-light.css +150 -90
  76. package/styles/gantt/highcontrast-light.scss +21 -1
  77. package/styles/gantt/highcontrast.css +153 -90
  78. package/styles/gantt/highcontrast.scss +22 -1
  79. package/styles/gantt/icons/_bootstrap-dark.scss +124 -0
  80. package/styles/gantt/icons/_bootstrap.scss +124 -0
  81. package/styles/gantt/icons/_bootstrap4.scss +124 -0
  82. package/styles/gantt/icons/_bootstrap5-dark.scss +1 -0
  83. package/styles/gantt/icons/_bootstrap5.scss +124 -0
  84. package/styles/gantt/icons/_fabric-dark.scss +124 -0
  85. package/styles/gantt/icons/_fabric.scss +124 -0
  86. package/styles/gantt/icons/_fluent-dark.scss +1 -0
  87. package/styles/gantt/icons/_fluent.scss +124 -0
  88. package/styles/gantt/icons/_fusionnew.scss +120 -0
  89. package/styles/gantt/icons/_highcontrast.scss +124 -0
  90. package/styles/gantt/icons/_material-dark.scss +124 -0
  91. package/styles/gantt/icons/_material.scss +124 -0
  92. package/styles/gantt/icons/_material3.scss +124 -0
  93. package/styles/gantt/icons/_tailwind-dark.scss +124 -0
  94. package/styles/gantt/icons/_tailwind.scss +124 -0
  95. package/styles/gantt/material-dark.css +157 -94
  96. package/styles/gantt/material-dark.scss +22 -1
  97. package/styles/gantt/material.css +159 -96
  98. package/styles/gantt/material.scss +22 -1
  99. package/styles/gantt/tailwind-dark.css +164 -101
  100. package/styles/gantt/tailwind-dark.scss +22 -1
  101. package/styles/gantt/tailwind.css +160 -97
  102. package/styles/gantt/tailwind.scss +22 -1
  103. package/styles/highcontrast-light.css +150 -90
  104. package/styles/highcontrast.css +153 -90
  105. package/styles/material-dark.css +157 -94
  106. package/styles/material.css +159 -96
  107. package/styles/tailwind-dark.css +164 -101
  108. package/styles/tailwind.css +160 -97
  109. package/{ej2-angular-gantt.d.ts → syncfusion-ej2-angular-gantt.d.ts} +1 -1
  110. package/@syncfusion/ej2-angular-gantt.es5.js +0 -803
  111. package/@syncfusion/ej2-angular-gantt.es5.js.map +0 -1
  112. package/@syncfusion/ej2-angular-gantt.js +0 -755
  113. package/@syncfusion/ej2-angular-gantt.js.map +0 -1
  114. package/CHANGELOG.md +0 -1243
  115. package/dist/ej2-angular-gantt.umd.js +0 -897
  116. package/dist/ej2-angular-gantt.umd.js.map +0 -1
  117. package/dist/ej2-angular-gantt.umd.min.js +0 -11
  118. package/dist/ej2-angular-gantt.umd.min.js.map +0 -1
  119. package/ej2-angular-gantt.metadata.json +0 -1
  120. package/postinstall/tagchange.js +0 -18
  121. package/schematics/collection.json +0 -30
  122. package/schematics/generators/gantt-daymarkers/index.d.ts +0 -3
  123. package/schematics/generators/gantt-daymarkers/index.js +0 -8
  124. package/schematics/generators/gantt-daymarkers/sample-details.d.ts +0 -5
  125. package/schematics/generators/gantt-daymarkers/sample-details.js +0 -7
  126. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -9
  127. package/schematics/generators/gantt-daymarkers/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -6
  128. package/schematics/generators/gantt-daymarkers/schema.d.ts +0 -3
  129. package/schematics/generators/gantt-daymarkers/schema.js +0 -2
  130. package/schematics/generators/gantt-daymarkers/schema.json +0 -124
  131. package/schematics/generators/gantt-default/index.d.ts +0 -3
  132. package/schematics/generators/gantt-default/index.js +0 -8
  133. package/schematics/generators/gantt-default/sample-details.d.ts +0 -5
  134. package/schematics/generators/gantt-default/sample-details.js +0 -7
  135. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -5
  136. package/schematics/generators/gantt-default/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -4
  137. package/schematics/generators/gantt-default/schema.d.ts +0 -3
  138. package/schematics/generators/gantt-default/schema.js +0 -2
  139. package/schematics/generators/gantt-default/schema.json +0 -124
  140. package/schematics/generators/gantt-editing/index.d.ts +0 -3
  141. package/schematics/generators/gantt-editing/index.js +0 -8
  142. package/schematics/generators/gantt-editing/sample-details.d.ts +0 -5
  143. package/schematics/generators/gantt-editing/sample-details.js +0 -7
  144. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  145. package/schematics/generators/gantt-editing/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  146. package/schematics/generators/gantt-editing/schema.d.ts +0 -3
  147. package/schematics/generators/gantt-editing/schema.js +0 -2
  148. package/schematics/generators/gantt-editing/schema.json +0 -124
  149. package/schematics/generators/gantt-localdata/index.d.ts +0 -3
  150. package/schematics/generators/gantt-localdata/index.js +0 -8
  151. package/schematics/generators/gantt-localdata/sample-details.d.ts +0 -5
  152. package/schematics/generators/gantt-localdata/sample-details.js +0 -7
  153. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.css +0 -4
  154. package/schematics/generators/gantt-localdata/samples/__path__/__name@dasherize@if-flat__/__name@dasherize__.component.html +0 -5
  155. package/schematics/generators/gantt-localdata/schema.d.ts +0 -3
  156. package/schematics/generators/gantt-localdata/schema.js +0 -2
  157. package/schematics/generators/gantt-localdata/schema.json +0 -124
  158. package/schematics/ng-add/index.d.ts +0 -3
  159. package/schematics/ng-add/index.js +0 -9
  160. package/schematics/ng-add/schema.d.ts +0 -13
  161. package/schematics/ng-add/schema.js +0 -2
  162. package/schematics/ng-add/schema.json +0 -34
  163. package/schematics/tsconfig.json +0 -25
  164. package/schematics/utils/lib-details.d.ts +0 -4
  165. package/schematics/utils/lib-details.js +0 -6
@@ -0,0 +1,1378 @@
1
+ @include export-module('gantt-layout') {
2
+
3
+ .e-bigger {
4
+ .e-gantt {
5
+ .e-gantt-chart {
6
+ .e-timeline-header-container {
7
+ height: $gantt-bigger-header-border-height;
8
+ }
9
+
10
+ .e-timeline-top-header-cell {
11
+ height: $gantt-bigger-timeline-top-header-cell-height;
12
+ }
13
+
14
+ .e-taskbar-left-resizer {
15
+ padding-right: 10px;
16
+ width: 25px;
17
+ }
18
+
19
+ .e-taskbar-right-resizer {
20
+ padding-left: 10px;
21
+ width: 25px;
22
+ }
23
+
24
+ .e-event-markers {
25
+ .e-span-label {
26
+ border-radius: $gantt-bigger-event-markers-border-radius;
27
+ font-size: $gantt-bigger-event-arrow-font-size;
28
+ height: $gantt-bigger-event-markers-height;
29
+ padding: $gantt-bigger-event-markers-padding;
30
+ top: $gantt-bigger-event-markers-top;
31
+ }
32
+
33
+ .e-gantt-right-arrow {
34
+ border-bottom: $gantt-bigger-event-arrow-bottom;
35
+ border-right: $gantt-bigger-event-arrow-right;
36
+ border-right-color: $gantt-bigger-event-arrow-color;
37
+ border-top: $gantt-bigger-event-arrow-top;
38
+ top: $gantt-bigger-event-arrow-top-value;
39
+ }
40
+ }
41
+
42
+ @if($skin-name == 'FluentUI' or $skin-name == 'bootstrap5' or $skin-name == 'tailwind') {
43
+ .e-left-resize-gripper::before,
44
+ .e-right-resize-gripper::before {
45
+ content: '\e888';
46
+ }
47
+ }
48
+ @else {
49
+ .e-left-resize-gripper::before,
50
+ .e-right-resize-gripper::before {
51
+ content: '\e92c';
52
+ }
53
+ }
54
+
55
+ .e-connectorpoint-right,
56
+ .e-connectorpoint-left,
57
+ .e-right-connectorpoint-outer-div,
58
+ .e-left-connectorpoint-outer-div {
59
+ border-radius: 50%;
60
+ display: inline-block;
61
+ position: absolute;
62
+ }
63
+
64
+ .e-connectorpoint-left-hover,
65
+ .e-connectorpoint-right-hover {
66
+ border-style: solid;
67
+ border-width: 1px;
68
+ box-sizing: content-box;
69
+ cursor: pointer;
70
+ display: inline-block;
71
+ }
72
+
73
+ .e-connectorpoint-left-hover,
74
+ .e-connectorpoint-right-hover {
75
+ background-color: $connector-point-hover-color;
76
+ border-color: $connector-point-border-color;
77
+ }
78
+
79
+ .e-connectorpoint-left-hover:hover,
80
+ .e-connectorpoint-right-hover:hover {
81
+ background-color: $connector-point-hover-color;
82
+ border-color: $connector-point-border-color;
83
+ outline: 2px solid $connector-point-hover-outerline-color;
84
+ }
85
+
86
+ }
87
+
88
+ .e-tab .e-content {
89
+ height: $gantt-bigger-add-dialog-content-height;
90
+ }
91
+
92
+ .e-gantt-tree-grid-pane {
93
+ .e-columnheader {
94
+ .e-headercell {
95
+ height: $gantt-bigger-treegrid-header-border-height !important; // sass-lint:disable-line no-important
96
+ }
97
+ }
98
+ }
99
+
100
+ .e-dialog {
101
+ .e-dlg-header-content {
102
+ padding: $gantt-bigger-dialog-header-padding; // sass-lint:disable-line no-important
103
+
104
+ .e-btn.e-dlg-closeicon-btn {
105
+ left: $gantt-bigger-dialog-close-button-left;
106
+ }
107
+ }
108
+
109
+ @if($skin-name == 'tailwind') {
110
+ .e-dlg-header-content {
111
+ height: 68px !important; // sass-lint:disable-line no-important
112
+ }
113
+ }
114
+
115
+ .e-btn .e-btn-icon.e-icon-dlg-close {
116
+ font-size: $gantt-bigger-dialog-close-button-size;
117
+ }
118
+
119
+ .e-footer-content {
120
+ height: $gantt-bigger-filter-dialog-footer-height;
121
+ padding: $gantt-bigger-filter-dialog-footer-padding;
122
+
123
+ .e-btn {
124
+ margin-left: 12px;
125
+ }
126
+ }
127
+
128
+ .e-dlg-header {
129
+ line-height: 28px;
130
+ }
131
+ }
132
+
133
+ .e-filter-popup {
134
+ width: $gantt-bigger-filter-dialog-width;
135
+ }
136
+
137
+ .e-grid .e-flmenu-valuediv {
138
+ padding: $gantt-bigger-filter-dialog-input-padding;
139
+ }
140
+
141
+ .e-filter-popup {
142
+ .e-dlg-content {
143
+ border-radius: $gantt-dialog-bigger-border-radius;
144
+ padding: $gantt-dialog-bigger-input-padding-field;
145
+ }
146
+ }
147
+ }
148
+
149
+ .e-columnmenu {
150
+ @if $skin-name == 'bootstrap5-dark' or $skin-name == 'tailwind-dark' {
151
+ top: 35px;
152
+ }
153
+ @else if $skin-name == 'fluent-dark' {
154
+ top: 38px;
155
+ }
156
+ @else {
157
+ top: $bigger-column-menu-size;
158
+ }
159
+ }
160
+
161
+ .e-gantt-dialog {
162
+ border-radius: 6px;
163
+ width: $gantt-bigger-dialog-width;
164
+
165
+ .e-tab .e-tab-header .e-toolbar-item .e-tab-wrap {
166
+ padding: 0 16px !important; // sass-lint:disable-line no-important
167
+ }
168
+
169
+ .e-edit-form-column:nth-child(odd) {
170
+ padding: $gantt-bigger-dialog-edit-form-odd-padding;
171
+ }
172
+
173
+ .e-edit-form-column:nth-child(even) {
174
+ padding: $gantt-bigger-dialog-edit-form-even-padding;
175
+ }
176
+
177
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
178
+ padding: $gantt-bigger-dialog-edit-form-scroll-padding;
179
+ }
180
+
181
+ .e-edit-form-row {
182
+ height: $gantt-bigger-add-dialog-content-height;
183
+ }
184
+
185
+ .e-edit-form-column {
186
+ height: $gantt-bigger-add-dialog-input-height;
187
+ }
188
+
189
+ .e-dlg-header-content {
190
+ border-bottom: 0 !important; // sass-lint:disable-line no-important
191
+ }
192
+
193
+ > .e-dlg-content {
194
+ border-radius: 0 !important; // sass-lint:disable-line no-important
195
+ }
196
+
197
+ .e-dlg-header-content {
198
+ border-radius: $gantt-bigger-dialog-border-radius;
199
+ padding-bottom: $gantt-dialog-padding-bottom;
200
+
201
+ .e-btn.e-dlg-closeicon-btn {
202
+ border-radius: 50%;
203
+ height: auto !important; // sass-lint:disable-line no-important
204
+ width: auto;
205
+ }
206
+ }
207
+
208
+ .e-tab {
209
+ .e-tab-header .e-toolbar-item.e-active {
210
+ margin-left: $gantt-bigger-dialog-tab-padding-left;
211
+ }
212
+ }
213
+
214
+ @if($skin-name == 'bootstrap4') {
215
+ .e-icon-dlg-close {
216
+ color: $gantt-bigger-dialog-icon-color;
217
+ }
218
+ }
219
+
220
+ .e-float-input.e-control-wrapper {
221
+ width: $gantt-bigger-add-dialog-input-width;
222
+ }
223
+
224
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
225
+ font-size: 16px !important; // sass-lint:disable-line no-important
226
+ }
227
+
228
+ .e-control-wrapper .e-input-group-icon.e-date-icon {
229
+ min-height: $gantt-bigger-dialog-input-icon;
230
+ min-width: 35.82px !important; // sass-lint:disable-line no-important
231
+ }
232
+
233
+ .e-btn.e-flat {
234
+ line-height: 24px;
235
+ padding: 6px 16px 6px 15px !important; // sass-lint:disable-line no-important
236
+ }
237
+
238
+ .e-btn.e-primary {
239
+ padding: 6px 21px 6px 23px !important; // sass-lint:disable-line no-important
240
+ }
241
+
242
+ .e-datetime-wrapper .e-time-icon.e-icons::before {
243
+ font-size: 16px !important; // sass-lint:disable-line no-important
244
+ }
245
+
246
+ .e-float-input.e-control-wrapper input ~ label.e-label-top.e-float-text {
247
+ font-size: 14px;
248
+ line-height: 22px;
249
+ }
250
+
251
+ .e-float-input.e-control-wrapper input[disabled] ~ label.e-label-top.e-float-text {
252
+ font-size: 14px;
253
+ line-height: 22px;
254
+ }
255
+
256
+ .e-float-input.e-control-wrapper input {
257
+ height: $gantt-bigger-dialog-input-field-height;
258
+
259
+ @if($skin-name == 'material') {
260
+ padding: 5px 0 11px !important; // sass-lint:disable-line no-important
261
+ }
262
+ }
263
+
264
+ .e-numeric.e-control-wrapper.e-input-group .e-input-group-icon {
265
+ min-height: $gantt-bigger-dialog-input-icon;
266
+ min-width: 35.82px !important; // sass-lint:disable-line no-important
267
+ }
268
+
269
+ .e-control-wrapper .e-input-group-icon.e-time-icon {
270
+ min-height: $gantt-bigger-dialog-input-icon;
271
+ min-width: 35.82px !important; // sass-lint:disable-line no-important
272
+ }
273
+
274
+ .e-input-group.e-control-wrapper {
275
+ height: $gantt-dialog-bigger-input-field;
276
+ }
277
+
278
+ .e-input-group-icon.e-date-icon {
279
+ min-width: 36px !important; // sass-lint:disable-line no-important
280
+ }
281
+
282
+ @if($skin-name == 'material') {
283
+ .e-datetime-wrapper .e-input-group-icon.e-time-icon {
284
+ margin: 5px 0 6px !important; // sass-lint:disable-line no-important
285
+ }
286
+
287
+ .e-input-group.e-control-wrapper .e-input-group-icon {
288
+ margin-right: 0 !important; // sass-lint:disable-line no-important
289
+ }
290
+ }
291
+
292
+ @if($skin-name == 'tailwind') {
293
+ .e-input-group.e-control-wrapper .e-input-group-icon {
294
+ padding: 7px 0 !important; // sass-lint:disable-line no-important
295
+ }
296
+ }
297
+ }
298
+
299
+ .e-predecessor-tooltip {
300
+ background-color: $gantt-bigger-tooltip-button-color;
301
+
302
+ .e-left-btn:disabled {
303
+ color: $gantt-bigger-tooltip-disabled-button-color;
304
+ }
305
+
306
+ .e-right-btn:disabled {
307
+ color: $gantt-bigger-tooltip-disabled-button-color;
308
+ }
309
+
310
+ .e-tip-content {
311
+ padding: 3px !important; // sass-lint:disable-line no-important
312
+ }
313
+
314
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:first-of-type {
315
+ background-color: $gantt-bigger-tooltip-button-color;
316
+ border-color: $gantt-bigger-tooltip-button-color;
317
+ color: $gantt-bigger-tooltip-button-text-color;
318
+ font-size: 12px;
319
+ line-height: 18px;
320
+ padding: 0 8px 0 0;
321
+ }
322
+
323
+ .e-btn-group:not(.e-rtl):not(.e-vertical) .e-btn:last-of-type {
324
+ background-color: $gantt-bigger-tooltip-button-color;
325
+ border-color: $gantt-bigger-tooltip-button-color;
326
+ color: $gantt-bigger-tooltip-button-text-color;
327
+ font-size: 12px;
328
+ line-height: 18px;
329
+ padding: 0 0 0 8px;
330
+ }
331
+ }
332
+
333
+ .e-predecessor-dialog {
334
+ background-color: $gantt-bigger-tooltip-dialog-color;
335
+
336
+ .e-dlg-content {
337
+ background-color: $gantt-bigger-tooltip-dialog-color;
338
+ padding: $gantt-bigger-predecessor-dialog-padding;
339
+ }
340
+ }
341
+ }
342
+
343
+ #{&}.e-gantt {
344
+ display: block;
345
+ width: 100%;
346
+
347
+ .e-cloneproperties {
348
+ padding: $gantt-bigger-clone-padding;
349
+ }
350
+
351
+ & .e-cloneproperties.e-draganddrop .e-row .e-icon-rowdragicon::before {
352
+ left: -5px;
353
+ position: relative;
354
+ }
355
+
356
+ .e-cloneproperties {
357
+ border-style: solid;
358
+ border-width: $gantt-border-size;
359
+ box-shadow: $gantt-group-clone-box-shadow;
360
+ font-size: $gantt-header-font-size;
361
+ font-weight: $gantt-drag-clone-font-weight;
362
+ opacity: $gantt-drag-clone-opacity;
363
+ overflow: hidden;
364
+ padding: $gantt-clone-padding;
365
+ text-align: $gantt-group-clone-text-align;
366
+ user-select: none;
367
+ vertical-align: middle;
368
+ white-space: nowrap;
369
+ z-index: 100;
370
+ }
371
+
372
+ .e-cloneproperties.e-draganddrop {
373
+ border-spacing: 0;
374
+ font-size: $gantt-header-font-size;
375
+ font-weight: normal;
376
+ overflow: visible;
377
+ }
378
+
379
+ .e-cloneproperties .e-bothganttlines {
380
+ border-width: 1px 0 0 1px;
381
+ }
382
+
383
+ .e-draganddrop {
384
+ border-width: 0 1px 1px;
385
+ font-weight: normal;
386
+ padding: 0;
387
+ }
388
+
389
+ .e-draganddrop .e-rowcell {
390
+ opacity: .95;
391
+ }
392
+
393
+ .e-cloneproperties.e-draganddrop table {
394
+ border-spacing: 0;
395
+ }
396
+
397
+ .e-icons.e-errorelem {
398
+ display: inline-block;
399
+ padding-left: 10px;
400
+ vertical-align: middle;
401
+ }
402
+
403
+ .e-errorelem::before {
404
+ color: $error-elem-color;
405
+ content: '\e22a';
406
+ transform: rotate(180deg);
407
+ }
408
+
409
+ & .e-verticallines .e-cloneproperties.e-draganddrop .e-rowdragdrop,
410
+ & .e-bothlines .e-cloneproperties.e-draganddrop .e-rowdragdrop {
411
+ border-bottom: 0;
412
+ border-right: 1px solid $gantt-cell-border-color;
413
+ border-top: 1px solid $gantt-cell-border-color;
414
+ }
415
+
416
+ .e-gantt-toolbar {
417
+ border-bottom-left-radius: 0;
418
+ border-bottom-right-radius: 0;
419
+ border-style: solid;
420
+ border-width: 1px 1px 0;
421
+ }
422
+
423
+ .e-flmenu-valuediv {
424
+ padding-top: $gantt-filter-menu-value-div-padding;
425
+ }
426
+
427
+ .e-gantt-splitter {
428
+ .e-split-bar.e-split-bar-horizontal.e-resizable-split-bar {
429
+ margin: 0;
430
+ }
431
+
432
+ .e-pane {
433
+ overflow: hidden !important; // sass-lint:disable-line no-important
434
+ }
435
+ }
436
+
437
+ .e-temp-content {
438
+ border-left: 1px solid;
439
+ }
440
+
441
+ .e-tab {
442
+ border: 0;
443
+
444
+ .e-tab-header .e-toolbar-item.e-active {
445
+ border-color: transparent;
446
+ }
447
+ }
448
+
449
+ .e-gantt-tree-grid-pane {
450
+ .e-grid {
451
+ border-width: 0;
452
+ }
453
+
454
+ .e-grid.e-gridhover tr[role='row']:not(.e-editedrow):hover .e-rowcell:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
455
+ .e-grid.e-gridhover tr[role='row']:hover .e-detailrowcollapse:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
456
+ .e-grid.e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
457
+ .e-grid.e-rtl .e-gridhover tr[role='row']:hover .e-rowdragdrop:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell),
458
+ .e-grid.e-gridhover tr[role='row']:hover .e-detailrowexpand:not(.e-cellselectionbackground):not(.e-active):not(.e-updatedtd):not(.e-indentcell) {
459
+ background-color: transparent;
460
+ }
461
+
462
+ .e-gantt-temp-header {
463
+ border-bottom-style: solid;
464
+ border-bottom-width: 1px;
465
+ height: 45px;
466
+ }
467
+
468
+ .e-headercontent {
469
+ border-right-width: 0 !important; // sass-lint:disable-line no-important
470
+ }
471
+
472
+ .e-gridheader {
473
+ border-top-style: none;
474
+ border-top-width: 0;
475
+ padding-right: 0 !important; // sass-lint:disable-line no-important
476
+ }
477
+
478
+ .e-columnheader,
479
+ .e-headercell {
480
+ height: $gantt-treegrid-header-border-height !important; // sass-lint:disable-line no-important
481
+ }
482
+
483
+ .e-gridcontent .e-content {
484
+ overflow-x: scroll !important; // sass-lint:disable-line no-important
485
+ }
486
+
487
+ .e-gridcontent .e-content.e-gantt-scroll-padding {
488
+ width: calc(100% + 17px);
489
+ }
490
+
491
+ .e-ganttnotes-info {
492
+ text-align: center;
493
+ }
494
+
495
+ .e-icons.e-notes-info {
496
+ display: inline-block;
497
+ font-size: 18px;
498
+ height: 15px;
499
+ line-height: 10px;
500
+ vertical-align: middle;
501
+ }
502
+
503
+ }
504
+
505
+ .e-gantt-chart {
506
+ height: 100%;
507
+ overflow: hidden;
508
+ position: relative;
509
+ width: 100%;
510
+
511
+ .e-chart-root-container {
512
+ border-right: 0 solid;
513
+
514
+ .e-content {
515
+ -webkit-overflow-scrolling: touch; // sass-lint:disable-line no-vendor-prefixes
516
+ overflow-x: scroll;
517
+ overflow-y: auto;
518
+ position: relative;
519
+ }
520
+
521
+ .e-nonworking-day-container {
522
+ position: absolute;
523
+ }
524
+
525
+ .e-event-markers-container {
526
+ position: absolute;
527
+ }
528
+
529
+ .e-holiday-container {
530
+ height: 100%;
531
+ position: absolute;
532
+ }
533
+
534
+ .e-weekend-container {
535
+ height: 100%;
536
+ position: absolute;
537
+ }
538
+
539
+ }
540
+
541
+
542
+ .e-timeline-header-container {
543
+ border-bottom-style: solid;
544
+ border-right-width: 0;
545
+ overflow: hidden;
546
+ position: relative;
547
+ z-index: 6;
548
+ }
549
+
550
+ .e-timeline-header-table-container > thead > tr > th {
551
+ border-left: 0;
552
+ padding: 0 3px;
553
+ }
554
+
555
+ .e-timeline-header-table-container {
556
+ border-collapse: collapse;
557
+ border-spacing: 0;
558
+ border-width: 0;
559
+ box-sizing: border-box;
560
+ margin: 0;
561
+ padding: 0;
562
+ }
563
+
564
+ .e-timeline-header-table-body {
565
+ border-collapse: collapse;
566
+ box-sizing: border-box;
567
+ display: inline-block;
568
+ transform: scale(1);
569
+ white-space: nowrap;
570
+ }
571
+
572
+ .e-timeline-header-table-body > tr {
573
+ display: inline-flex;
574
+ }
575
+
576
+ .e-timeline-top-header-cell,
577
+ .e-timeline-single-header-cell {
578
+ border-spacing: 0;
579
+ border-style: solid;
580
+ border-top: 0;
581
+ border-width: 1px;
582
+ box-sizing: border-box;
583
+ display: inline-flex;
584
+ font-size: $gantt-timeline-top-headercell-font-size;
585
+ font-weight: $gantt-timeline-top-headercell-font-weight;
586
+ margin: 0;
587
+ padding: 0;
588
+ position: static;
589
+ text-align: center;
590
+ user-select: none;
591
+ white-space: nowrap;
592
+
593
+ .e-header-cell-label {
594
+ box-sizing: border-box;
595
+ margin: auto;
596
+ overflow: hidden;
597
+ position: static;
598
+ text-overflow: ellipsis;
599
+ white-space: nowrap;
600
+ }
601
+
602
+ .e-gantt-top-cell-text {
603
+ padding-left: 8px;
604
+ text-align: left;
605
+ }
606
+
607
+ }
608
+
609
+ .e-gantt-grid-lines {
610
+ border-bottom-style: solid;
611
+ border-bottom-width: 1px;
612
+ border-collapse: collapse;
613
+ border-spacing: 0;
614
+ box-sizing: border-box;
615
+ }
616
+
617
+ .e-zero-spacing {
618
+ border-spacing: 0;
619
+ }
620
+
621
+ .e-chart-row:first-child .e-chart-row-border {
622
+ //border-width: 0;
623
+ border-top-color: transparent;
624
+ }
625
+
626
+ .e-chart-row {
627
+ .e-chart-row-border {
628
+ border-collapse: separate;
629
+ border-style: solid;
630
+ border-width: 1px 0 0;
631
+ }
632
+
633
+ .e-chart-row-cell {
634
+ font-size: 0;
635
+ padding: 0;
636
+ }
637
+
638
+ .e-chart-row-border.e-lastrow {
639
+ border-bottom-width: 1px;
640
+ }
641
+
642
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
643
+ line-height: normal;
644
+ }
645
+ }
646
+
647
+ .e-line-container-cell {
648
+ border-right-style: solid;
649
+ border-right-width: 1px;
650
+ height: 100%;
651
+ position: absolute;
652
+ }
653
+
654
+ .e-taskbar-main-container {
655
+ cursor: move;
656
+ display: inline-block;
657
+ position: absolute;
658
+ vertical-align: middle;
659
+ z-index: 3;
660
+ }
661
+
662
+ .e-left-label-container.e-left-label-temp-container {
663
+ align-items: center;
664
+ display: inline-flex;
665
+ justify-content: flex-end;
666
+ overflow: hidden;
667
+ text-overflow: ellipsis;
668
+ white-space: nowrap;
669
+ }
670
+
671
+ .e-right-label-container.e-right-label-temp-container {
672
+ align-items: center;
673
+ display: inline-flex;
674
+ float: left;
675
+ outline: none;
676
+ overflow: hidden;
677
+ position: absolute;
678
+ text-overflow: ellipsis;
679
+ white-space: nowrap;
680
+ }
681
+
682
+ .e-left-label-container {
683
+ display: inline-block;
684
+ }
685
+
686
+ .e-left-label-inner-div,
687
+ .e-right-label-container {
688
+ overflow: hidden;
689
+ }
690
+
691
+ .e-left-label-inner-div {
692
+ align-items: center;
693
+ display: inline-flex;
694
+ justify-content: flex-end;
695
+ width: 100%;
696
+ }
697
+
698
+ .e-label {
699
+ margin: 3px;
700
+ overflow: hidden;
701
+ text-overflow: ellipsis;
702
+ white-space: nowrap;
703
+ }
704
+
705
+ .e-right-label-container {
706
+ background-color: transparent;
707
+ display: inline-block;
708
+ margin: 0;
709
+ position: absolute;
710
+ }
711
+
712
+ .e-right-label-inner-div {
713
+ align-items: center;
714
+ display: inline-flex;
715
+ float: left;
716
+ outline: none;
717
+ overflow: hidden;
718
+ }
719
+
720
+ .e-indicator-span {
721
+ display: inline-block;
722
+ font-size: 13px;
723
+ font-weight: 400;
724
+ overflow: hidden;
725
+ position: absolute;
726
+ text-overflow: ellipsis;
727
+ }
728
+
729
+ .e-gantt-child-taskbar,
730
+ .e-gantt-parent-taskbar,
731
+ .e-gantt-child-progressbar,
732
+ .e-gantt-parent-progressbar,
733
+ .e-gantt-milestone,
734
+ .e-gantt-parent-milestone,
735
+ .e-gantt-manualparent-milestone {
736
+ display: inline-block;
737
+ width: 100%;
738
+ }
739
+
740
+ .e-manualparent-main-container {
741
+ background-color: transparent;
742
+ cursor: move;
743
+ margin-top: -5px;
744
+ position: absolute;
745
+ }
746
+
747
+ .e-gantt-manualparent-taskbar {
748
+ margin-top: 3px;
749
+ }
750
+
751
+ .e-gantt-split-container-line {
752
+ @if ($theme-name == 'material-dark' or $theme-name == 'fabric-dark') {
753
+ border-color: $gantt-active-background-color;
754
+ }
755
+ @else {
756
+ border-color: inherit;
757
+ }
758
+ border-top-style: dotted;
759
+ border-top-width: 2px;
760
+ height: 0;
761
+ left: 2px;
762
+ pointer-events: none;
763
+ position: absolute;
764
+ top: 50%;
765
+ width: 98%;
766
+ }
767
+
768
+ .e-gantt-child-taskbar-inner-div,
769
+ .e-gantt-parent-taskbar-inner-div {
770
+ border-spacing: 0;
771
+ box-sizing: border-box;
772
+ margin: auto;
773
+ overflow: hidden;
774
+ padding: 0;
775
+ z-index: 3;
776
+ }
777
+
778
+ .e-gantt-parent-progressbar-inner-div {
779
+ z-index: 3;
780
+ }
781
+
782
+ .e-gantt-child-progressbar-inner-div,
783
+ .e-gantt-parent-progressbar-inner-div {
784
+ box-sizing: border-box;
785
+ text-align: right;
786
+ }
787
+
788
+ .e-chart-scroll-container,
789
+ .e-chart-rows-container {
790
+ user-select: none;
791
+ }
792
+
793
+ .e-chart-rows-container {
794
+ line-height: initial;
795
+ }
796
+
797
+ .e-taskbar-left-resizer,
798
+ .e-taskbar-right-resizer {
799
+ display: inline-block;
800
+ position: absolute;
801
+ top: 0;
802
+ width: 10px;
803
+ z-index: 4;
804
+ }
805
+
806
+ .e-child-progress-resizer {
807
+ display: inline-block;
808
+ height: 15px;
809
+ position: absolute;
810
+ top: 0;
811
+ width: 20px;
812
+ z-index: 5;
813
+ }
814
+
815
+ .e-progress-resize-gripper {
816
+ cursor: col-resize;
817
+
818
+ .e-progressbar-handler {
819
+ border-width: 1px;
820
+ box-sizing: content-box;
821
+ cursor: col-resize;
822
+ height: 2px;
823
+ position: absolute;
824
+ top: 7px;
825
+ }
826
+
827
+ .e-progressbar-handler-element {
828
+ border-bottom-style: solid;
829
+ border-bottom-width: 8px;
830
+ border-left: 7px solid transparent;
831
+ border-right: 7px solid transparent;
832
+ cursor: col-resize;
833
+ height: 0;
834
+ left: 0;
835
+ position: absolute;
836
+ top: -7px;
837
+ width: 0;
838
+ }
839
+
840
+ .e-progressbar-handler-after {
841
+ border-bottom-style: solid;
842
+ border-bottom-width: 8px;
843
+ border-left: 6px solid transparent;
844
+ border-right: 6px solid transparent;
845
+ cursor: col-resize;
846
+ height: 0;
847
+ left: 1px;
848
+ position: absolute;
849
+ top: -7px;
850
+ width: 0;
851
+ }
852
+ }
853
+
854
+ .e-baseline-bar {
855
+ border-radius: 2px;
856
+ box-sizing: border-box;
857
+ position: absolute;
858
+ z-index: 2;
859
+ }
860
+
861
+ .e-milestone-top,
862
+ .e-parent-milestone-top,
863
+ .e-manualparent-milestone-top {
864
+ border-style: none solid solid;
865
+ border-top: 0;
866
+ }
867
+
868
+ .e-milestone-top,
869
+ .e-milestone-bottom,
870
+ .e-parent-milestone-top,
871
+ .e-parent-milestone-bottom,
872
+ .e-manualparent-milestone-top,
873
+ .e-manualparent-milestone-bottom {
874
+ border-left-color: transparent;
875
+ border-right-color: transparent;
876
+ }
877
+
878
+ .e-milestone-bottom,
879
+ .e-parent-milestone-bottom,
880
+ .e-manualparent-milestone-bottom {
881
+ border-bottom: 0;
882
+ border-style: solid solid none;
883
+ }
884
+
885
+ .e-baseline-gantt-milestone-container {
886
+ position: absolute;
887
+ z-index: 2;
888
+ }
889
+
890
+ .e-task-label {
891
+ display: inline;
892
+ font-weight: normal;
893
+ margin-left: 8px;
894
+ margin-right: 15px;
895
+ overflow: hidden;
896
+ text-overflow: ellipsis;
897
+ vertical-align: middle;
898
+ white-space: nowrap;
899
+ }
900
+
901
+ .e-task-table {
902
+ overflow: hidden;
903
+ }
904
+
905
+ .e-left-resize-gripper,
906
+ .e-right-resize-gripper {
907
+ align-items: center;
908
+ cursor: ew-resize;
909
+ display: inline-flex;
910
+ }
911
+
912
+ .e-holiday {
913
+ display: inline-block;
914
+ position: absolute;
915
+
916
+ .e-span {
917
+ position: absolute;
918
+ transform: rotate(-90deg);
919
+ white-space: nowrap;
920
+ width: 0;
921
+ }
922
+ }
923
+
924
+ .e-weekend {
925
+ display: inline-block;
926
+ position: absolute;
927
+ z-index: 0;
928
+ }
929
+
930
+ .e-rangecontainer {
931
+
932
+ .e-leftarc {
933
+ border-bottom-left-radius: $gantt-range-container-arc-radius;
934
+ border-top-left-radius: $gantt-range-container-arc-radius;
935
+ position: absolute;
936
+ }
937
+
938
+ .e-rightarc {
939
+ border-bottom-right-radius: $gantt-range-container-arc-radius;
940
+ border-top-right-radius: $gantt-range-container-arc-radius;
941
+ position: absolute;
942
+ }
943
+ }
944
+
945
+ .e-event-markers {
946
+ border-left: 1px dashed;
947
+ position: absolute;
948
+ width: 1px;
949
+ z-index: 2;
950
+
951
+ .e-span-label {
952
+ border-radius: 3px;
953
+ font-weight: 500;
954
+ height: $event-marker-label-height;
955
+ left: 5px;
956
+ line-height: $event-marker-line-height;
957
+ padding: $event-marker-label-padding;
958
+ position: absolute;
959
+ top: 50px;
960
+ white-space: nowrap;
961
+ width: auto;
962
+ z-index: 2;
963
+ }
964
+
965
+ .e-gantt-right-arrow {
966
+ border-bottom: 5px solid transparent;
967
+ border-right: 5px solid;
968
+ border-top: 5px solid transparent;
969
+ height: 0;
970
+ position: absolute;
971
+ top: $event-marker-label-arrow-top;
972
+ width: 0;
973
+ }
974
+ }
975
+
976
+ .e-gantt-unscheduled-taskbar {
977
+ border-radius: 0;
978
+ border-style: none;
979
+ display: inline-block;
980
+ }
981
+
982
+ .e-connector-line-right-arrow {
983
+ border-left-style: solid;
984
+ border-left-width: 10px;
985
+ }
986
+
987
+ .e-connector-line-left-arrow {
988
+ border-right-style: solid;
989
+ border-right-width: 10px;
990
+ }
991
+
992
+ .e-connector-line-right-arrow,
993
+ .e-connector-line-left-arrow {
994
+ border-bottom: 5px solid transparent;
995
+ border-top: 5px solid transparent;
996
+ }
997
+
998
+ .e-connector-line-container {
999
+ z-index: 5;
1000
+ }
1001
+
1002
+ .e-connector-line-z-index {
1003
+ z-index: 1;
1004
+ }
1005
+
1006
+ .e-connector-line-hover {
1007
+ outline: 1px solid;
1008
+ }
1009
+
1010
+ .e-critical-connector-line-hover {
1011
+ outline: 1px solid;
1012
+ }
1013
+
1014
+ .e-connector-line-hover-z-index {
1015
+ z-index: 100;
1016
+ }
1017
+
1018
+ .e-connectortouchpoint {
1019
+ background-color: transparent;
1020
+ display: block;
1021
+ position: absolute;
1022
+ z-index: 5;
1023
+ }
1024
+
1025
+ .e-connectorpoint-right,
1026
+ .e-connectorpoint-left,
1027
+ .e-right-connectorpoint-outer-div,
1028
+ .e-left-connectorpoint-outer-div {
1029
+ border-radius: 50%;
1030
+ display: inline-block;
1031
+ position: absolute;
1032
+ }
1033
+
1034
+ .e-connectorpoint-left-hover,
1035
+ .e-connectorpoint-right-hover {
1036
+ border-style: solid;
1037
+ border-width: 1px;
1038
+ box-sizing: content-box;
1039
+ cursor: pointer;
1040
+ display: inline-block;
1041
+ }
1042
+
1043
+ .e-connectorpoint-allow-block {
1044
+ cursor: no-drop;
1045
+ }
1046
+
1047
+ .e-gantt-manualparenttaskbar-left,
1048
+ .e-gantt-manualparenttaskbar-right {
1049
+ background-color: $gantt-manualparent-background-color;
1050
+ border-color: $gantt-manualparent-background-color;
1051
+ border-radius: 50%;
1052
+ display: inline-block;
1053
+ height: 10px;
1054
+ margin: -1px;
1055
+ position: absolute;
1056
+ width: 10px;
1057
+ }
1058
+
1059
+ .e-manualparent-milestone-top,
1060
+ .e-manualparent-milestone-bottom {
1061
+ border-bottom-color: $gantt-manualparent-background-color;
1062
+ }
1063
+
1064
+ .e-gantt-manualparenttaskbar-right {
1065
+ cursor: e-resize;
1066
+ margin-left: -8px;
1067
+ }
1068
+
1069
+ .e-gantt-manualparenttaskbar-left {
1070
+ margin-left: 0;
1071
+ }
1072
+
1073
+ .e-gantt-manualparenttaskbar {
1074
+ background: $gantt-manualparent-background-color;
1075
+ margin-top: 3px;
1076
+ position: absolute;
1077
+ }
1078
+
1079
+ .e-icon {
1080
+ font-family: 'e-icons';
1081
+ font-size: 13px;
1082
+ font-style: normal;
1083
+ font-variant: normal;
1084
+ font-weight: normal;
1085
+ line-height: 1;
1086
+ text-transform: none;
1087
+ vertical-align: middle;
1088
+ }
1089
+
1090
+ .e-active-container {
1091
+ outline: 1px solid;
1092
+ outline-offset: 2px;
1093
+ }
1094
+
1095
+ }
1096
+
1097
+ }
1098
+
1099
+ .e-gantt-dialog .e-tab .e-tab-header {
1100
+ padding-left: $gantt-dialog-tab-padding-left;
1101
+
1102
+ .e-indicator {
1103
+ display: block;
1104
+ }
1105
+
1106
+ .e-toolbar-item .e-tab-wrap {
1107
+ border-style: solid;
1108
+ border-width: $gantt-tab-header-border-width;
1109
+ }
1110
+
1111
+ }
1112
+
1113
+ .e-gantt-dialog .e-tab .e-tab-header:not(.e-vertical)::before {
1114
+ border: 0;
1115
+ }
1116
+
1117
+ .e-gantt-dialog {
1118
+ border: 0;
1119
+
1120
+ .e-gridform .e-table {
1121
+ border-spacing: 0;
1122
+ }
1123
+
1124
+ .e-item {
1125
+ height: $gantt-dialog-general-height;
1126
+ }
1127
+
1128
+ .e-dependent-div {
1129
+ border-bottom-width: $gantt-depedent-div-border-bottom;
1130
+ }
1131
+
1132
+ .e-icon-dlg-close {
1133
+ opacity: initial;
1134
+ }
1135
+
1136
+ .e-toolbar {
1137
+ border-top-width: 0;
1138
+ }
1139
+
1140
+ .e-resource-div {
1141
+ border-bottom-width: $gantt-resource-div-border-bottom;
1142
+
1143
+ .e-gridheader {
1144
+ border-top-width: 0;
1145
+ }
1146
+
1147
+ }
1148
+
1149
+ .e-edit-form-row {
1150
+ height: $gantt-dialog-general-height;
1151
+ overflow-y: auto;
1152
+ }
1153
+
1154
+ .e-edit-form-column:nth-child(odd) {
1155
+ float: left;
1156
+ padding: $gantt-dialog-edit-form-odd-padding;
1157
+ width: 50%;
1158
+ }
1159
+
1160
+ .e-edit-form-column:nth-child(even) {
1161
+ float: left;
1162
+ padding: $gantt-dialog-edit-form-even-padding;
1163
+ width: 50%;
1164
+ }
1165
+
1166
+ .e-edit-form-row.e-scroll .e-edit-form-column:nth-child(even) {
1167
+ padding: $gantt-dialog-edit-form-scroll-padding;
1168
+ }
1169
+
1170
+ .e-edit-form-column {
1171
+ height: 75px;
1172
+ }
1173
+
1174
+ .e-dependent-div .e-content {
1175
+ height: $gantt-dialog-dependent-height;
1176
+ }
1177
+
1178
+ .e-resource-div .e-content {
1179
+ height: $gantt-dialog-resource-height;
1180
+ }
1181
+
1182
+ .e-richtexteditor {
1183
+ border-bottom-width: $gantt-richtext-border-bottom;
1184
+ height: $gantt-dialog-rte-height !important; // sass-lint:disable-line no-important
1185
+ overflow: hidden;
1186
+ }
1187
+
1188
+ .e-richtexteditor.e-rte-tb-expand {
1189
+ border-top: 0;
1190
+ }
1191
+
1192
+ .e-richtexteditor .e-rte-content {
1193
+ border-bottom-width: $gantt-richtext-content-border-bottom;
1194
+ height: $gantt-dialog-rte-content-height;
1195
+ }
1196
+
1197
+ > .e-dlg-content {
1198
+ padding: 0 !important; // sass-lint:disable-line no-important
1199
+ @if $skin-name == 'tailwind' or $skin-name == 'tailwind-dark' {
1200
+ height: 291px;
1201
+ }
1202
+ }
1203
+
1204
+ .e-dlg-header-content {
1205
+ border-bottom: 0 !important; // sass-lint:disable-line no-important
1206
+ }
1207
+
1208
+ .e-dlg-header-content {
1209
+ border-radius: $gantt-dialog-border-radius;
1210
+ padding-bottom: $gantt-dialog-padding-bottom;
1211
+
1212
+ .e-btn.e-dlg-closeicon-btn {
1213
+ border-radius: 50%;
1214
+ height: auto !important; // sass-lint:disable-line no-important
1215
+ width: auto !important; // sass-lint:disable-line no-important
1216
+ }
1217
+
1218
+ }
1219
+ }
1220
+
1221
+ .e-icon-rowselect::before {
1222
+ content: '\e930';
1223
+ }
1224
+
1225
+ .e-ganttpopup {
1226
+ -moz-user-select: none; // sass-lint:disable-line no-vendor-prefixes
1227
+ -ms-user-select: none; // sass-lint:disable-line no-vendor-prefixes
1228
+ -webkit-user-select: none; // sass-lint:disable-line no-vendor-prefixes
1229
+ font-weight: normal;
1230
+ position: absolute;
1231
+ user-select: none;
1232
+ z-index: 99999;
1233
+
1234
+ .e-rowselect {
1235
+ line-height: 18px;
1236
+ text-indent: 7%;
1237
+ }
1238
+
1239
+ span {
1240
+ border: 1px solid transparent;
1241
+ cursor: pointer;
1242
+ display: inline-block;
1243
+ height: 26px;
1244
+ padding: 4px;
1245
+ width: 26px;
1246
+ }
1247
+
1248
+ .e-content {
1249
+ border-radius: 4px;
1250
+ border-style: solid;
1251
+ border-width: 1px;
1252
+ font-size: 14px;
1253
+ padding: 4px;
1254
+ }
1255
+
1256
+ .e-tail::after,
1257
+ .e-tail::before,
1258
+ .e-ganttpopup {
1259
+ border: 10px solid transparent;
1260
+ content: '';
1261
+ height: 0;
1262
+ left: 8px;
1263
+ position: absolute;
1264
+ width: 0;
1265
+ }
1266
+
1267
+ .e-downtail::after {
1268
+ top: 34px;
1269
+ }
1270
+ }
1271
+
1272
+ .e-gantt-tooltip.e-tooltip-wrap {
1273
+ opacity: 1;
1274
+ }
1275
+
1276
+ .e-gantt-tooltip {
1277
+ visibility: hidden;
1278
+ }
1279
+
1280
+ .e-gantt .e-cloneproperties.e-draganddrop .e-row .e-rowcell .e-treecolumn-container .e-icons.e-none::before {
1281
+ content: '';
1282
+ }
1283
+
1284
+ .e-bigger .e-gantt .e-gantt-chart .e-label {
1285
+ font-size: $gantt-bigger-label-font-size;
1286
+ }
1287
+
1288
+ .e-gantt-tooltip-label {
1289
+ padding-bottom: 2px;
1290
+ padding-right: 2px;
1291
+ text-align: left;
1292
+ }
1293
+
1294
+ .e-gantt.e-device {
1295
+ .e-edit-form-column {
1296
+ &:nth-child(odd),
1297
+ &:nth-child(even) {
1298
+ float: none;
1299
+ padding: $gantt-dialog-edit-form-odd-padding;
1300
+ width: 100%;
1301
+ }
1302
+ }
1303
+
1304
+ .e-edit-form-row {
1305
+ height: auto;
1306
+ }
1307
+
1308
+ .e-adaptive-searchbar {
1309
+ padding: 5px 10px;
1310
+ width: 90%;
1311
+ }
1312
+
1313
+ .e-backarrowspan {
1314
+ font-size: 16px;
1315
+ padding: 5px 10px;
1316
+ }
1317
+
1318
+ .e-gantt-dialog {
1319
+ max-height: none;
1320
+
1321
+ .e-dlg-closeicon-btn {
1322
+ float: left;
1323
+ left: -4px;
1324
+ }
1325
+
1326
+ .e-icon-dlg-close {
1327
+ font-size: 16px;
1328
+ }
1329
+
1330
+ .e-dlg-header {
1331
+ display: inline-block;
1332
+ }
1333
+ }
1334
+
1335
+ .e-toolbar-item {
1336
+ padding: 7px;
1337
+ }
1338
+
1339
+ .e-toolbar .e-icons {
1340
+ font-size: 18px;
1341
+ }
1342
+
1343
+ .e-gridheader .e-icons {
1344
+ font-size: 12px;
1345
+ }
1346
+
1347
+ .e-right-resize-gripper,
1348
+ .e-left-resize-gripper {
1349
+ border: 7px solid;
1350
+ z-index: -1;
1351
+
1352
+ &::before {
1353
+ font-size: 14px;
1354
+ margin-left: -7px;
1355
+ }
1356
+ }
1357
+
1358
+ .e-dependent-div .e-content {
1359
+ height: 100%;
1360
+ }
1361
+
1362
+ .e-resource-div .e-content {
1363
+ height: 100%;
1364
+ }
1365
+
1366
+ .e-richtexteditor {
1367
+ height: 100%;
1368
+
1369
+ .e-rte-content {
1370
+ height: 100%;
1371
+ }
1372
+ }
1373
+ }
1374
+
1375
+ .e-predecessor-tooltip {
1376
+ visibility: hidden;
1377
+ }
1378
+ }