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