@syncfusion/ej2-angular-schedule 23.2.7 → 24.1.41-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 (191) hide show
  1. package/@syncfusion/ej2-angular-schedule.es5.js +955 -0
  2. package/@syncfusion/ej2-angular-schedule.es5.js.map +1 -0
  3. package/@syncfusion/ej2-angular-schedule.js +894 -0
  4. package/@syncfusion/ej2-angular-schedule.js.map +1 -0
  5. package/CHANGELOG.md +1869 -0
  6. package/dist/ej2-angular-schedule.umd.js +1102 -0
  7. package/dist/ej2-angular-schedule.umd.js.map +1 -0
  8. package/dist/ej2-angular-schedule.umd.min.js +11 -0
  9. package/dist/ej2-angular-schedule.umd.min.js.map +1 -0
  10. package/ej2-angular-schedule.d.ts +6 -0
  11. package/ej2-angular-schedule.metadata.json +1 -0
  12. package/package.json +15 -29
  13. package/postinstall/tagchange.js +18 -0
  14. package/schematics/utils/lib-details.d.ts +2 -2
  15. package/schematics/utils/lib-details.js +2 -2
  16. package/schematics/utils/lib-details.ts +2 -2
  17. package/src/index.d.ts +1 -0
  18. package/src/recurrence-editor/recurrenceeditor-all.module.d.ts +0 -6
  19. package/src/recurrence-editor/recurrenceeditor.component.d.ts +0 -3
  20. package/src/recurrence-editor/recurrenceeditor.module.d.ts +0 -6
  21. package/src/schedule/headerrows.directive.d.ts +0 -5
  22. package/src/schedule/resources.directive.d.ts +0 -5
  23. package/src/schedule/schedule-all.module.d.ts +0 -6
  24. package/src/schedule/schedule.component.d.ts +2 -3
  25. package/src/schedule/schedule.module.d.ts +0 -9
  26. package/src/schedule/toolbaritems.directive.d.ts +172 -0
  27. package/src/schedule/views.directive.d.ts +7 -5
  28. package/styles/bootstrap-dark.css +1 -4546
  29. package/styles/bootstrap.css +1 -4541
  30. package/styles/bootstrap4.css +1 -4650
  31. package/styles/bootstrap5-dark.css +1 -4595
  32. package/styles/bootstrap5.css +1 -4595
  33. package/styles/fabric-dark.css +1 -4513
  34. package/styles/fabric.css +1 -4503
  35. package/styles/fluent-dark.css +1 -4572
  36. package/styles/fluent.css +1 -4572
  37. package/styles/highcontrast-light.css +1 -4585
  38. package/styles/highcontrast.css +1 -4594
  39. package/styles/material-dark.css +1 -4529
  40. package/styles/material.css +1 -4565
  41. package/styles/material3-dark.css +1 -4632
  42. package/styles/material3-dark.scss +0 -1
  43. package/styles/material3.css +1 -4688
  44. package/styles/material3.scss +0 -1
  45. package/styles/recurrence-editor/bootstrap-dark.css +1 -510
  46. package/styles/recurrence-editor/bootstrap-dark.scss +1 -8
  47. package/styles/recurrence-editor/bootstrap.css +1 -510
  48. package/styles/recurrence-editor/bootstrap.scss +1 -8
  49. package/styles/recurrence-editor/bootstrap4.css +1 -555
  50. package/styles/recurrence-editor/bootstrap4.scss +1 -8
  51. package/styles/recurrence-editor/bootstrap5-dark.css +1 -551
  52. package/styles/recurrence-editor/bootstrap5-dark.scss +1 -8
  53. package/styles/recurrence-editor/bootstrap5.css +1 -551
  54. package/styles/recurrence-editor/bootstrap5.scss +1 -8
  55. package/styles/recurrence-editor/fabric-dark.css +1 -486
  56. package/styles/recurrence-editor/fabric-dark.scss +1 -8
  57. package/styles/recurrence-editor/fabric.css +1 -479
  58. package/styles/recurrence-editor/fabric.scss +1 -8
  59. package/styles/recurrence-editor/fluent-dark.css +1 -531
  60. package/styles/recurrence-editor/fluent-dark.scss +1 -8
  61. package/styles/recurrence-editor/fluent.css +1 -531
  62. package/styles/recurrence-editor/fluent.scss +1 -8
  63. package/styles/recurrence-editor/highcontrast-light.css +1 -483
  64. package/styles/recurrence-editor/highcontrast-light.scss +1 -8
  65. package/styles/recurrence-editor/highcontrast.css +1 -483
  66. package/styles/recurrence-editor/highcontrast.scss +1 -8
  67. package/styles/recurrence-editor/material-dark.css +1 -511
  68. package/styles/recurrence-editor/material-dark.scss +1 -8
  69. package/styles/recurrence-editor/material.css +1 -536
  70. package/styles/recurrence-editor/material.scss +1 -8
  71. package/styles/recurrence-editor/material3-dark.css +1 -601
  72. package/styles/recurrence-editor/material3-dark.scss +1 -8
  73. package/styles/recurrence-editor/material3.css +1 -657
  74. package/styles/recurrence-editor/material3.scss +1 -8
  75. package/styles/recurrence-editor/tailwind-dark.css +1 -499
  76. package/styles/recurrence-editor/tailwind-dark.scss +1 -8
  77. package/styles/recurrence-editor/tailwind.css +1 -499
  78. package/styles/recurrence-editor/tailwind.scss +1 -8
  79. package/styles/schedule/bootstrap-dark.css +1 -4140
  80. package/styles/schedule/bootstrap-dark.scss +1 -16
  81. package/styles/schedule/bootstrap.css +1 -4135
  82. package/styles/schedule/bootstrap.scss +1 -16
  83. package/styles/schedule/bootstrap4.css +1 -4244
  84. package/styles/schedule/bootstrap4.scss +1 -16
  85. package/styles/schedule/bootstrap5-dark.css +1 -4189
  86. package/styles/schedule/bootstrap5-dark.scss +1 -15
  87. package/styles/schedule/bootstrap5.css +1 -4189
  88. package/styles/schedule/bootstrap5.scss +1 -16
  89. package/styles/schedule/fabric-dark.css +1 -4107
  90. package/styles/schedule/fabric-dark.scss +1 -16
  91. package/styles/schedule/fabric.css +1 -4097
  92. package/styles/schedule/fabric.scss +1 -16
  93. package/styles/schedule/fluent-dark.css +1 -4166
  94. package/styles/schedule/fluent-dark.scss +1 -15
  95. package/styles/schedule/fluent.css +1 -4166
  96. package/styles/schedule/fluent.scss +1 -16
  97. package/styles/schedule/highcontrast-light.css +1 -4179
  98. package/styles/schedule/highcontrast-light.scss +1 -16
  99. package/styles/schedule/highcontrast.css +1 -4188
  100. package/styles/schedule/highcontrast.scss +1 -16
  101. package/styles/schedule/material-dark.css +1 -4123
  102. package/styles/schedule/material-dark.scss +1 -16
  103. package/styles/schedule/material.css +1 -4159
  104. package/styles/schedule/material.scss +1 -16
  105. package/styles/schedule/material3-dark.css +1 -4226
  106. package/styles/schedule/material3-dark.scss +1 -15
  107. package/styles/schedule/material3.css +1 -4282
  108. package/styles/schedule/material3.scss +1 -16
  109. package/styles/schedule/tailwind-dark.css +1 -4130
  110. package/styles/schedule/tailwind-dark.scss +1 -15
  111. package/styles/schedule/tailwind.css +1 -4130
  112. package/styles/schedule/tailwind.scss +1 -16
  113. package/styles/tailwind-dark.css +1 -4536
  114. package/styles/tailwind.css +1 -4536
  115. package/esm2020/public_api.mjs +0 -3
  116. package/esm2020/src/index.mjs +0 -11
  117. package/esm2020/src/recurrence-editor/recurrenceeditor-all.module.mjs +0 -23
  118. package/esm2020/src/recurrence-editor/recurrenceeditor.component.mjs +0 -59
  119. package/esm2020/src/recurrence-editor/recurrenceeditor.module.mjs +0 -25
  120. package/esm2020/src/schedule/headerrows.directive.mjs +0 -66
  121. package/esm2020/src/schedule/resources.directive.mjs +0 -58
  122. package/esm2020/src/schedule/schedule-all.module.mjs +0 -74
  123. package/esm2020/src/schedule/schedule.component.mjs +0 -301
  124. package/esm2020/src/schedule/schedule.module.mjs +0 -52
  125. package/esm2020/src/schedule/views.directive.mjs +0 -132
  126. package/esm2020/syncfusion-ej2-angular-schedule.mjs +0 -5
  127. package/fesm2015/syncfusion-ej2-angular-schedule.mjs +0 -757
  128. package/fesm2015/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  129. package/fesm2020/syncfusion-ej2-angular-schedule.mjs +0 -757
  130. package/fesm2020/syncfusion-ej2-angular-schedule.mjs.map +0 -1
  131. package/styles/recurrence-editor/_all.scss +0 -2
  132. package/styles/recurrence-editor/_bootstrap-dark-definition.scss +0 -13
  133. package/styles/recurrence-editor/_bootstrap-definition.scss +0 -13
  134. package/styles/recurrence-editor/_bootstrap4-definition.scss +0 -13
  135. package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +0 -1
  136. package/styles/recurrence-editor/_bootstrap5-definition.scss +0 -13
  137. package/styles/recurrence-editor/_fabric-dark-definition.scss +0 -13
  138. package/styles/recurrence-editor/_fabric-definition.scss +0 -13
  139. package/styles/recurrence-editor/_fluent-dark-definition.scss +0 -1
  140. package/styles/recurrence-editor/_fluent-definition.scss +0 -13
  141. package/styles/recurrence-editor/_fusionnew-definition.scss +0 -13
  142. package/styles/recurrence-editor/_highcontrast-definition.scss +0 -13
  143. package/styles/recurrence-editor/_highcontrast-light-definition.scss +0 -13
  144. package/styles/recurrence-editor/_layout.scss +0 -548
  145. package/styles/recurrence-editor/_material-dark-definition.scss +0 -13
  146. package/styles/recurrence-editor/_material-definition.scss +0 -13
  147. package/styles/recurrence-editor/_material3-dark-definition.scss +0 -1
  148. package/styles/recurrence-editor/_material3-definition.scss +0 -13
  149. package/styles/recurrence-editor/_tailwind-dark-definition.scss +0 -1
  150. package/styles/recurrence-editor/_tailwind-definition.scss +0 -13
  151. package/styles/recurrence-editor/_theme.scss +0 -1
  152. package/styles/schedule/_all.scss +0 -2
  153. package/styles/schedule/_bootstrap-dark-definition.scss +0 -280
  154. package/styles/schedule/_bootstrap-definition.scss +0 -280
  155. package/styles/schedule/_bootstrap4-definition.scss +0 -283
  156. package/styles/schedule/_bootstrap5-dark-definition.scss +0 -1
  157. package/styles/schedule/_bootstrap5-definition.scss +0 -290
  158. package/styles/schedule/_fabric-dark-definition.scss +0 -279
  159. package/styles/schedule/_fabric-definition.scss +0 -280
  160. package/styles/schedule/_fluent-dark-definition.scss +0 -1
  161. package/styles/schedule/_fluent-definition.scss +0 -285
  162. package/styles/schedule/_fusionnew-definition.scss +0 -289
  163. package/styles/schedule/_highcontrast-definition.scss +0 -281
  164. package/styles/schedule/_highcontrast-light-definition.scss +0 -281
  165. package/styles/schedule/_layout.scss +0 -4160
  166. package/styles/schedule/_material-dark-definition.scss +0 -280
  167. package/styles/schedule/_material-definition.scss +0 -280
  168. package/styles/schedule/_material3-dark-definition.scss +0 -1
  169. package/styles/schedule/_material3-definition.scss +0 -292
  170. package/styles/schedule/_tailwind-dark-definition.scss +0 -1
  171. package/styles/schedule/_tailwind-definition.scss +0 -282
  172. package/styles/schedule/_theme.scss +0 -551
  173. package/styles/schedule/icons/_bootstrap-dark.scss +0 -235
  174. package/styles/schedule/icons/_bootstrap.scss +0 -235
  175. package/styles/schedule/icons/_bootstrap4.scss +0 -235
  176. package/styles/schedule/icons/_bootstrap5-dark.scss +0 -1
  177. package/styles/schedule/icons/_bootstrap5.scss +0 -235
  178. package/styles/schedule/icons/_fabric-dark.scss +0 -235
  179. package/styles/schedule/icons/_fabric.scss +0 -235
  180. package/styles/schedule/icons/_fluent-dark.scss +0 -1
  181. package/styles/schedule/icons/_fluent.scss +0 -235
  182. package/styles/schedule/icons/_fusionnew.scss +0 -235
  183. package/styles/schedule/icons/_highcontrast-light.scss +0 -235
  184. package/styles/schedule/icons/_highcontrast.scss +0 -235
  185. package/styles/schedule/icons/_material-dark.scss +0 -235
  186. package/styles/schedule/icons/_material.scss +0 -235
  187. package/styles/schedule/icons/_material3-dark.scss +0 -1
  188. package/styles/schedule/icons/_material3.scss +0 -235
  189. package/styles/schedule/icons/_tailwind-dark.scss +0 -1
  190. package/styles/schedule/icons/_tailwind.scss +0 -235
  191. package/syncfusion-ej2-angular-schedule.d.ts +0 -5
@@ -1,4160 +0,0 @@
1
- @include export-module('schedule-layout') {
2
-
3
- /*! schedule component layout */
4
-
5
- .e-schedule {
6
- display: block;
7
- outline: medium none;
8
- overflow: hidden;
9
- position: relative;
10
- user-select: none;
11
-
12
- .e-schedule-toolbar {
13
- border: 0;
14
- border-bottom: $schedule-tbar-border-bottom-size;
15
- box-shadow: $schedule-tbar-box-shadow;
16
- margin-bottom: $schedule-tbar-box-shadow-bottom-margin;
17
- min-height: $schedule-tbar-min-height;
18
-
19
- .e-active-view {
20
- .e-tbar-btn-text,
21
- .e-icons {
22
- color: $schedule-active-font-color;
23
- }
24
- }
25
-
26
- .e-tbar-btn {
27
- .e-tbar-btn-text {
28
- cursor: pointer;
29
- font-size: $schedule-content-nrml-font-size;
30
- text-transform: $schedule-content-nrml-font-text-transform;
31
- }
32
- }
33
-
34
- .e-toolbar-items {
35
-
36
- &.e-tbar-pos {
37
- height: $schedule-tbar-min-height;
38
- min-height: $schedule-tbar-min-height;
39
-
40
- .e-toolbar-right .e-toolbar-item .e-tbar-btn {
41
- border: $schedule-tbar-right-items-btn-border;
42
- border-radius: $schedule-tbar-right-items-btn-border-radius;
43
- }
44
- .e-toolbar-right .e-toolbar-item.e-active-view .e-tbar-btn {
45
- border: $schedule-tbar-right-active-items-btn-border;
46
- @if ($skin-name == 'Material3') {
47
- background: $schedule-tbar-active-btn-bg;
48
-
49
- &:hover {
50
- background: $schedule-tbar-active-btn-hover-bg;
51
- }
52
-
53
- &:hover,
54
- &:focus {
55
- .e-tbar-btn-text,
56
- .e-icons {
57
- color: $schedule-active-font-color;
58
- }
59
- }
60
- }
61
- }
62
- }
63
-
64
- &.e-tbar-pos > div {
65
- height: inherit;
66
- }
67
-
68
- .e-tbar-btn.e-btn {
69
- &.e-tbtn-txt {
70
- .e-icons.e-icon-right.e-btn-icon.e-icon-down-arrow {
71
- font-size: $schedule-tbar-down-arrow-font-size;
72
- margin-top: $schedule-tbar-down-arrow-margin-top;
73
- }
74
- }
75
- }
76
-
77
- .e-toolbar-left {
78
- .e-tbar-btn.e-icon-btn {
79
- &:focus,
80
- &:hover {
81
- border-radius: $schedule-header-hover-border-radius;
82
- }
83
- }
84
- }
85
-
86
- .e-toolbar-item {
87
- &.e-day .e-icon-day,
88
- &.e-week .e-icon-week,
89
- &.e-work-week .e-icon-workweek,
90
- &.e-month .e-icon-month,
91
- &.e-year .e-icon-year,
92
- &.e-agenda .e-icon-agenda,
93
- &.e-month-agenda .e-icon-month-agenda,
94
- &.e-timeline-day .e-icon-timeline-day,
95
- &.e-timeline-week .e-icon-timeline-week,
96
- &.e-timeline-work-week .e-icon-timeline-workweek,
97
- &.e-timeline-month .e-icon-timeline-month,
98
- &.e-timeline-year .e-icon-timeline-year-vertical,
99
- &.e-timeline-year .e-icon-timeline-year-horizontal,
100
- &.e-add .e-tbar-btn-text,
101
- &.e-today .e-icon-day,
102
- &.e-today .e-icon-today + .e-tbar-btn-text {
103
- display: none;
104
- }
105
-
106
- &.e-hidden {
107
- display: none;
108
- }
109
-
110
- &.e-prev .e-icon-prev,
111
- &.e-next .e-icon-next {
112
- font-size: $schedule-date-navigation-font-size;
113
- }
114
-
115
- &.e-separator {
116
- border-right: $schedule-tbar-separator-size $border-type $schedule-tbar-separator-border;
117
- }
118
-
119
- &.e-date-range .e-tbar-btn .e-tbar-btn-text {
120
- font-size: $schedule-header-nrml-font-size;
121
- text-transform: initial;
122
- }
123
- }
124
- }
125
-
126
- &.e-rtl .e-hor-nav {
127
- border-left: 0;
128
- border-right: $border-size $schedule-tbar-border-nav-type $schedule-tbar-border-nav;
129
-
130
- &:not(.e-nav-active):hover {
131
- background: $schedule-tbar-hover-bg;
132
- color: $schedule-tbar-hover-font;
133
- }
134
- }
135
-
136
- .e-hor-nav {
137
- border-left: $border-size $schedule-tbar-border-nav-type $schedule-tbar-border-nav;
138
-
139
- &::after {
140
- @include tbar-btn-animation;
141
- }
142
-
143
- &:active {
144
- color: $schedule-tbar-hover-font;
145
-
146
- &::after {
147
- @include tbar-btn-animation-after;
148
- }
149
- }
150
-
151
- &:hover {
152
- background: $schedule-tbar-hover-bg;
153
- color: $schedule-tbar-hover-font;
154
- }
155
-
156
- &:focus {
157
- background: $schedule-tbar-hover-bg;
158
- color: $schedule-tbar-hover-font;
159
- }
160
- }
161
- }
162
-
163
- #{if(&, '&', '*')}.e-device {
164
- .e-schedule-toolbar {
165
- height: $schedule-tbar-bgr-size;
166
- min-height: $schedule-tbar-bgr-size;
167
-
168
- .e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn {
169
- &:hover,
170
- &:focus {
171
- height: calc(100% - 20px);
172
- }
173
- }
174
-
175
- .e-toolbar-items {
176
- &.e-tbar-pos {
177
- height: $schedule-tbar-bgr-size;
178
- min-height: $schedule-tbar-bgr-size;
179
-
180
- .e-toolbar-right .e-toolbar-item .e-tbar-btn {
181
- border: $schedule-device-tbar-right-items-btn-border;
182
- border-radius: $schedule-device-tbar-right-items-btn-border-radius;
183
- }
184
- }
185
-
186
- &.e-tbar-pos > div {
187
- height: inherit;
188
- }
189
-
190
- .e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
191
- padding: $schedule-tbar-btn-icn-bgr-padding;
192
- }
193
- }
194
-
195
- .e-tbar-btn .e-tbar-btn-text {
196
- font-size: $schedule-content-bgr-font-size;
197
- }
198
-
199
- .e-date-range .e-tbar-btn .e-tbar-btn-text {
200
- font-size: $schedule-header-device-font-size;
201
- }
202
-
203
- .e-toolbar-pop {
204
- overflow: auto;
205
- }
206
- }
207
-
208
- .e-content-wrap.e-scroll-hidden {
209
- overflow: hidden;
210
- }
211
- }
212
-
213
- .e-schedule-resource-toolbar {
214
- background: $schedule-tbar-default-bg;
215
- border-bottom: $schedule-tbar-border-bottom-size;
216
- box-shadow: $schedule-tbar-box-shadow;
217
- display: flex;
218
- margin-bottom: $schedule-tbar-box-shadow-bottom-margin;
219
- min-height: $schedule-tbar-min-height;
220
- padding: 10px;
221
-
222
- .e-resource-menu {
223
- .e-icon-menu {
224
- color: $schedule-icon-color;
225
- font-size: 14px;
226
- padding: 7px;
227
- padding-left: 4px;
228
- }
229
-
230
- &.e-disable {
231
- display: none;
232
- }
233
- }
234
-
235
- .e-resource-level-title {
236
- display: flex;
237
-
238
- .e-resource-name {
239
- font-size: 14px;
240
- padding: 5px;
241
- color: $schedule-tree-content-color;
242
-
243
- &:not(:last-child) {
244
- opacity: .6;
245
- }
246
- }
247
-
248
- .e-icon-next {
249
- color: $schedule-icon-color;
250
- font-size: 10px;
251
- line-height: 18px;
252
- opacity: .4;
253
- padding: 5px;
254
- }
255
- }
256
-
257
- &.e-popup-close {
258
- display: none;
259
- }
260
-
261
- &.e-popup-open {
262
- display: block;
263
- }
264
- }
265
-
266
- .e-text-ellipsis {
267
- overflow: hidden;
268
- text-overflow: ellipsis;
269
- }
270
-
271
- .e-text-center {
272
- text-align: center;
273
- }
274
-
275
- .e-table-container {
276
- display: inline-flex;
277
- position: relative;
278
- vertical-align: top;
279
-
280
- &.e-translate {
281
- transition: transform .1s ease 0s;
282
- }
283
- }
284
-
285
- .e-resource-tree-popup {
286
- background: $schedule-tree-bg-color;
287
- box-shadow: $schedule-more-indicator-shadow-color-res-tree-popup;
288
- height: 100%;
289
- position: absolute;
290
- width: 250px;
291
- color: $schedule-tree-font-color;
292
-
293
- .e-resource-tree {
294
- height: 100%;
295
- overflow-y: auto;
296
- }
297
-
298
- .e-resource-tree.e-treeview .e-text-content {
299
- padding: $schedule-resource-tree-text-content-padding;
300
- }
301
- }
302
-
303
- .e-resource-tree-popup-overlay {
304
- &.e-enable {
305
- background: $schedule-popup-overlay-bg-color;
306
- height: 100%;
307
- left: 0;
308
- opacity: .5;
309
- position: absolute;
310
- top: 0;
311
- width: 100%;
312
- }
313
- }
314
-
315
- .e-new-event {
316
- background: $schedule-appointment-bg-color;
317
- border: 1px solid $schedule-appointment-font-color;
318
- border-radius: 5px;
319
- height: 100%;
320
- opacity: .9;
321
- position: relative;
322
- width: 100%;
323
- z-index: 1;
324
-
325
- .e-title {
326
- color: $schedule-appointment-font-color;
327
- font-size: 12px;
328
- line-height: 1.2;
329
- margin: 0;
330
- overflow-wrap: break-word;
331
- padding: 3px;
332
- position: absolute;
333
- text-align: left;
334
- white-space: normal;
335
- word-wrap: break-word;
336
- }
337
- }
338
-
339
- .e-schedule-table {
340
- border: 0 none;
341
- border-collapse: separate;
342
- border-spacing: 0;
343
- margin: 0;
344
- table-layout: fixed;
345
- width: 100%;
346
- }
347
-
348
- .e-schedule-table > tbody > tr > th,
349
- .e-schedule-table > tbody > tr > td {
350
- box-sizing: border-box;
351
- font-weight: normal;
352
- overflow: hidden;
353
- text-overflow: ellipsis;
354
- white-space: nowrap;
355
- }
356
-
357
- .e-outer-table > tbody > tr > td {
358
- padding: 0;
359
- vertical-align: top;
360
- }
361
-
362
- .e-content-wrap {
363
- position: relative;
364
-
365
- .e-day-wrapper {
366
- width: 100%;
367
- }
368
- }
369
-
370
- .e-content-placeholder {
371
- height: 100%;
372
- position: relative;
373
- width: 100%;
374
- z-index: 99999;
375
- }
376
-
377
- .e-content-wrap,
378
- .e-scroll-container {
379
- -webkit-overflow-scrolling: touch; /* stylelint-disable-line property-no-vendor-prefix */
380
- overflow: auto;
381
- }
382
-
383
- .e-hide-childs > * {
384
- display: none;
385
- }
386
-
387
- .e-recurrence-icon,
388
- .e-recurrence-edit-icon {
389
- font-size: $schedule-recurrence-font-size;
390
- }
391
-
392
- .e-left-icon,
393
- .e-right-icon {
394
- font-size: 8px;
395
- }
396
-
397
- .e-m-date {
398
- cursor: pointer;
399
- font-size: 20px;
400
-
401
- &:hover {
402
- text-decoration: underline;
403
- }
404
- }
405
-
406
- .e-m-day {
407
- font-size: 12px;
408
- }
409
-
410
- #{if(&, '&', '*')}.e-device {
411
- .e-m-date {
412
- &:hover {
413
- text-decoration: none;
414
- }
415
- }
416
- }
417
-
418
- .e-block-appointment {
419
- background: $schedule-block-appointment-bg-color;
420
- color: $schedule-block-appointment-font-color;
421
- cursor: default;
422
- overflow: hidden;
423
- position: absolute;
424
-
425
- .e-subject {
426
- overflow: hidden;
427
- overflow-wrap: break-word;
428
- padding: 4px;
429
- white-space: normal;
430
- word-wrap: break-word;
431
- }
432
- }
433
-
434
- .e-block-indicator {
435
- color: $schedule-block-appointment-font-color;
436
- float: right;
437
- padding: 0 5px;
438
- z-index: 1;
439
- }
440
-
441
- #{if(&, '&', '*')}.e-rtl .e-block-indicator {
442
- float: left;
443
- }
444
-
445
- .e-timeline-view .e-block-indicator,
446
- .e-timeline-month-view .e-block-indicator {
447
- position: absolute;
448
- top: 3px;
449
- }
450
-
451
- .e-appointment {
452
- opacity: 1;
453
- transition: opacity 100ms linear;
454
-
455
- .e-subject.e-disable {
456
- display: none;
457
- }
458
-
459
- .e-inline-appointment {
460
- z-index: 1;
461
- }
462
-
463
- .e-inline-subject {
464
- background: transparent;
465
- border: 0;
466
- color: $schedule-appointment-font-color;
467
- font-size: 13px;
468
- font-weight: 500;
469
- line-height: 1.2;
470
- padding-top: 4px;
471
- width: 100%;
472
- }
473
-
474
- &.e-event-action {
475
- opacity: $schedule-drag-appointment-opacity;
476
- }
477
-
478
- &.e-allow-select {
479
- pointer-events: none;
480
- }
481
- }
482
-
483
- .e-read-only {
484
- opacity: .8;
485
- }
486
-
487
- #{if(&, '&', '*')}.e-event-action .e-appointment:not(.e-schedule-event-clone),
488
- #{if(&, '&', '*')}.e-event-action .e-block-appointment {
489
- pointer-events: none;
490
- }
491
-
492
- #{if(&, '&', '*')}.e-event-action .e-drag-clone,
493
- #{if(&, '&', '*')}.e-event-action .e-timeline-view .e-drag-clone {
494
- cursor: move;
495
-
496
- .e-top-handler,
497
- .e-bottom-handler {
498
- pointer-events: none;
499
- }
500
- }
501
-
502
- #{if(&, '&', '*')}.e-event-action .e-vertical-view .e-appointment-wrapper .e-resize-clone {
503
- cursor: ns-resize;
504
- }
505
-
506
- #{if(&, '&', '*')}.e-event-action .e-timeline-view .e-resize-clone,
507
- #{if(&, '&', '*')}.e-event-action .e-timeline-month-view .e-resize-clone,
508
- #{if(&, '&', '*')}.e-event-action .e-all-day-appointment-wrapper .e-resize-clone {
509
- cursor: ew-resize;
510
- }
511
-
512
- #{if(&, '&', '*')}.e-device {
513
- .e-appointment {
514
- overflow: hidden;
515
- }
516
-
517
- .e-appointment.e-appointment-border {
518
- .e-top-bottom-resize {
519
- height: 10px;
520
- left: 50%;
521
- position: absolute;
522
- transform: translateX(-50%);
523
- width: 100%;
524
- }
525
-
526
- .e-left-right-resize {
527
- border-radius: 50%;
528
- height: 100%;
529
- position: absolute;
530
- top: 50%;
531
- transform: translateY(-50%);
532
- width: 10px;
533
- }
534
-
535
- .e-top-handler .e-top-bottom-resize {
536
- margin-top: -8px;
537
- }
538
-
539
- .e-bottom-handler .e-top-bottom-resize {
540
- margin-top: 8px;
541
- }
542
-
543
- .e-left-handler .e-left-right-resize {
544
- margin-left: -8px;
545
- }
546
-
547
- .e-right-handler .e-left-right-resize {
548
- margin-left: 8px;
549
- }
550
- }
551
- }
552
-
553
- .e-timeline-year-view {
554
- .e-event-resize {
555
-
556
- &.e-left-handler,
557
- &.e-right-handler {
558
- height: 100%;
559
- width: 5px;
560
- }
561
-
562
- &.e-top-handler,
563
- &.e-bottom-handler {
564
- height: 5px;
565
- width: 100%;
566
- }
567
- }
568
- }
569
-
570
- .e-event-resize {
571
- position: absolute;
572
-
573
- &.e-left-handler,
574
- &.e-right-handler {
575
- height: 100%;
576
- min-width: 1px;
577
- max-width: 10px;
578
- width: 20%;
579
- }
580
-
581
- &.e-left-handler {
582
- cursor: ew-resize;
583
- float: left;
584
- left: 0;
585
- }
586
-
587
- &.e-right-handler {
588
- cursor: e-resize;
589
- float: right;
590
- right: 0;
591
- }
592
-
593
- &.e-top-handler,
594
- &.e-bottom-handler {
595
- min-height: 1px;
596
- max-height: 10px;
597
- height: 20%;
598
- width: 100%;
599
- }
600
-
601
- &.e-top-handler {
602
- cursor: ns-resize;
603
- top: 0;
604
- }
605
-
606
- &.e-bottom-handler {
607
- bottom: 0;
608
- cursor: ns-resize;
609
- }
610
- }
611
-
612
- .e-vertical-view {
613
- &.e-timescale-disable {
614
- .e-content-table,
615
- .e-content-wrap {
616
- height: 100%;
617
- }
618
-
619
- .e-all-day-row,
620
- .e-all-day-cells {
621
- height: 0 !important; /* stylelint-disable-line declaration-no-important */
622
- }
623
-
624
- .e-appointment {
625
- background: $schedule-appointment-bg-color;
626
- border: 1px solid $schedule-appointment-border-color;
627
- border-radius: $schedule-appointment-border-radius;
628
- color: $schedule-appointment-font-color;
629
- display: flex;
630
- height: $schedule-timescale-appointment-height;
631
- margin-bottom: 2px;
632
- overflow: hidden;
633
- position: absolute;
634
-
635
- .e-appointment-details {
636
- display: flex;
637
- flex: auto;
638
- padding: 2px 4px 0 2px;
639
- text-align: left;
640
- }
641
-
642
- .e-inner-wrap {
643
- flex: auto;
644
- overflow: hidden;
645
- }
646
-
647
- .e-subject {
648
- font-size: 13px;
649
- font-weight: 500;
650
- line-height: 1.2;
651
- margin-left: auto;
652
- min-height: 18px;
653
- overflow: hidden;
654
- overflow-wrap: break-word;
655
- padding-top: 1px;
656
- white-space: normal;
657
- word-wrap: break-word;
658
- }
659
-
660
- .e-time,
661
- .e-location {
662
- font-size: 11px;
663
- overflow: hidden;
664
- padding-top: 1px;
665
- text-overflow: ellipsis;
666
- }
667
-
668
- .e-disable {
669
- display: none;
670
- }
671
-
672
- .e-recurrence-icon,
673
- .e-recurrence-edit-icon {
674
- line-height: $schedule-timescale-appointment-height;
675
- padding: 0 5px;
676
- }
677
-
678
- .e-left-icon,
679
- .e-right-icon {
680
- line-height: $schedule-timescale-appointment-height;
681
- padding: 0 2px;
682
- }
683
-
684
- &.e-appointment-border,
685
- &:focus {
686
- border: 0;
687
- box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
688
- }
689
-
690
- &.e-allow-select {
691
- pointer-events: none;
692
- }
693
- }
694
-
695
- .e-appointment-wrapper {
696
- position: absolute;
697
- width: 0;
698
- }
699
-
700
- .e-work-cells {
701
- height: auto;
702
- vertical-align: top;
703
- }
704
-
705
- .e-more-indicator {
706
- color: $schedule-secondary-content-font-color;
707
- cursor: pointer;
708
- font-size: $schedule-more-indicator-nrml-font-size;
709
- line-height: 11px;
710
- overflow: hidden;
711
- padding: 2px 4px;
712
- position: absolute;
713
- text-overflow: ellipsis;
714
-
715
- &:focus {
716
- text-decoration: underline;
717
- }
718
- }
719
- }
720
-
721
- .e-left-indent {
722
- width: $schedule-time-scale-width;
723
-
724
- .e-all-day-cells {
725
- position: relative;
726
- }
727
- }
728
-
729
- .e-date-header-wrap table col,
730
- .e-content-wrap table col {
731
- width: $schedule-header-cells-width;
732
- }
733
-
734
- .e-resource-cells {
735
- color: $schedule-primary-content-font-color;
736
- font-size: $schedule-header-day-nrml-font-size;
737
- height: 40px;
738
- padding: 8px;
739
- padding-left: 15px;
740
- }
741
-
742
- .e-header-cells {
743
- font-size: 12px;
744
- height: $schedule-header-cells-height;
745
- padding: $schedule-header-cells-padding;
746
-
747
- .e-header-day {
748
- display: table;
749
- font-size: $schedule-header-day-nrml-font-size;
750
- line-height: $schedule-header-day-line-height;
751
- padding-bottom: $schedule-header-day-padding-bottom;
752
- }
753
-
754
- .e-header-date {
755
- cursor: pointer;
756
- display: table;
757
- font-size: $schedule-header-date-nrml-font-size;
758
- line-height: $schedule-header-date-line-height;
759
- padding-top: $schedule-header-padding-top;
760
-
761
- &:hover {
762
- text-decoration: underline;
763
- }
764
- }
765
-
766
- &.e-disable-dates {
767
- .e-header-day {
768
- cursor: default;
769
- opacity: .35;
770
- }
771
-
772
- .e-header-date {
773
- cursor: default;
774
- opacity: .35;
775
-
776
- &:hover {
777
- text-decoration: none;
778
- }
779
- }
780
- }
781
- }
782
-
783
- .e-row-count-wrapper {
784
- display: block;
785
- height: 100%;
786
- pointer-events: none;
787
- position: relative;
788
-
789
- .e-more-indicator {
790
- bottom: 0;
791
- color: $schedule-secondary-content-font-color;
792
- cursor: pointer;
793
- overflow: hidden;
794
- overflow-wrap: normal;
795
- padding: 2px 4px;
796
- pointer-events: visible;
797
- position: absolute;
798
- text-overflow: ellipsis;
799
- width: 100%;
800
-
801
- &:focus {
802
- text-decoration: underline;
803
- }
804
- }
805
-
806
- &.e-disable {
807
- display: none;
808
- }
809
- }
810
-
811
- .e-all-day-appointment-section {
812
- bottom: 4px;
813
- color: $schedule-tbar-default-icon-color;
814
- cursor: pointer;
815
- display: block;
816
- font-size: 11px;
817
- height: 25px;
818
- left: 0;
819
- line-height: 25px;
820
- margin: 0 auto;
821
- position: absolute;
822
- right: 0;
823
- transform: rotate(0deg);
824
- transition: transform 300ms ease-in-out;
825
- width: 25px;
826
-
827
- &.e-disable {
828
- display: none;
829
- }
830
-
831
- &.e-appointment-expand {
832
- transform: rotate(0deg);
833
- }
834
-
835
- &.e-appointment-collapse {
836
- transform: rotate(180deg);
837
- }
838
-
839
- &:hover,
840
- &:focus {
841
- background: $schedule-header-hover-color;
842
- border-radius: 100%;
843
- color: $schedule-all-day-section-hover-color;
844
- }
845
- }
846
-
847
- .e-appointment-hide {
848
- opacity: 0;
849
- }
850
-
851
- .e-all-day-cells {
852
- height: $schedule-allday-cells-height;
853
- padding: 0;
854
- text-align: center;
855
- vertical-align: top;
856
- }
857
-
858
- .e-all-day-cells:first-child {
859
- &.e-animate {
860
- transition: 250ms ease-out;
861
- }
862
- }
863
-
864
- .e-time-cells-wrap table td,
865
- .e-work-cells {
866
- font-size: $schedule-time-scale-nrml-font-size;
867
- height: $schedule-work-cells-height;
868
- text-align: center;
869
- }
870
-
871
- .e-work-cells {
872
- width: $schedule-work-cells-width;
873
-
874
- &.e-disable-dates {
875
- background: $schedule-disable-dates-color;
876
-
877
- &:hover {
878
- background: $schedule-disable-dates-color;
879
- }
880
- }
881
- }
882
-
883
- &.e-virtual-mask .e-work-cells {
884
- background: $schedule-disable-dates-color;
885
- box-shadow: inset 0 0 0 8px $schedule-work-cells-bg-color;
886
-
887
- &:hover {
888
- background: $schedule-disable-dates-color;
889
- }
890
- }
891
-
892
- .e-current-time {
893
- font-size: $schedule-current-time-nrml-font-size;
894
- }
895
-
896
- .e-clone-time-indicator,
897
- .e-current-time,
898
- .e-previous-timeline,
899
- .e-current-timeline {
900
- left: 0;
901
- position: absolute;
902
- right: 0;
903
- text-align: center;
904
- top: 0;
905
- width: 100%;
906
- }
907
-
908
- .e-previous-timeline,
909
- .e-current-timeline {
910
- z-index: 1;
911
- }
912
-
913
- .e-date-header-wrap {
914
- max-height: 300px;
915
- overflow: hidden;
916
-
917
- &.e-all-day-scroll {
918
- border-bottom: 1px solid $schedule-appointment-border-color;
919
- overflow-y: auto;
920
-
921
- .e-header-row .e-resource-cells {
922
- position: sticky;
923
- }
924
-
925
- .e-header-row .e-header-cells {
926
- position: sticky;
927
- top: 0;
928
- }
929
- }
930
-
931
- &.e-all-day-auto {
932
- max-height: unset;
933
- }
934
- }
935
-
936
- .e-time-cells-wrap {
937
- overflow: hidden;
938
- }
939
-
940
- .e-content-wrap,
941
- .e-time-cells-wrap {
942
- position: relative;
943
- }
944
-
945
- .e-timeline-wrapper,
946
- .e-day-wrapper,
947
- .e-all-day-appointment-wrapper {
948
- height: 0;
949
- margin: 0;
950
- padding: 0;
951
- position: relative;
952
- }
953
-
954
- .e-all-day-appointment-wrapper .e-appointment:not(.e-schedule-event-clone) {
955
- cursor: default;
956
- }
957
-
958
- .e-all-day-appointment-wrapper .e-appointment {
959
- background: $schedule-appointment-bg-color;
960
- border: 1px solid $schedule-appointment-border-color;
961
- border-radius: $schedule-appointment-border-radius;
962
- color: $schedule-appointment-font-color;
963
- display: flex;
964
- height: $schedule-month-appointment-height;
965
- overflow: hidden;
966
- position: absolute;
967
-
968
- .e-appointment-details {
969
- display: flex;
970
- flex: auto;
971
- line-height: $schedule-month-appointment-text-line-height;
972
- overflow: hidden;
973
- padding: 1px 0 1px 4px;
974
-
975
- .e-subject {
976
- flex: auto;
977
- font-size: 13px;
978
- font-weight: 500;
979
- overflow: hidden;
980
- text-overflow: ellipsis;
981
- }
982
-
983
- .e-time {
984
- display: block;
985
- font-size: 11px;
986
- padding: 1px 4px 2px 0;
987
- }
988
-
989
- .e-recurrence-icon,
990
- .e-recurrence-edit-icon,
991
- .e-left-icon,
992
- .e-right-icon {
993
- line-height: $schedule-appointment-text-line-height;
994
- padding: 0 2px;
995
- }
996
- }
997
-
998
- .e-disable {
999
- display: none;
1000
- }
1001
-
1002
- &.e-appointment-border,
1003
- &:focus {
1004
- border: 0;
1005
- box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1006
- }
1007
- }
1008
-
1009
- .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
1010
- cursor: default;
1011
- }
1012
-
1013
- .e-day-wrapper .e-appointment {
1014
- background: $schedule-appointment-bg-color;
1015
- border: 1px solid $schedule-appointment-border-color;
1016
- border-radius: $schedule-appointment-border-radius;
1017
- color: $schedule-appointment-font-color;
1018
- overflow: hidden;
1019
- position: absolute;
1020
-
1021
- .e-appointment-details {
1022
- flex: auto;
1023
- padding: $schedule-appointment-details-padding;
1024
- text-align: left;
1025
- line-height: $schedule-appointment-detail-line-height;
1026
- }
1027
-
1028
- .e-subject {
1029
- font-size: 13px;
1030
- font-weight: 500;
1031
- line-height: 1.2;
1032
- margin-left: auto;
1033
- min-height: 18px;
1034
- overflow: hidden;
1035
- overflow-wrap: break-word;
1036
- padding-top: 4px;
1037
- white-space: normal;
1038
- word-wrap: break-word;
1039
- }
1040
-
1041
- .e-time,
1042
- .e-location {
1043
- font-size: 11px;
1044
- overflow: hidden;
1045
- padding-top: 1px;
1046
- text-overflow: ellipsis;
1047
- }
1048
-
1049
- .e-time {
1050
- display: block;
1051
- }
1052
-
1053
- .e-disable {
1054
- display: none;
1055
- }
1056
-
1057
- .e-recurrence-icon,
1058
- .e-recurrence-edit-icon {
1059
- bottom: 5px;
1060
- display: block;
1061
- float: right;
1062
- height: auto;
1063
- left: auto;
1064
- position: absolute;
1065
- right: 5px;
1066
- width: auto;
1067
- }
1068
-
1069
- .e-indicator {
1070
- display: block;
1071
- margin: 0 45%;
1072
- }
1073
-
1074
- .e-up-icon,
1075
- .e-down-icon {
1076
- font-size: 8px;
1077
- }
1078
-
1079
- .e-up-icon {
1080
- margin-top: 3px;
1081
- top: 0;
1082
- }
1083
-
1084
- .e-down-icon {
1085
- bottom: 6px;
1086
- position: absolute;
1087
- }
1088
-
1089
- &.e-appointment-border,
1090
- &:focus {
1091
- border: 0;
1092
- box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1093
- }
1094
- }
1095
-
1096
- &.e-day-view .e-header-date {
1097
- cursor: default;
1098
-
1099
- &:hover {
1100
- text-decoration: none;
1101
- }
1102
- }
1103
- }
1104
-
1105
- #{if(&, '&', '*')}.e-device {
1106
- .e-vertical-view {
1107
- .e-header-cells {
1108
- .e-header-day {
1109
- font-size: $schedule-header-day-device-font-size;
1110
- }
1111
-
1112
- .e-header-date {
1113
- font-size: $schedule-header-date-device-font-size;
1114
-
1115
- &:hover {
1116
- text-decoration: none;
1117
- }
1118
- }
1119
- }
1120
-
1121
- .e-left-indent {
1122
- width: $schedule-device-time-scale-width;
1123
- }
1124
-
1125
- .e-clone-time-indicator,
1126
- .e-current-time {
1127
- font-size: 9px;
1128
- }
1129
-
1130
- .e-time-cells-wrap {
1131
- float: left;
1132
- width: $schedule-device-time-scale-width;
1133
-
1134
- table td {
1135
- font-size: $schedule-time-scale-device-font-size;
1136
- }
1137
- }
1138
-
1139
- .e-day-wrapper .e-appointment .e-subject {
1140
- font-weight: 500;
1141
- min-height: auto;
1142
- }
1143
- }
1144
- }
1145
-
1146
- #{if(&, '&', '*')}.e-rtl {
1147
- text-align: right;
1148
-
1149
- .e-vertical-view {
1150
- &.e-timescale-disable .e-appointment-details {
1151
- text-align: right;
1152
- }
1153
-
1154
- .e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
1155
- padding: 1px 4px 1px 0;
1156
- }
1157
-
1158
- .e-day-wrapper .e-appointment {
1159
- .e-appointment-details {
1160
- line-height: 15px;
1161
- text-align: right;
1162
- }
1163
-
1164
- .e-subject {
1165
- font-weight: 500;
1166
- margin-left: 15px;
1167
- margin-right: auto;
1168
- }
1169
-
1170
- .e-recurrence-icon,
1171
- .e-recurrence-edit-icon {
1172
- float: left;
1173
- left: 5px;
1174
- right: auto;
1175
- }
1176
- }
1177
- }
1178
-
1179
- &.e-device {
1180
- .e-vertical-view .e-time-cells-wrap {
1181
- float: right;
1182
- }
1183
- }
1184
- }
1185
-
1186
- @media screen and (max-width: 480px) {
1187
- .e-vertical-view {
1188
- .e-left-indent {
1189
- width: $schedule-device-time-scale-width;
1190
- }
1191
- }
1192
- }
1193
-
1194
- .e-month-view,
1195
- .e-month-agenda-view {
1196
- .e-left-indent {
1197
- border-right: $border-size $border-type $schedule-content-border-color;
1198
- width: 36px;
1199
- }
1200
-
1201
- .e-week-number-wrapper {
1202
- overflow: hidden;
1203
- position: relative;
1204
-
1205
- .e-schedule-table {
1206
- height: 100%;
1207
- }
1208
-
1209
- .e-week-number {
1210
- color: $schedule-secondary-content-font-color;
1211
- padding-top: 4px;
1212
- text-align: center;
1213
- vertical-align: top;
1214
- width: 36px;
1215
- }
1216
- }
1217
- }
1218
-
1219
- .e-month-view {
1220
- .e-content-wrap table tr:last-child td {
1221
- border-bottom-width: 0;
1222
- }
1223
-
1224
- .e-date-header-wrap {
1225
- font-size: $schedule-date-header-wrap-nrml-font-size;
1226
- overflow: hidden;
1227
- }
1228
-
1229
- .e-week-number {
1230
- border-bottom: $border-size $border-type $schedule-content-border-color;
1231
- border-right: $border-size $border-type $schedule-content-border-color;
1232
- height: $schedule-month-work-cells-height;
1233
- }
1234
-
1235
- .e-content-wrap {
1236
- font-size: $schedule-date-header-wrap-nrml-font-size;
1237
- }
1238
-
1239
- .e-date-header-wrap table col {
1240
- width: $schedule-header-cells-width;
1241
- }
1242
-
1243
- .e-resource-cells {
1244
- color: $schedule-primary-content-font-color;
1245
- font-size: $schedule-date-header-wrap-nrml-font-size;
1246
- height: 40px;
1247
- padding: 8px;
1248
- padding-left: 15px;
1249
- }
1250
-
1251
- .e-header-cells {
1252
- cursor: default;
1253
- font-weight: normal;
1254
- height: $schedule-month-header-cells-nrml-height;
1255
- padding: $schedule-month-header-cells-padding;
1256
- }
1257
-
1258
- .e-content-table {
1259
- height: 100%;
1260
- }
1261
-
1262
- .e-work-cells {
1263
- height: $schedule-month-work-cells-height;
1264
- vertical-align: top;
1265
- width: $schedule-work-cells-width;
1266
-
1267
- &.e-disable-date {
1268
- .e-date-header {
1269
- visibility: hidden;
1270
- }
1271
- }
1272
-
1273
- &.e-disable-dates {
1274
- background: $schedule-disable-dates-color;
1275
-
1276
- .e-date-header {
1277
- cursor: default;
1278
- opacity: .35;
1279
-
1280
- &:hover {
1281
- text-decoration: none;
1282
- }
1283
- }
1284
-
1285
- &:hover {
1286
- background: $schedule-disable-dates-color;
1287
- }
1288
- }
1289
- }
1290
-
1291
- &.e-virtual-mask .e-work-cells {
1292
- background: $schedule-disable-dates-color;
1293
- box-shadow: inset 0 0 0 8px $schedule-work-cells-bg-color;
1294
-
1295
- &:hover {
1296
- background: $schedule-disable-dates-color;
1297
- }
1298
- }
1299
-
1300
- .e-date-header {
1301
- cursor: pointer;
1302
- display: table;
1303
- height: 20px;
1304
- line-height: $schedule-date-header-line-height;
1305
- margin: $schedule-date-header-margin;
1306
- text-align: center;
1307
-
1308
- &:hover {
1309
- text-decoration: underline;
1310
- }
1311
- }
1312
-
1313
- .e-appointment-wrapper {
1314
- position: absolute;
1315
- }
1316
-
1317
- .e-new-event {
1318
- height: calc(100% - 25px);
1319
- }
1320
-
1321
- .e-block-indicator {
1322
- margin-top: -20px;
1323
- }
1324
-
1325
- .e-inline-appointment {
1326
- z-index: 1;
1327
- }
1328
-
1329
- .e-appointment {
1330
- background: $schedule-appointment-bg-color;
1331
- border: 1px solid $schedule-appointment-border-color;
1332
- border-radius: $schedule-appointment-border-radius;
1333
- color: $schedule-appointment-font-color;
1334
- cursor: default;
1335
- display: flex;
1336
- height: $schedule-month-appointment-height;
1337
- overflow: hidden;
1338
- position: absolute;
1339
-
1340
- .e-disable {
1341
- display: none;
1342
- }
1343
-
1344
- .e-appointment-details {
1345
- display: flex;
1346
- flex: auto;
1347
- line-height: $schedule-month-appointment-text-line-height;
1348
- overflow: hidden;
1349
-
1350
- .e-subject {
1351
- flex: auto;
1352
- font-size: 13px;
1353
- font-weight: 500;
1354
- overflow: hidden;
1355
- padding: $schedule-month-appointment-subject-padding;
1356
- text-overflow: ellipsis;
1357
- }
1358
-
1359
- .e-inline-subject {
1360
- padding: 4px;
1361
- text-align: center;
1362
- }
1363
-
1364
- .e-time {
1365
- font-size: 11px;
1366
- padding: $schedule-month-appointment-time-padding;
1367
- }
1368
-
1369
- .e-recurrence-icon,
1370
- .e-recurrence-edit-icon,
1371
- .e-left-icon,
1372
- .e-right-icon {
1373
- line-height: $schedule-month-appointment-height;
1374
- padding: 0 2px;
1375
- }
1376
- }
1377
-
1378
- &.e-appointment-border,
1379
- &:focus {
1380
- border: 0;
1381
- box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1382
- }
1383
-
1384
- &.e-allow-select {
1385
- pointer-events: none;
1386
- }
1387
-
1388
- .e-subject {
1389
- padding: 2px;
1390
- width: 100%;
1391
- }
1392
- }
1393
-
1394
- .e-more-indicator {
1395
- color: $schedule-secondary-content-font-color;
1396
- cursor: pointer;
1397
- font-size: $schedule-more-indicator-nrml-font-size;
1398
- line-height: 11px;
1399
- overflow: hidden;
1400
- padding: 2px 4px;
1401
- position: absolute;
1402
- text-overflow: ellipsis;
1403
-
1404
- &:focus {
1405
- text-decoration: underline;
1406
- }
1407
- }
1408
- }
1409
-
1410
- #{if(&, '&', '*')}.e-rtl {
1411
- .e-month-view {
1412
- .e-date-header {
1413
- margin: $schedule-date-header-margin-rtl;
1414
- }
1415
-
1416
- .e-left-indent {
1417
- border-left: $border-size $border-type $schedule-content-border-color;
1418
- border-right-width: 0;
1419
- }
1420
-
1421
- .e-week-number {
1422
- border-left: $border-size $border-type $schedule-content-border-color;
1423
- border-right-width: 0;
1424
- }
1425
- }
1426
- }
1427
-
1428
- .e-year-view {
1429
- .e-calendar-wrapper {
1430
- display: flex;
1431
- flex-wrap: wrap;
1432
- justify-content: center;
1433
-
1434
- .e-month-calendar.e-calendar {
1435
- border: 0;
1436
- flex: 0 25%;
1437
- max-width: 100%;
1438
- min-width: 260px;
1439
- padding: 10px;
1440
-
1441
- .e-header .e-title {
1442
- cursor: default;
1443
- }
1444
-
1445
- .e-content span.e-day {
1446
- display: block;
1447
- margin: 0 auto;
1448
- }
1449
-
1450
- .e-other-month {
1451
- color: $schedule-secondary-content-font-color;
1452
- pointer-events: visible;
1453
- touch-action: auto;
1454
-
1455
- &.e-today {
1456
- opacity: .5;
1457
- }
1458
- }
1459
-
1460
- .e-appointment,
1461
- .e-appointment-indicator {
1462
- background: $schedule-appointment-bg-color;
1463
- border-radius: 50%;
1464
- height: 5px;
1465
- margin: -6px auto 0;
1466
- position: relative;
1467
- width: 5px;
1468
- }
1469
- }
1470
-
1471
- .e-work-cells {
1472
- &.e-disable-dates {
1473
- background: $schedule-disable-dates-color;
1474
- cursor: default;
1475
-
1476
- .e-day {
1477
- cursor: default;
1478
- }
1479
-
1480
- &:hover {
1481
- background: $schedule-disable-dates-color;
1482
- }
1483
- }
1484
- }
1485
- }
1486
-
1487
- .e-date-header-wrap {
1488
- font-size: $schedule-date-header-wrap-nrml-font-size;
1489
- overflow: hidden;
1490
-
1491
- table {
1492
- col {
1493
- width: $schedule-header-cells-width;
1494
- }
1495
-
1496
- td {
1497
- background: $schedule-header-bg-color;
1498
- border-color: $schedule-header-border-color;
1499
- border-style: $border-type;
1500
- border-width: $schedule-month-work-cells-border;
1501
- color: $schedule-header-font-color;
1502
- text-align: left;
1503
-
1504
- &:first-child {
1505
- border-left-width: 0;
1506
- }
1507
- }
1508
- }
1509
- }
1510
-
1511
- .e-resource-cells {
1512
- color: $schedule-primary-content-font-color;
1513
- font-size: $schedule-date-header-wrap-nrml-font-size;
1514
- height: 40px;
1515
- padding: 8px;
1516
- padding-left: 15px;
1517
- }
1518
-
1519
- .e-content-wrap table td:first-child {
1520
- border-left-width: 0;
1521
- }
1522
-
1523
- .e-resource .e-month-calendar {
1524
- max-width: 100%;
1525
- min-width: 100%;
1526
- }
1527
- }
1528
-
1529
- .e-timeline-year-view {
1530
- .e-date-header-wrap,
1531
- .e-month-header-wrapper {
1532
- overflow: hidden;
1533
- position: relative;
1534
- }
1535
-
1536
- .e-month-header-wrapper {
1537
- .e-schedule-table {
1538
- height: 100%;
1539
-
1540
- &.e-auto-height {
1541
- height: auto;
1542
- }
1543
- }
1544
- }
1545
-
1546
- .e-date-header-wrap table col,
1547
- .e-content-wrap table col {
1548
- width: 100px;
1549
- }
1550
-
1551
- .e-resource-left-td,
1552
- .e-date-header-wrap table td {
1553
- background: $schedule-header-bg-color;
1554
- border-color: $schedule-header-border-color;
1555
- border-style: $border-type;
1556
- border-width: 0 $border-size $border-size 0;
1557
- color: $schedule-header-font-color;
1558
- text-align: center;
1559
-
1560
- &.e-current-day {
1561
- color: $schedule-active-font-color;
1562
- }
1563
- }
1564
-
1565
- .e-resource-text {
1566
- color: $schedule-primary-content-font-color;
1567
- font-size: 13px;
1568
- overflow: hidden;
1569
- padding: $schedule-timeline-year-resource-text-padding;
1570
- text-overflow: ellipsis;
1571
- }
1572
-
1573
- .e-resource-left-td {
1574
- vertical-align: middle;
1575
- width: $schedule-timeline-resources-width;
1576
- }
1577
-
1578
- .e-left-indent-wrap .e-resource-cells,
1579
- .e-date-header-wrap .e-resource-cells {
1580
- height: 40px;
1581
- }
1582
-
1583
- .e-resource-column-wrap {
1584
- overflow: hidden;
1585
- position: relative;
1586
-
1587
- .e-resource-cells {
1588
- background: $schedule-work-cells-bg-color;
1589
- border-color: $schedule-content-border-color;
1590
- border-style: $border-type;
1591
- border-width: 0 1px 1px 0;
1592
- color: $schedule-primary-content-font-color;
1593
- height: $schedule-timeline-year-work-cells-height;
1594
- padding-left: $schedule-timeline-year-resource-cells-padding-left;
1595
- padding-right: 0;
1596
- vertical-align: middle;
1597
-
1598
- &.e-child-node {
1599
- background: $schedule-workhour-bg-color;
1600
- }
1601
-
1602
- &:focus {
1603
- background: $schedule-resource-focus-bg-color;
1604
- }
1605
- }
1606
- }
1607
-
1608
- .e-resource-column-table {
1609
- height: 100%;
1610
-
1611
- &.e-auto-height {
1612
- height: auto;
1613
- }
1614
- }
1615
-
1616
- .e-resource-tree-icon {
1617
- color: $schedule-icon-color;
1618
- cursor: pointer;
1619
- float: left;
1620
- font-family: 'e-icons';
1621
- font-size: 12px;
1622
- padding: 4px 7px;
1623
- }
1624
-
1625
- .e-resource-collapse {
1626
- transform: rotate(90deg);
1627
- }
1628
-
1629
- .e-content-table {
1630
- height: 100%;
1631
-
1632
- &.e-auto-height {
1633
- height: auto;
1634
- }
1635
- }
1636
-
1637
- .e-left-indent td {
1638
- border-color: $schedule-content-border-color;
1639
- border-style: $border-type;
1640
- border-width: 0 $border-size 0 0;
1641
- vertical-align: middle;
1642
- }
1643
-
1644
- .e-left-indent tr:last-child td {
1645
- border-width: 0 $border-size $border-size 0;
1646
- }
1647
-
1648
- &.e-horizontal .e-left-indent {
1649
- padding: 0;
1650
- width: 100px;
1651
- }
1652
-
1653
- &.e-vertical .e-left-indent,
1654
- &.e-vertical .e-left-indent .e-header-cells {
1655
- width: 100px;
1656
- }
1657
-
1658
- .e-month-header {
1659
- border-bottom: $border-size $border-type $schedule-content-border-color;
1660
- border-right: $border-size $border-type $schedule-content-border-color;
1661
- text-align: center;
1662
- color: $schedule-header-font-color;
1663
-
1664
- &.e-current-day {
1665
- color: $schedule-active-font-color;
1666
- }
1667
- }
1668
-
1669
- .e-left-indent,
1670
- .e-header-cells {
1671
- cursor: default;
1672
- font-weight: normal;
1673
- height: $schedule-month-header-cells-nrml-height;
1674
- padding: $schedule-timeline-year-left-indent-padding;
1675
- text-align: center;
1676
- }
1677
-
1678
- .e-month-header,
1679
- .e-work-cells {
1680
- height: $schedule-timeline-year-work-cells-height;
1681
- }
1682
-
1683
- .e-header-cells,
1684
- .e-work-cells {
1685
- width: $schedule-timeline-year-work-cells-width;
1686
- }
1687
-
1688
- .e-work-cells {
1689
- vertical-align: top;
1690
-
1691
- .e-date-header {
1692
- cursor: pointer;
1693
- display: table;
1694
- height: 20px;
1695
- line-height: $schedule-date-header-line-height;
1696
- margin: $schedule-date-header-margin;
1697
- text-align: center;
1698
- width: 10px;
1699
-
1700
- &:hover {
1701
- text-decoration: underline;
1702
- }
1703
- }
1704
- }
1705
-
1706
- .e-event-table {
1707
- position: absolute;
1708
- top: 0;
1709
-
1710
- .e-appointment-container.e-event-container {
1711
- height: $schedule-timeline-year-work-cells-height;
1712
- position: relative;
1713
- }
1714
-
1715
- .e-appointment-wrapper {
1716
- position: absolute;
1717
- }
1718
-
1719
- .e-inline-appointment {
1720
- z-index: 1;
1721
- }
1722
-
1723
- .e-appointment {
1724
- background: $schedule-appointment-bg-color;
1725
- border: 1px solid $schedule-appointment-border-color;
1726
- border-radius: $schedule-appointment-border-radius;
1727
- color: $schedule-appointment-font-color;
1728
- cursor: default;
1729
- display: flex;
1730
- height: $schedule-month-appointment-height;
1731
- overflow: hidden;
1732
- position: absolute;
1733
-
1734
- &.e-hidden {
1735
- display: none;
1736
- }
1737
-
1738
- .e-appointment-details {
1739
- display: flex;
1740
- flex: auto;
1741
- line-height: 20px;
1742
- overflow: hidden;
1743
- }
1744
-
1745
- .e-subject {
1746
- flex: auto;
1747
- font-size: 13px;
1748
- font-weight: 500;
1749
- overflow: hidden;
1750
- padding: 1px 2px;
1751
- text-overflow: ellipsis;
1752
- }
1753
-
1754
- .e-time,
1755
- .e-location {
1756
- font-size: 11px;
1757
- overflow: hidden;
1758
- padding: 1.5px;
1759
- text-overflow: ellipsis;
1760
- }
1761
-
1762
- .e-disable {
1763
- display: none;
1764
- }
1765
-
1766
- .e-recurrence-icon,
1767
- .e-recurrence-edit-icon {
1768
- line-height: $schedule-month-appointment-height;
1769
- padding: 0 5px;
1770
- }
1771
-
1772
- .e-left-icon,
1773
- .e-right-icon {
1774
- line-height: $schedule-month-appointment-height;
1775
- padding: 0 2px;
1776
- }
1777
-
1778
- &.e-appointment-border,
1779
- &:focus {
1780
- border: 0;
1781
- box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
1782
- }
1783
-
1784
- &.e-allow-select {
1785
- pointer-events: none;
1786
- }
1787
- }
1788
-
1789
- .e-more-indicator {
1790
- color: $schedule-secondary-content-font-color;
1791
- cursor: pointer;
1792
- font-size: $schedule-more-indicator-nrml-font-size;
1793
- line-height: 11px;
1794
- overflow: hidden;
1795
- padding: 2px 4px;
1796
- position: absolute;
1797
- text-overflow: ellipsis;
1798
-
1799
- &.e-hidden {
1800
- display: none;
1801
- }
1802
-
1803
- &:focus {
1804
- text-decoration: underline;
1805
- }
1806
- }
1807
- }
1808
- }
1809
-
1810
- #{if(&, '&', '*')}.e-device {
1811
- .e-year-view {
1812
- .e-calendar-wrapper .e-month-calendar.e-calendar {
1813
- max-width: 100%;
1814
- min-width: 100%;
1815
- }
1816
- }
1817
- }
1818
-
1819
- .e-timeline-view,
1820
- .e-timeline-month-view {
1821
- .e-content-wrap,
1822
- .e-content-table {
1823
- height: 100%;
1824
- }
1825
-
1826
- .e-date-header-wrap {
1827
- font-size: $schedule-date-header-wrap-nrml-font-size;
1828
- overflow: hidden;
1829
- position: relative;
1830
- }
1831
-
1832
- .e-event-table {
1833
- position: absolute;
1834
- top: 0;
1835
- }
1836
-
1837
- .e-appointment-container.e-event-container {
1838
- height: $schedule-timeline-work-cells-height;
1839
- position: relative;
1840
- }
1841
-
1842
- .e-date-header-wrap table col,
1843
- .e-content-wrap table col {
1844
- width: $schedule-timeline-work-cells-width;
1845
- }
1846
-
1847
- .e-date-header-wrap table tbody td {
1848
- height: $schedule-timeline-header-cells-height;
1849
- overflow: hidden;
1850
- padding: $schedule-timeline-date-header-wrap-padding;
1851
- text-overflow: ellipsis;
1852
- white-space: nowrap;
1853
- }
1854
-
1855
- .e-date-header-wrap table tbody td.e-time-slots {
1856
- background: $schedule-timeline-header-time-slots-bg;
1857
- overflow: inherit;
1858
- }
1859
-
1860
- .e-date-header-wrap table tbody td > span {
1861
- position: relative;
1862
- }
1863
-
1864
- .e-navigate {
1865
- &:hover {
1866
- cursor: pointer;
1867
- text-decoration: underline;
1868
- }
1869
-
1870
- &:focus {
1871
- text-decoration: underline;
1872
- }
1873
- }
1874
-
1875
- .e-work-cells {
1876
- height: $schedule-timeline-work-cells-height;
1877
-
1878
- &.e-disable-dates {
1879
- background: $schedule-disable-dates-color;
1880
-
1881
- &:hover {
1882
- background: $schedule-disable-dates-color;
1883
- }
1884
- }
1885
- }
1886
-
1887
- .e-resource-text {
1888
- color: $schedule-primary-content-font-color;
1889
- font-size: 13px;
1890
- overflow: hidden;
1891
- padding: $schedule-timeline-year-resource-text-padding;
1892
- text-overflow: ellipsis;
1893
- }
1894
-
1895
- .e-resource-left-td {
1896
- background: $schedule-header-bg-color;
1897
- border-color: $schedule-header-border-color;
1898
- border-style: $border-type;
1899
- border-width: 0 1px 1px 0;
1900
- color: $schedule-header-font-color;
1901
- vertical-align: middle;
1902
- width: $schedule-timeline-resources-width;
1903
- }
1904
-
1905
- .e-resource-cells {
1906
- background: $schedule-work-cells-bg-color;
1907
- border-color: $schedule-content-border-color;
1908
- border-style: $border-type;
1909
- border-width: 0 1px 1px 0;
1910
- color: $schedule-primary-content-font-color;
1911
- height: $schedule-timeline-work-cells-height;
1912
- padding-left: $schedule-timeline-year-resource-cells-padding-left;
1913
- padding-right: 0;
1914
- vertical-align: middle;
1915
-
1916
- &:focus {
1917
- background: $schedule-resource-focus-bg-color;
1918
- }
1919
- }
1920
-
1921
- .e-resource-column-wrap {
1922
- overflow: hidden;
1923
- position: relative;
1924
- }
1925
-
1926
- .e-resource-column-table {
1927
- height: 100%;
1928
- }
1929
-
1930
- .e-auto-height {
1931
- height: auto;
1932
- }
1933
-
1934
- &.e-ignore-whitespace .e-work-cells,
1935
- &.e-ignore-whitespace .e-resource-cells,
1936
- &.e-ignore-whitespace .e-event-container {
1937
- height: 42px;
1938
- }
1939
-
1940
- &.e-virtual-mask .e-work-cells {
1941
- background: $schedule-disable-dates-color;
1942
- box-shadow: inset 0 0 0 8px $schedule-work-cells-bg-color;
1943
- }
1944
-
1945
- .e-resource-tree-icon {
1946
- color: $schedule-icon-color;
1947
- cursor: pointer;
1948
- float: left;
1949
- font-family: 'e-icons';
1950
- font-size: 12px;
1951
- padding: 4px 7px;
1952
- }
1953
-
1954
- .e-resource-collapse {
1955
- transform: rotate(90deg);
1956
- }
1957
-
1958
- .e-child-node {
1959
- background: $schedule-workhour-bg-color;
1960
- }
1961
-
1962
- .e-appointment-wrapper {
1963
- position: absolute;
1964
- }
1965
-
1966
- .e-inline-appointment {
1967
- z-index: 1;
1968
- }
1969
-
1970
- .e-appointment {
1971
- background: $schedule-appointment-bg-color;
1972
- border: 1px solid $schedule-appointment-border-color;
1973
- border-radius: $schedule-appointment-border-radius;
1974
- color: $schedule-appointment-font-color;
1975
- cursor: default;
1976
- display: flex;
1977
- height: $schedule-timeline-appointment-height;
1978
- overflow: hidden;
1979
- position: absolute;
1980
-
1981
- .e-appointment-details {
1982
- display: flex;
1983
- flex: auto;
1984
- overflow: hidden;
1985
- padding: 0 4px;
1986
-
1987
- .e-inner-wrap {
1988
- flex: auto;
1989
- overflow: hidden;
1990
- }
1991
- }
1992
-
1993
- .e-subject {
1994
- font-size: 13px;
1995
- font-weight: 500;
1996
- line-height: 1.2;
1997
- margin-left: auto;
1998
- min-height: 18px;
1999
- overflow: hidden;
2000
- padding-top: 4px;
2001
- text-overflow: ellipsis;
2002
- }
2003
-
2004
- .e-time,
2005
- .e-location {
2006
- font-size: 11px;
2007
- overflow: hidden;
2008
- padding-top: 1px;
2009
- text-overflow: ellipsis;
2010
- }
2011
-
2012
- .e-time {
2013
- display: block;
2014
- line-height: 1.4;
2015
- }
2016
-
2017
- .e-disable {
2018
- display: none;
2019
- }
2020
-
2021
- .e-recurrence-icon,
2022
- .e-recurrence-edit-icon {
2023
- line-height: $schedule-timeline-appointment-height;
2024
- padding: 0 5px;
2025
- }
2026
-
2027
- .e-indicator {
2028
- display: block;
2029
- }
2030
-
2031
- .e-left-icon,
2032
- .e-right-icon {
2033
- font-size: 10px;
2034
- line-height: $schedule-timeline-appointment-height;
2035
- padding-right: 7px;
2036
- }
2037
-
2038
- .e-right-icon {
2039
- padding-right: 5px;
2040
- }
2041
-
2042
- &.e-appointment-border,
2043
- &:focus {
2044
- border: 0;
2045
- box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
2046
- }
2047
-
2048
- &.e-allow-select {
2049
- pointer-events: none;
2050
- }
2051
- }
2052
-
2053
- .e-more-indicator {
2054
- color: $schedule-secondary-content-font-color;
2055
- cursor: pointer;
2056
- font-size: $schedule-more-indicator-nrml-font-size;
2057
- line-height: 11px;
2058
- overflow: hidden;
2059
- padding: 2px 4px;
2060
- position: absolute;
2061
- text-overflow: ellipsis;
2062
-
2063
- &:focus {
2064
- text-decoration: underline;
2065
- }
2066
- }
2067
- }
2068
-
2069
- .e-timeline-view {
2070
- .e-navigate {
2071
- font-size: $schedule-date-header-wrap-nrml-font-size;
2072
- }
2073
-
2074
- .e-clone-time-indicator,
2075
- .e-current-time {
2076
- bottom: 0;
2077
- position: absolute;
2078
- }
2079
-
2080
- .e-current-timeline {
2081
- position: absolute;
2082
- top: 0;
2083
- }
2084
- }
2085
-
2086
- .e-timeline-month-view {
2087
- .e-date-header-wrap table col,
2088
- .e-content-wrap table col {
2089
- width: $schedule-timeline-month-cells-width;
2090
- }
2091
- }
2092
-
2093
- .e-virtual-scroll {
2094
- &.e-vertical-view,
2095
- &.e-month-view {
2096
- .e-content-table {
2097
- transform: translateX(0);
2098
- }
2099
- }
2100
-
2101
- &.e-timeline-view,
2102
- &.e-timeline-month-view,
2103
- &.e-timeline-year-view.e-vertical {
2104
- .e-content-table {
2105
- transform: translateY(0);
2106
- }
2107
- }
2108
-
2109
- .e-content-table {
2110
- position: absolute;
2111
-
2112
- &.e-virtual-relative {
2113
- position: relative;
2114
- }
2115
- }
2116
-
2117
- .e-content-wrap {
2118
- &.e-transition {
2119
- transition: all 1000ms linear; // sass-lint:disable-line no-transition-all
2120
- }
2121
- }
2122
- }
2123
-
2124
- #{if(&, '&', '*')}.e-rtl {
2125
- .e-timeline-view,
2126
- .e-timeline-month-view {
2127
- .e-appointment {
2128
- .e-left-icon,
2129
- .e-right-icon {
2130
- padding: 0 0 0 5px;
2131
- }
2132
- }
2133
-
2134
- .e-inline-appointment {
2135
- z-index: 1;
2136
- }
2137
-
2138
- .e-resource-left-td {
2139
- border-width: 0 0 1px 1px;
2140
- }
2141
-
2142
- .e-resource-cells {
2143
- border-width: 0 0 1px 1px;
2144
- padding-right: 15px;
2145
- }
2146
-
2147
- .e-resource-tree-icon {
2148
- float: right;
2149
- }
2150
-
2151
- .e-appointment.e-schedule-event-clone .e-appointment-details .e-inner-wrap {
2152
- text-align: right;
2153
- }
2154
- }
2155
- }
2156
-
2157
- #{if(&, '&', '*')}.e-device {
2158
- .e-month-view,
2159
- .e-timeline-view,
2160
- .e-timeline-month-view {
2161
- .e-date-header-wrap {
2162
- font-size: $schedule-date-header-wrap-device-font-size;
2163
- }
2164
-
2165
- .e-date-header-wrap td {
2166
- border-left-width: 0;
2167
- border-right-width: 0;
2168
- }
2169
-
2170
- .e-content-wrap {
2171
- font-size: $schedule-content-device-font-size;
2172
- }
2173
-
2174
- .e-date-header {
2175
- &:hover {
2176
- text-decoration: none;
2177
- }
2178
- }
2179
-
2180
- .e-more-indicator {
2181
- font-size: 12px;
2182
- }
2183
-
2184
- .e-navigate {
2185
- &:hover {
2186
- text-decoration: none;
2187
- }
2188
- }
2189
- }
2190
- }
2191
-
2192
- .e-month-agenda-view {
2193
- .e-schedule-resource-toolbar {
2194
- .e-resource-menu {
2195
- margin-top: 6px;
2196
-
2197
- &.e-disable {
2198
- display: none;
2199
- }
2200
- }
2201
-
2202
- .e-resource-level-title .e-icon-next {
2203
- margin-top: 4px;
2204
- }
2205
- }
2206
-
2207
- .e-week-number-wrapper .e-week-number {
2208
- border-right: $border-size $border-type $schedule-content-border-color;
2209
- height: 40px;
2210
- padding-top: 8px;
2211
- }
2212
-
2213
- .e-wrapper-container {
2214
- position: relative;
2215
- }
2216
-
2217
- .e-week-number-wrapper .e-schedule-table,
2218
- .e-content-table {
2219
- border-bottom: $schedule-month-agenda-border;
2220
- box-shadow: $schedule-box-shadow;
2221
- height: 100%;
2222
- }
2223
-
2224
- .e-resource-column {
2225
- border-bottom: $border-size $border-type $schedule-content-border-color;
2226
- border-right: $border-size $border-type $schedule-content-border-color;
2227
- vertical-align: top;
2228
- width: 75px;
2229
- }
2230
-
2231
- .e-resource-name {
2232
- color: $schedule-primary-content-font-color;
2233
- font-size: $schedule-date-header-wrap-device-font-size;
2234
- line-height: 26px;
2235
- overflow: hidden;
2236
- padding: 8px;
2237
- text-overflow: ellipsis;
2238
- }
2239
-
2240
- .e-day-padding {
2241
- padding-left: 8px;
2242
- }
2243
-
2244
- .e-day-border {
2245
- border-bottom: $border-size $border-type $schedule-content-border-color;
2246
- }
2247
-
2248
- .e-date-header-wrap {
2249
- font-size: $schedule-date-header-wrap-device-font-size;
2250
- overflow: hidden;
2251
- }
2252
-
2253
- .e-content-wrap {
2254
- font-size: $schedule-date-header-wrap-nrml-font-size;
2255
- }
2256
-
2257
- .e-header-cells {
2258
- cursor: default;
2259
- font-weight: normal;
2260
- height: $schedule-month-header-cells-nrml-height;
2261
- padding: 5px;
2262
- text-align: center;
2263
- }
2264
-
2265
- .e-work-cells {
2266
- height: 40px;
2267
- position: relative;
2268
- vertical-align: top;
2269
-
2270
- &.e-disable-dates {
2271
- background: $schedule-disable-dates-color;
2272
-
2273
- &:hover {
2274
- background: $schedule-disable-dates-color;
2275
- }
2276
- }
2277
- }
2278
-
2279
- .e-date-header {
2280
- height: 24px;
2281
- line-height: 24.5px;
2282
- margin: 4px auto 0;
2283
- text-align: center;
2284
- width: 24px;
2285
- }
2286
-
2287
- .e-appointment-container {
2288
- min-height: 40px;
2289
- }
2290
-
2291
- .e-appointment-wrap {
2292
- background: $schedule-agenda-color;
2293
- overflow: auto;
2294
- padding: 0 8px;
2295
- }
2296
-
2297
- .e-appointment {
2298
- border-left: 3px solid $schedule-appointment-bg-color;
2299
- border-right: 0;
2300
- cursor: default;
2301
- padding: $schedule-month-agenda-appointment-padding;
2302
-
2303
- &:hover {
2304
- background: $schedule-hover-bg-color;
2305
- }
2306
-
2307
- &.e-appointment-border,
2308
- &:focus {
2309
- background: $schedule-select-bg-color;
2310
- }
2311
-
2312
- &.e-template {
2313
- display: inline-flex;
2314
- flex-direction: row-reverse;
2315
- }
2316
- }
2317
-
2318
- .e-subject-wrap {
2319
- display: flex;
2320
- }
2321
-
2322
- .e-subject {
2323
- color: $schedule-primary-content-font-color;
2324
- font-size: 14px;
2325
- line-height: 26px;
2326
- overflow: hidden;
2327
- text-overflow: ellipsis;
2328
- }
2329
-
2330
- .e-recurrence-icon,
2331
- .e-recurrence-edit-icon {
2332
- color: $schedule-secondary-content-font-color;
2333
- line-height: 26px;
2334
- padding: 0 10px;
2335
- }
2336
-
2337
- .e-date-time {
2338
- color: $schedule-secondary-content-font-color;
2339
- font-size: 12px;
2340
- line-height: 26px;
2341
- overflow: hidden;
2342
- text-overflow: ellipsis;
2343
- }
2344
-
2345
- .e-location {
2346
- color: $schedule-secondary-content-font-color;
2347
- font-size: 12px;
2348
- line-height: 26px;
2349
- overflow: hidden;
2350
- padding-left: 8px;
2351
- text-overflow: ellipsis;
2352
- }
2353
-
2354
- .e-no-event {
2355
- color: $schedule-secondary-content-font-color;
2356
- cursor: default;
2357
- font-size: 14px;
2358
- height: 100%;
2359
- padding: 8px 4px;
2360
- }
2361
-
2362
- .e-agenda-item.e-month-agenda-view {
2363
- padding: $schedule-month-agenda-item-padding;
2364
- }
2365
-
2366
- .e-agenda-parent.e-month-agenda-view {
2367
- margin: 0;
2368
- padding: 0;
2369
- }
2370
-
2371
- .e-work-cells .e-appointment-indicator {
2372
- background: $schedule-appointment-bg-color;
2373
- border-radius: 50%;
2374
- height: 6px;
2375
- left: 0;
2376
- margin: 1px auto;
2377
- width: 6px;
2378
- }
2379
- }
2380
-
2381
- #{if(&, '&', '*')}.e-rtl {
2382
- .e-month-agenda-view {
2383
- .e-left-indent {
2384
- border-left: $border-size $border-type $schedule-content-border-color;
2385
- border-right-width: 0;
2386
- }
2387
-
2388
- .e-week-number {
2389
- border-left: $border-size $border-type $schedule-content-border-color;
2390
- border-right-width: 0;
2391
- }
2392
-
2393
- .e-appointment {
2394
- border-left: 0;
2395
- border-right: 3px solid $schedule-appointment-bg-color;
2396
- }
2397
-
2398
- .e-resource-column {
2399
- border-bottom: $border-size $border-type $schedule-content-border-color;
2400
- border-left: $border-size $border-type $schedule-content-border-color;
2401
- border-right: 0;
2402
- vertical-align: top;
2403
- width: 75px;
2404
-
2405
- .e-resource-name {
2406
- white-space: normal;
2407
- }
2408
- }
2409
-
2410
- .e-day-padding {
2411
- padding-right: 8px;
2412
- }
2413
- }
2414
- }
2415
-
2416
- #{if(&, '&', '*')}.e-device {
2417
- .e-month-agenda-view {
2418
- .e-date-header-wrap {
2419
- font-size: $schedule-date-header-wrap-device-font-size;
2420
- }
2421
-
2422
- .e-content-wrap {
2423
- font-size: $schedule-content-device-font-size;
2424
- }
2425
- }
2426
- }
2427
-
2428
- .e-agenda-view {
2429
- background: $schedule-agenda-color;
2430
-
2431
- .e-content-wrap table td:first-child,
2432
- .e-date-column {
2433
- vertical-align: top;
2434
- width: 75px;
2435
- }
2436
-
2437
- .e-resource-column {
2438
- border-bottom: $border-size $border-type $schedule-content-border-color;
2439
- border-right: $border-size $border-type $schedule-content-border-color;
2440
- color: $schedule-header-font-color;
2441
- vertical-align: top;
2442
- width: 75px;
2443
- }
2444
-
2445
- .e-month-header {
2446
- background: $schedule-appointment-bg-color;
2447
- height: 100px;
2448
- padding-top: 12px;
2449
- vertical-align: top;
2450
-
2451
- .e-date-header {
2452
- color: $schedule-appointment-font-color;
2453
- font-size: 18px;
2454
- }
2455
- }
2456
-
2457
- .e-day-date-header {
2458
- color: $schedule-header-font-color;
2459
- cursor: default;
2460
- padding: $schedule-agenda-date-header-padding;
2461
-
2462
- .e-m-date {
2463
- font-size: $schedule-header-date-nrml-font-size;
2464
- }
2465
-
2466
- .e-m-day {
2467
- font-size: $schedule-header-day-nrml-font-size;
2468
- }
2469
-
2470
- &.e-current-day {
2471
- color: $schedule-active-font-color;
2472
- }
2473
- }
2474
-
2475
- .e-day-border {
2476
- border-bottom: $border-size $border-type $schedule-content-border-color;
2477
- }
2478
-
2479
- .e-date-border {
2480
- border-bottom: $border-size $border-type $schedule-content-border-color;
2481
- border-right: $border-size $border-type $schedule-content-border-color;
2482
- }
2483
-
2484
- .e-day-padding {
2485
- padding-left: 8px;
2486
- }
2487
-
2488
- .e-date-header {
2489
- font-size: 20px;
2490
- }
2491
-
2492
- .e-day-header {
2493
- font-size: 12px;
2494
- }
2495
-
2496
- .e-subject-wrap {
2497
- display: flex;
2498
- margin-bottom: $schedule-agenda-subject-wrap-margin-bottom;
2499
- }
2500
-
2501
- .e-active-appointment-agenda {
2502
- .e-subject {
2503
- color: $schedule-select-font-color;
2504
- }
2505
-
2506
- .e-date-time {
2507
- color: $schedule-select-font-color;
2508
- }
2509
-
2510
- .e-resource-name {
2511
- color: $schedule-select-font-color;
2512
- }
2513
-
2514
- .e-recurrence-icon,
2515
- .e-recurrence-edit-icon {
2516
- color: $schedule-select-font-color;
2517
- }
2518
-
2519
- .e-location {
2520
- color: $schedule-select-font-color;
2521
- }
2522
- }
2523
-
2524
- .e-subject {
2525
- color: $schedule-primary-content-font-color;
2526
- font-size: 14px;
2527
- line-height: 23px;
2528
- overflow: hidden;
2529
- text-overflow: ellipsis;
2530
- }
2531
-
2532
- .e-resource-name {
2533
- color: $schedule-primary-content-font-color;
2534
- font-size: $schedule-header-day-nrml-font-size;
2535
- line-height: 26px;
2536
- overflow: hidden;
2537
- padding: 8px;
2538
- text-overflow: ellipsis;
2539
- }
2540
-
2541
- .e-recurrence-icon,
2542
- .e-recurrence-edit-icon {
2543
- color: $schedule-primary-content-font-color;
2544
- line-height: 21px;
2545
- padding: 0 10px;
2546
- }
2547
-
2548
- .e-date-time {
2549
- color: $schedule-secondary-content-font-color;
2550
- font-size: 12px;
2551
- line-height: 21px;
2552
- overflow: hidden;
2553
- text-overflow: ellipsis;
2554
- }
2555
-
2556
- .e-location {
2557
- color: $schedule-secondary-content-font-color;
2558
- font-size: 12px;
2559
- line-height: 23px;
2560
- overflow: hidden;
2561
- padding-left: 8px;
2562
- text-overflow: ellipsis;
2563
- }
2564
-
2565
- .e-agenda-item {
2566
- padding: $schedule-agenda-item-padding;
2567
- }
2568
-
2569
- .e-agenda-parent {
2570
- margin: 0;
2571
- padding: 0;
2572
- }
2573
-
2574
- .e-appointment {
2575
- border-left: 3px solid $schedule-appointment-bg-color;
2576
- border-right: 0;
2577
- cursor: default;
2578
- padding: $schedule-agenda-appointment-padding;
2579
-
2580
- &:hover {
2581
- background: $schedule-hover-bg-color;
2582
- }
2583
-
2584
- &.e-appointment-border,
2585
- &:focus {
2586
- background: $schedule-select-bg-color;
2587
- }
2588
-
2589
- &.e-template {
2590
- display: inline-flex;
2591
- flex-direction: row-reverse;
2592
- }
2593
- }
2594
-
2595
- .e-no-event {
2596
- color: $schedule-secondary-content-font-color;
2597
- cursor: default;
2598
- font-size: 14px;
2599
- line-height: 52px;
2600
- padding: 0 11px;
2601
- }
2602
-
2603
- .e-empty-event {
2604
- color: $schedule-secondary-content-font-color;
2605
- cursor: default;
2606
- font-size: 14px;
2607
- line-height: 52px;
2608
- padding: 0 11px;
2609
- }
2610
- }
2611
-
2612
- #{if(&, '&', '*')}.e-device {
2613
- .e-agenda-view,
2614
- .e-month-agenda-view {
2615
- .e-m-date {
2616
- font-size: $schedule-header-date-device-font-size;
2617
- }
2618
-
2619
- .e-resource-name,
2620
- .e-m-day {
2621
- color: $schedule-primary-content-font-color;
2622
- font-size: $schedule-header-day-device-font-size;
2623
- }
2624
- }
2625
- }
2626
-
2627
- #{if(&, '&', '*')}.e-rtl {
2628
- .e-agenda-view {
2629
- .e-appointment {
2630
- border-left: 0;
2631
- border-right: 3px solid $schedule-appointment-bg-color;
2632
- }
2633
-
2634
- .e-resource-column {
2635
- border-bottom: $border-size $border-type $schedule-content-border-color;
2636
- border-left: $border-size $border-type $schedule-content-border-color;
2637
- border-right: 0;
2638
- vertical-align: top;
2639
- width: 75px;
2640
-
2641
- .e-resource-name {
2642
- white-space: normal;
2643
- }
2644
- }
2645
-
2646
- .e-day-padding {
2647
- padding-right: 8px;
2648
- }
2649
-
2650
- .e-date-border {
2651
- border-bottom: $border-size $border-type $schedule-content-border-color;
2652
- border-left: $border-size $border-type $schedule-content-border-color;
2653
- border-right: 0;
2654
- }
2655
- }
2656
- }
2657
- }
2658
-
2659
- .e-schedule.e-read-only .e-toolbar-item.e-add.e-overflow-show {
2660
- display: none;
2661
- }
2662
-
2663
- .e-bigger .e-schedule,
2664
- .e-bigger.e-schedule {
2665
- .e-schedule-toolbar {
2666
- height: $schedule-tbar-bgr-size;
2667
- min-height: $schedule-tbar-bgr-size;
2668
-
2669
- .e-tbar-btn .e-tbar-btn-text {
2670
- font-size: $schedule-content-bgr-font-size;
2671
- }
2672
-
2673
- .e-toolbar-item.e-date-range .e-tbar-btn-text {
2674
- font-size: $schedule-header-bgr-font-size;
2675
- }
2676
-
2677
- .e-icon-down-arrow {
2678
- font-size: $schedule-tbar-down-arrow-font-size;
2679
- }
2680
-
2681
- .e-schedule .e-toolbar .e-hor-nav {
2682
- min-height: $schedule-tbar-bgr-items-size;
2683
- min-width: $schedule-tbar-nav-bgr-width;
2684
- z-index: 0;
2685
- }
2686
-
2687
- .e-toolbar-item {
2688
-
2689
- .e-btn.e-tbar-btn .e-icons.e-btn-icon {
2690
- font-size: $schedule-bigger-tbar-btn-font-size;
2691
- }
2692
-
2693
- .e-tbar-btn-text {
2694
- line-height: inherit;
2695
- }
2696
- }
2697
-
2698
- .e-toolbar-items {
2699
- min-height: $schedule-tbar-bgr-items-size;
2700
-
2701
- .e-toolbar-item {
2702
- min-height: $schedule-tbar-bgr-items-size;
2703
-
2704
- &:not(.e-separator) {
2705
- min-width: $schedule-tbar-bgr-item-size;
2706
- }
2707
-
2708
- &.e-separator {
2709
- height: $schedule-tbar-separator-bgr-height;
2710
- margin: $schedule-tbar-separator-bgr-mrgn;
2711
- min-height: $schedule-tbar-separator-bgr-minheight;
2712
- }
2713
-
2714
- .e-icons {
2715
- min-width: $schedule-tbar-btn-icon-bgr-width;
2716
- }
2717
-
2718
- button.e-btn,
2719
- .e-tbar-btn.e-btn.e-control {
2720
- height: auto;
2721
- line-height: $schedule-tbar-btn-bgr-line-height;
2722
- margin: $schedule-tbar-btn-bgr-mrgn;
2723
- min-width: $schedule-tbar-btn-bgr-minwidth;
2724
- padding: $schedule-tbar-btn-bgr-padding;
2725
-
2726
- &.e-tbtn-txt {
2727
- .e-icons.e-icon-right {
2728
- padding: $schedule-tbar-btn-icn-right-bgr-padding;
2729
- font-size: $schedule-bigger-tbar-btn-font-size;
2730
- }
2731
- }
2732
-
2733
- .e-btn-icon {
2734
- padding-top: $schedule-tbar-btn-icn-right-bgr-padding-top;
2735
- }
2736
- }
2737
-
2738
- .e-tbar-btn .e-tbar-btn-text {
2739
- font-size: $schedule-bgr-tbar-btn-text-font-size;
2740
- }
2741
- }
2742
- }
2743
- }
2744
-
2745
- .e-more-popup-wrapper {
2746
- .e-header-day {
2747
- font-size: $schedule-header-day-bgr-font-size;
2748
- }
2749
- }
2750
-
2751
- .e-vertical-view {
2752
- .e-header-cells {
2753
- .e-header-day {
2754
- font-size: $schedule-header-day-bgr-font-size;
2755
- }
2756
-
2757
- .e-header-date {
2758
- font-size: $schedule-header-date-bgr-font-size;
2759
- }
2760
- }
2761
-
2762
- .e-resource-cells {
2763
- font-size: $schedule-header-day-bgr-font-size;
2764
- }
2765
-
2766
- .e-time-cells-wrap table td {
2767
- font-size: $schedule-time-scale-bgr-font-size;
2768
- }
2769
-
2770
- .e-clone-time-indicator,
2771
- .e-current-time {
2772
- font-size: $schedule-current-time-bgr-font-size;
2773
- }
2774
- }
2775
-
2776
- &.e-device {
2777
- .e-vertical-view {
2778
- .e-time-cells-wrap table td {
2779
- font-size: $schedule-time-scale-device-font-size;
2780
- }
2781
-
2782
- .e-clone-time-indicator,
2783
- .e-current-time {
2784
- font-size: $schedule-current-time-bgr-device-font-size;
2785
- }
2786
- }
2787
- }
2788
-
2789
- .e-month-view {
2790
- .e-header-cells {
2791
- height: $schedule-month-header-cells-bgr-height;
2792
- }
2793
-
2794
- .e-resource-cells,
2795
- .e-date-header-wrap table td {
2796
- font-size: $schedule-date-month-header-wrap-bgr-font-size;
2797
- }
2798
-
2799
- .e-content-wrap {
2800
- font-size: $schedule-date-month-header-wrap-bgr-font-size;
2801
- }
2802
-
2803
- .e-m-date {
2804
- font-size: $schedule-header-date-bgr-font-size;
2805
- }
2806
-
2807
- .e-resource-name,
2808
- .e-m-day {
2809
- font-size: $schedule-header-day-bgr-font-size;
2810
- }
2811
- }
2812
-
2813
- .e-year-view .e-calendar-wrapper .e-month-calendar.e-calendar {
2814
- min-width: 306px;
2815
- }
2816
- }
2817
-
2818
- .e-schedule.e-multi-drag {
2819
- .e-vertical-view {
2820
- .e-all-day-appointment-wrapper .e-appointment {
2821
- &.e-appointment-border,
2822
- &:focus {
2823
- border: $schedule-appointment-selected-border;
2824
- }
2825
- }
2826
-
2827
- &.e-timescale-disable {
2828
- .e-appointment {
2829
- &.e-appointment-border,
2830
- &:focus {
2831
- border: $schedule-appointment-selected-border;
2832
- }
2833
- }
2834
- }
2835
-
2836
- .e-day-wrapper .e-appointment {
2837
- &.e-appointment-border,
2838
- &:focus {
2839
- border: $schedule-appointment-selected-border;
2840
- }
2841
- }
2842
- }
2843
-
2844
- .e-month-view {
2845
- .e-appointment {
2846
- &.e-appointment-border,
2847
- &:focus {
2848
- border: $schedule-appointment-selected-border;
2849
- }
2850
- }
2851
- }
2852
-
2853
- .e-timeline-year-view {
2854
- .e-event-table {
2855
- .e-appointment {
2856
- &.e-appointment-border,
2857
- &:focus {
2858
- border: $schedule-appointment-selected-border;
2859
- }
2860
- }
2861
- }
2862
- }
2863
-
2864
- .e-timeline-view,
2865
- .e-timeline-month-view {
2866
- .e-appointment {
2867
- &.e-appointment-border,
2868
- &:focus {
2869
- border: $schedule-appointment-selected-border;
2870
- }
2871
- }
2872
- }
2873
- }
2874
-
2875
- .e-more-popup-wrapper.e-multi-drag {
2876
- .e-appointment {
2877
- &.e-appointment-border,
2878
- &:focus {
2879
- border: $schedule-appointment-selected-border;
2880
- }
2881
- }
2882
- }
2883
-
2884
- /*! schedule event tooltip */
2885
- .e-schedule-event-tooltip .e-subject {
2886
- font-size: 12px;
2887
- }
2888
-
2889
- .e-bigger .e-schedule-event-tooltip,
2890
- .e-schedule-event-tooltip.e-bigger {
2891
- .e-subject {
2892
- font-size: 14px;
2893
- font-weight: 500;
2894
- }
2895
- }
2896
-
2897
- .e-bigger .e-dialog.e-quick-dialog.e-following-events-dialog {
2898
- width: 502px;
2899
- }
2900
-
2901
- .e-dialog.e-quick-dialog.e-following-events-dialog {
2902
- width: 420px;
2903
-
2904
- .e-footer-content {
2905
- padding: $schedule-following-events-dlg-padding;
2906
- }
2907
- @media screen and (max-width: 767px) {
2908
- width: 289px;
2909
-
2910
- .e-footer-content {
2911
- padding: 5%;
2912
-
2913
- button {
2914
- margin-bottom: 5%;
2915
- }
2916
- }
2917
- }
2918
- }
2919
-
2920
- .e-dialog.e-quick-dialog {
2921
- user-select: none;
2922
- width: 320px;
2923
-
2924
- .e-disable {
2925
- display: none;
2926
- }
2927
-
2928
- .e-dlg-header-content {
2929
- border-bottom: $schedule-alert-dialog-border;
2930
- }
2931
-
2932
- .e-footer-content {
2933
- border-top: $schedule-alert-dialog-border;
2934
- }
2935
-
2936
- .e-quick-dialog-cancel {
2937
- box-shadow: none;
2938
- }
2939
-
2940
- &.e-rtl {
2941
- text-align: right;
2942
- }
2943
- }
2944
-
2945
- .e-bigger .e-dialog.e-quick-dialog {
2946
- min-width: 370px;
2947
- }
2948
-
2949
- /*! schedule event window */
2950
-
2951
- .e-schedule-dialog {
2952
- .e-disable {
2953
- display: none;
2954
- }
2955
-
2956
- .e-icon-disable {
2957
- opacity: .5;
2958
- }
2959
-
2960
- .e-dlg-header-content {
2961
- padding-bottom: 8px;
2962
- }
2963
-
2964
- .e-dlg-content {
2965
- padding-bottom: 12px;
2966
- position: relative;
2967
- }
2968
-
2969
- .e-event-delete {
2970
- float: left;
2971
- }
2972
-
2973
- .e-subject-container,
2974
- .e-start-container,
2975
- .e-description-label {
2976
- padding-right: 8px;
2977
- }
2978
-
2979
- .e-start-time-zone-container {
2980
- padding-left: 4px;
2981
- padding-right: 8px;
2982
- }
2983
-
2984
- .e-location-container,
2985
- .e-end-container {
2986
- padding-left: 8px;
2987
- }
2988
-
2989
- .e-end-time-zone-container {
2990
- padding-left: 8px;
2991
- padding-right: 4px;
2992
- }
2993
-
2994
- .e-all-day-container {
2995
- padding-right: 16px;
2996
- }
2997
-
2998
- .e-time-zone-row {
2999
- display: flex;
3000
- height: 0;
3001
- margin-bottom: 0;
3002
- overflow: hidden;
3003
- padding-bottom: 0;
3004
- transition: .3s ease-in-out;
3005
- width: 100%;
3006
-
3007
- .e-start-time-zone-container,
3008
- .e-end-time-zone-container {
3009
- display: none;
3010
- transform: translateY(-100%);
3011
- }
3012
-
3013
- &.e-enable {
3014
- height: $schedule-timezone-enable-nrml-height;
3015
- margin-bottom: 12px;
3016
-
3017
- .e-start-time-zone-container,
3018
- .e-end-time-zone-container {
3019
- display: block;
3020
- transform: translateY(0);
3021
- }
3022
- }
3023
- }
3024
-
3025
- .e-title-location-row,
3026
- .e-start-end-row,
3027
- .e-start-input-container,
3028
- .e-end-input-container {
3029
- display: flex;
3030
- padding-bottom: $schedule-dialog-row-container-padding-bottom;
3031
- width: 100%;
3032
- }
3033
-
3034
- .e-resources {
3035
- padding-bottom: 12px;
3036
- width: 100%;
3037
- }
3038
-
3039
- .e-all-day-time-zone-row {
3040
- display: flex;
3041
- padding-bottom: $schedule-dialog-all-day-row-padding-bottom;
3042
- padding-top: $schedule-dialog-all-day-row-padding-top;
3043
- width: 100%;
3044
- }
3045
-
3046
- .e-subject-container,
3047
- .e-location-container,
3048
- .e-start-container,
3049
- .e-end-container,
3050
- .e-start-time-zone-container,
3051
- .e-end-time-zone-container {
3052
- width: 50%;
3053
- }
3054
-
3055
- .e-description,
3056
- .e-float-input .e-description {
3057
- height: 50px;
3058
- resize: vertical;
3059
- }
3060
-
3061
- .e-repeat-container,
3062
- .e-input-group .e-input-group-icon.e-icon-disable {
3063
- display: none;
3064
- }
3065
-
3066
- .e-footer-content {
3067
- margin-top: 4px;
3068
- }
3069
-
3070
- &.e-rtl {
3071
- text-align: right;
3072
-
3073
- .e-all-day-container {
3074
- margin-left: 16px;
3075
- margin-right: 0;
3076
- }
3077
-
3078
- .e-subject-container,
3079
- .e-start-container,
3080
- .e-description-label {
3081
- padding-left: 8px;
3082
- padding-right: 0;
3083
- }
3084
-
3085
- .e-start-time-zone-container {
3086
- padding-left: 8px;
3087
- padding-right: 4px;
3088
- }
3089
-
3090
- .e-location-container,
3091
- .e-end-container {
3092
- padding-left: 0;
3093
- padding-right: 8px;
3094
- }
3095
-
3096
- .e-end-time-zone-container {
3097
- padding-left: 4px;
3098
- padding-right: 8px;
3099
- }
3100
-
3101
- .e-event-delete {
3102
- float: right;
3103
- }
3104
- }
3105
- }
3106
-
3107
- .e-ddl.e-popup {
3108
- .e-resource-template {
3109
- display: flex;
3110
- padding: 0 10px;
3111
- text-indent: 10px;
3112
-
3113
- .e-resource-color {
3114
- height: $schedule-resource-color-size;
3115
- margin-top: $schedule-resource-color-margin-top;
3116
- width: $schedule-resource-color-size;
3117
- }
3118
- }
3119
- }
3120
-
3121
- .e-bigger {
3122
- .e-ddl.e-popup .e-resource-template {
3123
- padding: 0 15px;
3124
-
3125
- .e-resource-color {
3126
- height: $schedule-bigger-resource-color-size;
3127
- margin-top: $schedule-bigger-resource-color-margin-top;
3128
- width: $schedule-bigger-resource-color-size;
3129
- }
3130
- }
3131
-
3132
- .e-schedule-dialog {
3133
- .e-disable {
3134
- display: none;
3135
- }
3136
-
3137
- .e-dlg-header-content {
3138
- padding-bottom: 8px;
3139
- }
3140
-
3141
- .e-dlg-content {
3142
- padding-bottom: 12px;
3143
- position: relative;
3144
- }
3145
-
3146
- .e-event-cancel,
3147
- .e-event-delete {
3148
- border: $schedule-popup-btn-border;
3149
- box-shadow: none;
3150
- }
3151
-
3152
- .e-footer-content .e-btn.e-event-delete {
3153
- float: left;
3154
- margin-left: 0;
3155
- }
3156
-
3157
- .e-subject-container,
3158
- .e-start-container,
3159
- .e-start-time-zone-container,
3160
- .e-description-label {
3161
- padding-right: 12px;
3162
- }
3163
-
3164
- .e-location-container,
3165
- .e-end-container,
3166
- .e-end-time-zone-container {
3167
- padding-left: 12px;
3168
- }
3169
-
3170
- .e-all-day-container {
3171
- padding-right: 16px;
3172
- }
3173
-
3174
- .e-time-zone-row {
3175
- display: none;
3176
-
3177
- &.e-enable {
3178
- display: flex;
3179
- height: $schedule-timezone-enable-bgr-height;
3180
- }
3181
- }
3182
-
3183
- .e-title-location-row,
3184
- .e-start-end-row,
3185
- .e-start-input-container,
3186
- .e-end-input-container,
3187
- .e-time-zone-row {
3188
- display: flex;
3189
- padding-bottom: $schedule-bigger-dialog-row-container-padding-bottom;
3190
- width: 100%;
3191
- }
3192
-
3193
- .e-resources {
3194
- padding-bottom: 12px;
3195
- width: 100%;
3196
- }
3197
-
3198
- .e-all-day-time-zone-row {
3199
- display: flex;
3200
- padding-bottom: 20px;
3201
- padding-top: 0;
3202
- width: 100%;
3203
- }
3204
-
3205
- .e-subject-container,
3206
- .e-location-container,
3207
- .e-start-container,
3208
- .e-end-container,
3209
- .e-start-time-zone-container,
3210
- .e-end-time-zone-container {
3211
- width: 50%;
3212
- }
3213
-
3214
- .e-location-container,
3215
- .e-end-container,
3216
- .e-end-time-zone-container,
3217
- .e-start-container,
3218
- .e-start-time-zone-container,
3219
- .e-subject-container,
3220
- .e-description-row,
3221
- .e-repeat-container {
3222
- padding-top: 0;
3223
- }
3224
-
3225
- .e-all-day-time-zone-row {
3226
- padding-bottom: 16px;
3227
- padding-top: $schedule-bigger-dialog-all-day-row-padding-top;
3228
- }
3229
-
3230
- .e-description,
3231
- .e-float-input .e-description {
3232
- height: 50px;
3233
- resize: vertical;
3234
- }
3235
-
3236
- .e-time-zone-row,
3237
- .e-repeat-container,
3238
- .e-input-group .e-input-group-icon.e-icon-disable {
3239
- display: none;
3240
- }
3241
-
3242
- &.e-rtl {
3243
- .e-all-day-container {
3244
- margin-left: 20px;
3245
- margin-right: 0;
3246
- }
3247
-
3248
- .e-subject-container,
3249
- .e-start-container,
3250
- .e-start-time-zone-container,
3251
- .e-description-label {
3252
- padding-left: 12px;
3253
- padding-right: 0;
3254
- }
3255
-
3256
- .e-location-container,
3257
- .e-end-container,
3258
- .e-end-time-zone-container {
3259
- padding-left: 0;
3260
- padding-right: 12px;
3261
- }
3262
-
3263
- .e-event-delete {
3264
- float: right;
3265
- }
3266
- }
3267
- }
3268
- }
3269
-
3270
- .e-schedule-dialog.e-device {
3271
- .e-dlg-header,
3272
- .e-dlg-header * {
3273
- width: 100%;
3274
- }
3275
-
3276
- .e-dlg-header-content {
3277
- background: $schedule-content-bg-color;
3278
- box-shadow: $schedule-tbar-box-shadow;
3279
- margin-bottom: $schedule-tbar-box-shadow-bottom-margin;
3280
- }
3281
-
3282
- .e-title-location-row,
3283
- .e-start-end-row,
3284
- .e-time-zone-row,
3285
- .e-start-input-container,
3286
- .e-end-input-container {
3287
- display: inline;
3288
- }
3289
-
3290
- .e-time-zone-row {
3291
- &.e-enable {
3292
- display: inline;
3293
- }
3294
- }
3295
-
3296
- .e-subject-container,
3297
- .e-location-container,
3298
- .e-start-container,
3299
- .e-end-container,
3300
- .e-start-time-zone-container,
3301
- .e-end-time-zone-container {
3302
- padding-left: 0;
3303
- width: 100%;
3304
- }
3305
-
3306
- .e-subject-container,
3307
- .e-start-container,
3308
- .e-start-time-zone-container,
3309
- .e-description-label {
3310
- padding-right: 0;
3311
- }
3312
-
3313
- .e-location-container,
3314
- .e-end-container,
3315
- .e-end-time-zone-container,
3316
- .e-start-container,
3317
- .e-start-time-zone-container,
3318
- .e-subject-container,
3319
- .e-description-row,
3320
- .e-repeat-container {
3321
- padding-top: 20px;
3322
- }
3323
-
3324
- .e-all-day-time-zone-row {
3325
- padding-top: $schedule-device-dialog-all-day-row-padding-top;
3326
- }
3327
-
3328
- .e-resources {
3329
- padding-bottom: 0;
3330
- padding-top: 20px;
3331
- }
3332
-
3333
- .e-description,
3334
- .e-float-input .e-description {
3335
- height: 60px;
3336
- resize: vertical;
3337
- }
3338
-
3339
- .e-all-day-time-zone-row {
3340
- margin-top: 0;
3341
- padding-bottom: 0;
3342
- }
3343
-
3344
- .e-repeat-parent-row {
3345
- padding-top: 8px;
3346
- }
3347
-
3348
- .e-all-day-container {
3349
- margin-right: 20px;
3350
- }
3351
-
3352
- .e-title-header {
3353
- display: flex;
3354
- width: 100%;
3355
- }
3356
-
3357
- .e-save-icon,
3358
- .e-back-icon,
3359
- .e-forward-icon {
3360
- cursor: pointer;
3361
- line-height: normal;
3362
- }
3363
-
3364
- .e-title-text {
3365
- text-align: center;
3366
- }
3367
-
3368
- .e-save-icon,
3369
- .e-back-icon,
3370
- .e-delete-icon {
3371
- width: 2.5em;
3372
- }
3373
-
3374
- .e-save-icon,
3375
- .e-delete-icon {
3376
- text-align: right;
3377
- }
3378
-
3379
- .e-time-zone-row,
3380
- .e-input-group .e-input-group-icon.e-icon-disable {
3381
- display: none;
3382
- }
3383
-
3384
- .e-repeat-container {
3385
- display: block;
3386
- padding-right: 35px;
3387
- padding-left: 0;
3388
- }
3389
-
3390
- .e-icon-down-arrow {
3391
- font-size: $schedule-tbar-down-arrow-font-size;
3392
- }
3393
-
3394
- &.e-rtl {
3395
- .e-save-icon {
3396
- text-align: left;
3397
- }
3398
-
3399
- .e-all-day-container {
3400
- margin-left: 20px;
3401
- margin-right: 0;
3402
- }
3403
-
3404
- .e-subject-container,
3405
- .e-start-container,
3406
- .e-start-time-zone-container,
3407
- .e-description-label {
3408
- padding-left: 0;
3409
- }
3410
-
3411
- .e-location-container,
3412
- .e-end-container,
3413
- .e-end-time-zone-container,
3414
- .e-all-day-container {
3415
- padding-right: 0;
3416
- }
3417
-
3418
- .e-repeat-container {
3419
- padding-left: 35px;
3420
- padding-right: 0;
3421
- }
3422
- }
3423
-
3424
- .e-recurrence-container {
3425
- position: relative;
3426
-
3427
- &.e-hide {
3428
- display: none;
3429
- }
3430
-
3431
- .e-recurrence-edit-button {
3432
- border: 0;
3433
- box-shadow: none;
3434
- margin: -3px 5px;
3435
- position: absolute;
3436
-
3437
- .e-recurrence-edit.e-icons {
3438
- font-size: 12px;
3439
- position: relative;
3440
- top: 1px;
3441
- }
3442
- }
3443
- }
3444
- }
3445
-
3446
- /*! schedule quick popup */
3447
- .e-quick-popup-wrapper {
3448
- background: $schedule-popup-bg-color;
3449
- border-radius: $schedule-more-popup-wrapper-border-radius;
3450
- box-shadow: $schedule-popup-box-shadow-1, $schedule-popup-box-shadow-2, $schedule-popup-box-shadow-3;
3451
- color: $schedule-primary-content-font-color;
3452
- max-width: 365px;
3453
- min-width: 320px;
3454
- opacity: 1;
3455
- user-select: none;
3456
- width: 100%;
3457
- border: 1px solid $schedule-popup-border-color;
3458
-
3459
- .e-hidden {
3460
- display: none;
3461
- }
3462
-
3463
- .e-cell-popup {
3464
- .e-popup-header .e-header-icon-wrapper {
3465
- position: absolute;
3466
- right: 6px;
3467
- top: 4px;
3468
- padding: $schedule-cell-popup-header-icon-padding;
3469
-
3470
- .e-edit,
3471
- .e-delete,
3472
- .e-close {
3473
- color: $schedule-popup-icon-color;
3474
-
3475
- &:focus,
3476
- &:hover {
3477
- background: $schedule-popup-header-icon-focus-bg-color;
3478
- color: $schedule-popup-header-icon-focus-color;
3479
- }
3480
-
3481
- .e-close-icon {
3482
- font-size: $schedule-popup-header-icon-font-size;
3483
- }
3484
- }
3485
- }
3486
-
3487
- .e-popup-content {
3488
- padding: $schedule-popup-content-padding;
3489
-
3490
- .e-popup-table {
3491
- width: 100%;
3492
-
3493
- .e-schedule-form > span {
3494
- margin: $schedule-cell-popup-span-margin;
3495
- }
3496
-
3497
- .e-subject {
3498
- font-size: 22px;
3499
- height: $schedule-cell-popup-subject-height;
3500
- }
3501
- }
3502
- }
3503
- }
3504
-
3505
- .e-event-popup {
3506
- .e-popup-header {
3507
- background: $schedule-event-popup-header-bg-color;
3508
-
3509
- .e-header-icon-wrapper {
3510
- padding: $schedule-event-popup-header-icon-padding;
3511
-
3512
- .e-edit,
3513
- .e-delete {
3514
- display: $schedule-event-popup-header-icon-display;
3515
- }
3516
-
3517
- .e-close {
3518
- position: $schedule-event-popup-header-close-icon-position;
3519
- right: $schedule-event-popup-header-close-icon-right;
3520
- }
3521
-
3522
- .e-edit,
3523
- .e-delete,
3524
- .e-close {
3525
- color: $schedule-popup-header-icon-color;
3526
-
3527
- &:focus,
3528
- &:hover {
3529
- background: $schedule-popup-header-icon-hover-bg-color;
3530
- color: $schedule-popup-header-icon-hover-color;
3531
- }
3532
- }
3533
-
3534
- .e-edit-icon,
3535
- .e-delete-icon,
3536
- .e-close-icon {
3537
- font-size: $schedule-popup-header-icon-font-size;
3538
- }
3539
-
3540
- .e-edit:disabled,
3541
- .e-delete:disabled {
3542
- &:hover {
3543
- background: none;
3544
- }
3545
-
3546
- > .e-edit-icon,
3547
- > .e-delete-icon {
3548
- opacity: .5;
3549
- }
3550
- }
3551
- }
3552
-
3553
- .e-subject-wrap {
3554
- padding: $schedule-event-popup-subject-wrap-padding;
3555
-
3556
- .e-subject {
3557
- background: $schedule-event-popup-subject-bg-color;
3558
- border-left: $schedule-event-popup-subject-border-left;
3559
- border-radius: $schedule-event-popup-subject-border-radius;
3560
- color: $schedule-event-popup-subject-color;
3561
- cursor: default;
3562
- font-size: 20px;
3563
- font-weight: 500;
3564
- line-height: 1.5;
3565
- max-height: 87px;
3566
- padding: $schedule-event-popup-subject-padding;
3567
- }
3568
- }
3569
- }
3570
-
3571
- .e-popup-content {
3572
- padding: $schedule-event-popup-content-padding;
3573
- }
3574
- }
3575
-
3576
- .e-cell-popup,
3577
- .e-event-popup {
3578
- .e-header-icon-wrapper {
3579
- display: flex;
3580
- justify-content: flex-end;
3581
-
3582
- .e-edit,
3583
- .e-delete,
3584
- .e-close {
3585
- background: transparent;
3586
- border: 0;
3587
- }
3588
- }
3589
-
3590
- .e-date-time,
3591
- .e-location,
3592
- .e-time-zone,
3593
- .e-description,
3594
- .e-resource {
3595
- color: $schedule-primary-content-font-color;
3596
- display: flex;
3597
- padding-top: $schedule-event-popup-fields-padding;
3598
- }
3599
-
3600
- .e-date-time-icon,
3601
- .e-location-icon,
3602
- .e-time-zone-icon,
3603
- .e-description-icon,
3604
- .e-resource-icon {
3605
- color: $schedule-popup-content-icon-color;
3606
- font-size: $schedule-popup-icon-font-size;
3607
- padding: $schedule-popup-icon-padding;
3608
- }
3609
-
3610
- .e-date-time-details,
3611
- .e-location-details,
3612
- .e-time-zone-details,
3613
- .e-description-details,
3614
- .e-resource-details {
3615
- color: $schedule-primary-content-font-color;
3616
- cursor: default;
3617
- font-size: 14px;
3618
- }
3619
- }
3620
-
3621
- .e-popup-table td:last-child {
3622
- padding-top: 0;
3623
- }
3624
-
3625
- .e-popup-footer {
3626
- display: block;
3627
- padding: $schedule-popup-footer-padding;
3628
- text-align: right;
3629
-
3630
- .e-event-edit {
3631
- margin-right: 8px;
3632
- }
3633
-
3634
- .e-event-edit,
3635
- .e-event-delete {
3636
- right: auto;
3637
-
3638
- &:disabled {
3639
- color: $schedule-disable-font-color;
3640
- }
3641
- }
3642
-
3643
- .e-event-details {
3644
- border: $schedule-popup-btn-border;
3645
- margin-right: 8px;
3646
- right: auto;
3647
- text-transform: $schedule-popup-footer-text-transform;
3648
- }
3649
- }
3650
-
3651
- .e-event-popup .e-popup-footer {
3652
- display: $schedule-event-popup-footer-display;
3653
- }
3654
-
3655
- &.e-rtl {
3656
- text-align: right;
3657
-
3658
- .e-cell-popup {
3659
- .e-header-icon-wrapper {
3660
- left: 6px;
3661
- right: auto;
3662
- }
3663
- }
3664
-
3665
- .e-popup-content {
3666
- .e-date-time-wrapper,
3667
- .e-location-details,
3668
- .e-time-zone-details,
3669
- .e-description-details,
3670
- .e-resource-details {
3671
- margin-right: 10px;
3672
- }
3673
- }
3674
-
3675
- .e-event-details,
3676
- .e-event-edit {
3677
- margin-left: 8px;
3678
- }
3679
-
3680
- .e-popup-footer {
3681
- padding: 8px 8px 8px 18px;
3682
- text-align: left;
3683
- }
3684
-
3685
- .e-date-time-icon {
3686
- padding: 0 0 0 10px;
3687
- }
3688
- }
3689
-
3690
- &.e-device {
3691
- bottom: 0;
3692
- height: 100%;
3693
- left: 0;
3694
- margin: 0;
3695
- max-width: 100%;
3696
- overflow: hidden;
3697
- padding: 0;
3698
- position: fixed;
3699
- right: 0;
3700
- top: 0;
3701
- width: 100%;
3702
- z-index: 1004;
3703
-
3704
- .e-event-popup .e-popup-header {
3705
- .e-header-icon-wrapper {
3706
- background: $schedule-header-icon-wrapper-bg-color;
3707
- }
3708
-
3709
- .e-header-icon-wrapper .e-edit,
3710
- .e-header-icon-wrapper .e-delete,
3711
- .e-header-icon-wrapper .e-close {
3712
- &:focus,
3713
- &:hover {
3714
- background: none;
3715
- }
3716
- }
3717
-
3718
- .e-edit.e-btn.e-small.e-round,
3719
- .e-delete.e-btn.e-small.e-round,
3720
- .e-close.e-btn.e-small.e-round {
3721
- height: 2.5em;
3722
- width: 2.5em;
3723
- }
3724
-
3725
- .e-edit,
3726
- .e-delete {
3727
- display: block;
3728
- }
3729
-
3730
- .e-close {
3731
- margin-left: 0;
3732
- margin-right: auto;
3733
- order: -1;
3734
- }
3735
-
3736
- .e-subject-wrap {
3737
- padding: $schedule-device-event-popup-subject-padding;
3738
- }
3739
- }
3740
-
3741
- .e-event-popup .e-popup-content {
3742
- padding: 12px 24px;
3743
- }
3744
-
3745
- .e-multiple-event-popup .e-popup-header {
3746
- display: flex;
3747
- padding: 15px;
3748
-
3749
- .e-close,
3750
- .e-edit,
3751
- .e-delete {
3752
- background: $schedule-multiple-event-popup-icon-bg-color;
3753
- border: 0;
3754
- color: $schedule-multiple-event-popup-icon-color;
3755
- height: 40px;
3756
- width: 40px;
3757
- &:focus,
3758
- &:hover {
3759
- background: none;
3760
- }
3761
- }
3762
-
3763
- .e-subject {
3764
- font-size: 15px;
3765
- font-weight: 500;
3766
- height: 40px;
3767
- line-height: 2.25;
3768
- padding: 4px 5px;
3769
- width: calc(100% - 95px);
3770
- }
3771
-
3772
- .e-close-icon,
3773
- .e-edit-icon,
3774
- .e-delete-icon {
3775
- font-size: 14px;
3776
- }
3777
- }
3778
-
3779
- &.e-rtl {
3780
- .e-event-popup .e-popup-header {
3781
- .e-close {
3782
- margin-left: auto;
3783
- margin-right: 0;
3784
- }
3785
- }
3786
- }
3787
- }
3788
- }
3789
-
3790
- .e-bigger .e-quick-popup-wrapper {
3791
- .e-cell-popup .e-popup-content .e-popup-table .e-subject {
3792
- font-size: 24px;
3793
- }
3794
-
3795
- .e-cell-popup .e-popup-content {
3796
- padding: $schedule-bgr-cell-popup-content-padding;
3797
- }
3798
-
3799
- .e-popup-footer {
3800
- padding: $schedule-bgr-cell-popup-footer-padding;
3801
- }
3802
-
3803
- .e-cell-popup .e-date-time-icon,
3804
- .e-event-popup .e-date-time-icon {
3805
- padding-right: $schedule-bgr-date-time-icon-padding-right;
3806
- }
3807
-
3808
- .e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
3809
- font-size: 16px;
3810
- }
3811
-
3812
- &.e-rtl {
3813
- .e-cell-popup .e-date-time-icon {
3814
- padding-right: 0;
3815
- }
3816
-
3817
- .e-event-popup .e-date-time-icon {
3818
- padding-right: $schedule-bgr-rtl-event-popup-date-time-icon-padding-right;
3819
- }
3820
- }
3821
-
3822
- .e-edit.e-btn.e-small.e-round,
3823
- .e-delete.e-btn.e-small.e-round,
3824
- .e-close.e-btn.e-small.e-round {
3825
- height: $schedule-bgr-event-popup-header-icon-size;
3826
- width: $schedule-bgr-event-popup-header-icon-size;
3827
- }
3828
-
3829
- .e-event-popup .e-popup-header .e-header-icon-wrapper {
3830
- .e-close-icon,
3831
- .e-edit-icon,
3832
- .e-delete-icon {
3833
- font-size: $schedule-bigger-tbar-btn-font-size;
3834
- }
3835
- }
3836
-
3837
- &.e-device {
3838
- .e-event-popup .e-popup-header .e-header-icon-wrapper {
3839
- .e-close-icon,
3840
- .e-edit-icon,
3841
- .e-delete-icon {
3842
- font-size: 14px;
3843
- }
3844
- }
3845
-
3846
- .e-multiple-event-popup .e-popup-header {
3847
- .e-subject {
3848
- padding: $schedule-multiple-event-popup-subject-padding;
3849
- }
3850
- }
3851
- }
3852
- }
3853
-
3854
- .e-bigger .e-agenda-view {
3855
- .e-appointment {
3856
- padding: $schedule-agenda-big-appointment-padding;
3857
- }
3858
- .e-subject {
3859
- font-size: 16px;
3860
- }
3861
-
3862
- .e-date-time {
3863
- font-size: 14px;
3864
- }
3865
-
3866
- .e-day-date-header {
3867
- .e-m-date {
3868
- font-size: 20px;
3869
- }
3870
-
3871
- .e-m-day {
3872
- font-size: 14px;
3873
- }
3874
- }
3875
- }
3876
-
3877
- .e-bigger .e-timeline-view {
3878
- .e-resource-text {
3879
- font-size: 14px;
3880
- padding-left: 12px;
3881
- }
3882
-
3883
- .e-navigate {
3884
- font-size: $schedule-date-header-wrap-bgr-font-size;
3885
- padding: 8px 0 8px 8px;
3886
- }
3887
-
3888
- .e-date-header-wrap table tbody td > span {
3889
- font-size: $schedule-date-header-wrap-bgr-font-size;
3890
- padding: 8px 0 8px 8px;
3891
- }
3892
- }
3893
-
3894
- .e-appointment.e-schedule-event-clone {
3895
- background: $schedule-appointment-bg-color;
3896
- border-radius: $schedule-appointment-border-radius;
3897
- box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
3898
- color: $schedule-appointment-font-color;
3899
- display: flex;
3900
- height: 38px;
3901
- width: 100px;
3902
- z-index: 9;
3903
-
3904
- &.e-drag-clone {
3905
- cursor: move;
3906
- }
3907
-
3908
- .e-recurrence-icon,
3909
- .e-recurrence-edit-icon,
3910
- .e-indicator.e-left-icon,
3911
- .e-indicator.e-right-icon,
3912
- .e-event-resize.e-left-handler,
3913
- .e-event-resize.e-right-handler {
3914
- display: none;
3915
- }
3916
-
3917
- .e-appointment-details {
3918
- flex: auto;
3919
- overflow: hidden;
3920
- padding: 0 4px;
3921
- text-align: left;
3922
-
3923
- .e-inner-wrap {
3924
- flex: auto;
3925
- overflow: hidden;
3926
- }
3927
-
3928
- .e-subject {
3929
- font-size: 13px;
3930
- font-weight: 500;
3931
- line-height: 1.2;
3932
- margin-left: auto;
3933
- min-height: 18px;
3934
- overflow: hidden;
3935
- padding-top: 4px;
3936
- text-overflow: ellipsis;
3937
- }
3938
-
3939
- .e-time {
3940
- font-size: 11px;
3941
- overflow: hidden;
3942
- padding-top: 1px;
3943
- text-overflow: ellipsis;
3944
- }
3945
-
3946
- .e-location {
3947
- display: none;
3948
- }
3949
- }
3950
-
3951
- &.e-month-event {
3952
- .e-appointment-details {
3953
- .e-subject {
3954
- padding: 3px 2px;
3955
- }
3956
-
3957
- .e-time {
3958
- display: none;
3959
- }
3960
- }
3961
- }
3962
- }
3963
-
3964
- .e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone {
3965
- .e-appointment-details {
3966
- .e-subject {
3967
- padding: 3px 0 1px 4px;
3968
- }
3969
-
3970
- .e-time {
3971
- display: none;
3972
- }
3973
- }
3974
- }
3975
-
3976
- .e-bigger .e-schedule .e-month-view .e-current-date .e-date-header {
3977
- width: 26px;
3978
- }
3979
- }
3980
-
3981
- .e-bigger .e-more-popup-wrapper,
3982
- .e-more-popup-wrapper {
3983
- background: $schedule-popup-bg-color;
3984
- border: 1px solid $schedule-popup-border-color;
3985
- border-radius: $schedule-more-popup-wrapper-border-radius;
3986
- box-shadow: $schedule-more-indicator-shadow-color-more-popup;
3987
- opacity: 1;
3988
- padding: $schedule-more-popup-padding;
3989
- width: 225px;
3990
-
3991
- .e-more-appointment-wrapper {
3992
- margin: 0 4px;
3993
- }
3994
-
3995
- .e-more-event-popup {
3996
- height: 100%;
3997
- position: relative;
3998
- width: 100%;
3999
- }
4000
-
4001
- .e-more-event-header {
4002
- height: 35px;
4003
- margin: 0 8px 4px 14px;
4004
- }
4005
-
4006
- .e-more-event-content {
4007
- color: $schedule-primary-content-font-color;
4008
- height: calc(100% - 35px);
4009
- max-height: 150px;
4010
- overflow-y: auto;
4011
- padding: 10px 10px 0;
4012
-
4013
- .e-appointment-border {
4014
- border: 0;
4015
- box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
4016
- }
4017
- }
4018
-
4019
- .e-more-event-date-header {
4020
- height: 100%;
4021
- width: calc(100% - 25px);
4022
-
4023
- .e-current-date {
4024
- color: $schedule-active-font-color;
4025
- }
4026
- }
4027
-
4028
- .e-header-day {
4029
- color: $schedule-primary-content-font-color;
4030
- font-size: $schedule-date-header-wrap-nrml-font-size;
4031
- line-height: 1;
4032
- padding-bottom: $schedule-more-appointment-margin-bottom;
4033
- }
4034
-
4035
- .e-header-date {
4036
- color: $schedule-primary-content-font-color;
4037
- font-size: $schedule-header-date-nrml-font-size;
4038
- line-height: 1;
4039
- max-width: 15%;
4040
-
4041
- &:hover {
4042
- cursor: pointer;
4043
- text-decoration: underline;
4044
- }
4045
-
4046
- &:focus {
4047
- text-decoration: underline;
4048
- }
4049
- }
4050
-
4051
- .e-more-event-close {
4052
- background: transparent;
4053
- border: 0;
4054
- box-shadow: none;
4055
- color: $schedule-popup-icon-color;
4056
- cursor: pointer;
4057
- height: 25px;
4058
- padding: $schedule-bgr-more-event-close-icon-padding;
4059
- position: absolute;
4060
- right: 6px;
4061
- width: 25px;
4062
-
4063
- .e-close-icon {
4064
- font-size: $schedule-more-event-close-icon-font-size;
4065
- }
4066
-
4067
- .e-btn-icon {
4068
- margin-top: $schedule-more-popup-close-margin-top;
4069
- }
4070
-
4071
- &:focus,
4072
- &:hover {
4073
- background: $schedule-popup-header-icon-focus-bg-color;
4074
- border-radius: 50%;
4075
- color: $schedule-popup-header-icon-focus-color;
4076
- }
4077
- }
4078
-
4079
- .e-appointment {
4080
- background: $schedule-appointment-bg-color;
4081
- border-radius: $schedule-appointment-border-radius;
4082
- color: $schedule-appointment-font-color;
4083
- display: flex;
4084
- height: $schedule-month-appointment-height;
4085
- line-height: $schedule-appointment-text-line-height;
4086
- margin-bottom: $schedule-more-appointment-margin-bottom;
4087
- padding: 2px 0;
4088
- width: 100%;
4089
-
4090
- .e-subject {
4091
- color: $schedule-appointment-font-color;
4092
- flex: auto;
4093
- font-size: 13px;
4094
- font-weight: 500;
4095
- overflow: hidden;
4096
- padding: 0 2px;
4097
- text-overflow: ellipsis;
4098
- white-space: nowrap;
4099
- }
4100
-
4101
- .e-subject.e-disable {
4102
- display: none;
4103
- }
4104
-
4105
- .e-inline-subject {
4106
- background: transparent;
4107
- border: 0;
4108
- color: $schedule-appointment-font-color;
4109
- font-size: 13px;
4110
- font-weight: 500;
4111
- line-height: 1.2;
4112
- padding-top: 4px;
4113
- width: 100%;
4114
- }
4115
-
4116
- .e-recurrence-icon,
4117
- .e-recurrence-edit-icon {
4118
- line-height: $schedule-month-appointment-height;
4119
- padding: 0 2px;
4120
- }
4121
-
4122
- &.e-appointment-border,
4123
- &:focus {
4124
- border: 0;
4125
- box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
4126
- }
4127
- }
4128
-
4129
- &.e-device {
4130
- bottom: 0;
4131
- height: 100%;
4132
- left: 0;
4133
- margin: 0;
4134
- max-width: 100%;
4135
- overflow: hidden;
4136
- right: 0;
4137
- top: 0;
4138
- width: 100%;
4139
- z-index: 1002;
4140
-
4141
- .e-more-event-content {
4142
- max-height: unset;
4143
- }
4144
- }
4145
-
4146
- &.e-rtl {
4147
- .e-header-date {
4148
- padding-right: 10px;
4149
- }
4150
-
4151
- .e-header-day {
4152
- padding-right: 10px;
4153
- }
4154
-
4155
- .e-more-event-close {
4156
- left: 6px;
4157
- right: auto;
4158
- }
4159
- }
4160
- }