@syncfusion/ej2-schedule 31.2.12 → 32.1.19
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.
- package/dist/ej2-schedule.min.js +1 -10
- package/dist/ej2-schedule.umd.min.js +1 -10
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +24 -26
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +27 -31
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +1 -10
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/package.json +11 -11
- package/src/recurrence-editor/date-generator.js +0 -4
- package/src/schedule/actions/action-base.d.ts +1 -0
- package/src/schedule/actions/action-base.js +10 -7
- package/src/schedule/actions/drag.js +1 -5
- package/src/schedule/actions/keyboard.js +1 -0
- package/src/schedule/actions/resize.js +4 -7
- package/src/schedule/base/schedule.d.ts +2 -2
- package/src/schedule/base/schedule.js +3 -3
- package/src/schedule/event-renderer/month.js +2 -1
- package/src/schedule/event-renderer/timeline-view.js +2 -1
- package/src/schedule/event-renderer/vertical-view.js +1 -1
- package/src/schedule/event-renderer/year.js +2 -2
- package/src/schedule/renderer/agenda.js +2 -1
- package/styles/bds-lite.css +45 -8
- package/styles/bds-lite.scss +18 -18
- package/styles/bds.css +45 -8
- package/styles/bds.scss +20 -20
- package/styles/bootstrap-dark-lite.css +8 -8
- package/styles/bootstrap-dark-lite.scss +18 -18
- package/styles/bootstrap-dark.css +8 -8
- package/styles/bootstrap-dark.scss +20 -20
- package/styles/bootstrap-lite.css +8 -8
- package/styles/bootstrap-lite.scss +18 -18
- package/styles/bootstrap.css +8 -8
- package/styles/bootstrap.scss +20 -20
- package/styles/bootstrap4-lite.css +10 -10
- package/styles/bootstrap4-lite.scss +18 -18
- package/styles/bootstrap4.css +10 -10
- package/styles/bootstrap4.scss +20 -20
- package/styles/bootstrap5-dark-lite.css +8 -8
- package/styles/bootstrap5-dark-lite.scss +18 -18
- package/styles/bootstrap5-dark.css +8 -8
- package/styles/bootstrap5-dark.scss +20 -20
- package/styles/bootstrap5-lite.css +8 -8
- package/styles/bootstrap5-lite.scss +19 -18
- package/styles/bootstrap5.3-lite.css +112 -32
- package/styles/bootstrap5.3-lite.scss +19 -18
- package/styles/bootstrap5.3.css +114 -34
- package/styles/bootstrap5.3.scss +21 -20
- package/styles/bootstrap5.css +8 -8
- package/styles/bootstrap5.scss +21 -20
- package/styles/fabric-dark-lite.css +8 -8
- package/styles/fabric-dark-lite.scss +19 -18
- package/styles/fabric-dark.css +8 -8
- package/styles/fabric-dark.scss +21 -20
- package/styles/fabric-lite.css +8 -8
- package/styles/fabric-lite.scss +19 -18
- package/styles/fabric.css +8 -8
- package/styles/fabric.scss +21 -20
- package/styles/fluent-dark-lite.css +10 -10
- package/styles/fluent-dark-lite.scss +19 -18
- package/styles/fluent-dark.css +10 -10
- package/styles/fluent-dark.scss +21 -20
- package/styles/fluent-lite.css +10 -10
- package/styles/fluent-lite.scss +19 -18
- package/styles/fluent.css +10 -10
- package/styles/fluent.scss +21 -20
- package/styles/fluent2-lite.css +267 -34
- package/styles/fluent2-lite.scss +19 -18
- package/styles/fluent2.css +270 -37
- package/styles/fluent2.scss +21 -20
- package/styles/highcontrast-light-lite.css +8 -8
- package/styles/highcontrast-light-lite.scss +19 -18
- package/styles/highcontrast-light.css +8 -8
- package/styles/highcontrast-light.scss +21 -20
- package/styles/highcontrast-lite.css +8 -8
- package/styles/highcontrast-lite.scss +19 -18
- package/styles/highcontrast.css +8 -8
- package/styles/highcontrast.scss +21 -20
- package/styles/material-dark-lite.css +10 -10
- package/styles/material-dark-lite.scss +19 -18
- package/styles/material-dark.css +10 -10
- package/styles/material-dark.scss +21 -20
- package/styles/material-lite.css +12 -10
- package/styles/material-lite.scss +18 -18
- package/styles/material.css +12 -10
- package/styles/material.scss +20 -20
- package/styles/material3-dark-lite.css +432 -9
- package/styles/material3-dark-lite.scss +19 -18
- package/styles/material3-dark.css +432 -9
- package/styles/material3-dark.scss +21 -22
- package/styles/material3-lite.css +449 -26
- package/styles/material3-lite.scss +19 -18
- package/styles/material3.css +451 -28
- package/styles/material3.scss +21 -22
- package/styles/recurrence-editor/_all.scss +2 -2
- package/styles/recurrence-editor/_bds-definition.scss +27 -1
- package/styles/recurrence-editor/_bigger.scss +21 -19
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +27 -1
- package/styles/recurrence-editor/_bootstrap-definition.scss +27 -1
- package/styles/recurrence-editor/_bootstrap4-definition.scss +27 -1
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +41 -1
- package/styles/recurrence-editor/_bootstrap5-definition.scss +27 -1
- package/styles/recurrence-editor/_bootstrap5.3-definition.scss +27 -1
- package/styles/recurrence-editor/_fabric-dark-definition.scss +27 -1
- package/styles/recurrence-editor/_fabric-definition.scss +27 -1
- package/styles/recurrence-editor/_fluent-dark-definition.scss +41 -1
- package/styles/recurrence-editor/_fluent-definition.scss +27 -1
- package/styles/recurrence-editor/_fluent2-definition.scss +27 -1
- package/styles/recurrence-editor/_fusionnew-definition.scss +27 -1
- package/styles/recurrence-editor/_highcontrast-definition.scss +27 -1
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +27 -1
- package/styles/recurrence-editor/_layout.scss +60 -58
- package/styles/recurrence-editor/_material-dark-definition.scss +27 -1
- package/styles/recurrence-editor/_material-definition.scss +27 -1
- package/styles/recurrence-editor/_material3-dark-definition.scss +41 -1
- package/styles/recurrence-editor/_material3-definition.scss +27 -1
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +41 -1
- package/styles/recurrence-editor/_tailwind-definition.scss +27 -1
- package/styles/recurrence-editor/_tailwind3-definition.scss +27 -1
- package/styles/recurrence-editor/_theme-variables.scss +1 -0
- package/styles/recurrence-editor/bds.scss +9 -9
- package/styles/recurrence-editor/bootstrap-dark.scss +9 -9
- package/styles/recurrence-editor/bootstrap.scss +9 -9
- package/styles/recurrence-editor/bootstrap4.css +2 -2
- package/styles/recurrence-editor/bootstrap4.scss +9 -9
- package/styles/recurrence-editor/bootstrap5-dark.scss +9 -9
- package/styles/recurrence-editor/bootstrap5.3.css +81 -1
- package/styles/recurrence-editor/bootstrap5.3.scss +9 -9
- package/styles/recurrence-editor/bootstrap5.scss +9 -9
- package/styles/recurrence-editor/fabric-dark.scss +9 -9
- package/styles/recurrence-editor/fabric.scss +9 -9
- package/styles/recurrence-editor/fluent-dark.css +2 -2
- package/styles/recurrence-editor/fluent-dark.scss +9 -9
- package/styles/recurrence-editor/fluent.css +2 -2
- package/styles/recurrence-editor/fluent.scss +9 -9
- package/styles/recurrence-editor/fluent2.css +334 -6
- package/styles/recurrence-editor/fluent2.scss +9 -9
- package/styles/recurrence-editor/highcontrast-light.scss +9 -9
- package/styles/recurrence-editor/highcontrast.scss +9 -9
- package/styles/recurrence-editor/material-dark.css +2 -2
- package/styles/recurrence-editor/material-dark.scss +9 -9
- package/styles/recurrence-editor/material.css +2 -2
- package/styles/recurrence-editor/material.scss +9 -9
- package/styles/recurrence-editor/material3-dark.css +140 -1
- package/styles/recurrence-editor/material3-dark.scss +9 -10
- package/styles/recurrence-editor/material3.css +140 -1
- package/styles/recurrence-editor/material3.scss +9 -10
- package/styles/recurrence-editor/tailwind-dark.scss +9 -9
- package/styles/recurrence-editor/tailwind.scss +9 -9
- package/styles/recurrence-editor/tailwind3.css +71 -1
- package/styles/recurrence-editor/tailwind3.scss +9 -9
- package/styles/schedule/_all.scss +2 -2
- package/styles/schedule/_bds-definition.scss +105 -0
- package/styles/schedule/_bigger.scss +88 -86
- package/styles/schedule/_bootstrap-dark-definition.scss +105 -0
- package/styles/schedule/_bootstrap-definition.scss +105 -0
- package/styles/schedule/_bootstrap4-definition.scss +105 -0
- package/styles/schedule/_bootstrap5-dark-definition.scss +385 -1
- package/styles/schedule/_bootstrap5-definition.scss +105 -0
- package/styles/schedule/_bootstrap5.3-definition.scss +113 -8
- package/styles/schedule/_fabric-dark-definition.scss +105 -0
- package/styles/schedule/_fabric-definition.scss +105 -0
- package/styles/schedule/_fluent-dark-definition.scss +385 -1
- package/styles/schedule/_fluent-definition.scss +105 -0
- package/styles/schedule/_fluent2-definition.scss +111 -6
- package/styles/schedule/_fusionnew-definition.scss +103 -0
- package/styles/schedule/_highcontrast-definition.scss +105 -0
- package/styles/schedule/_highcontrast-light-definition.scss +105 -0
- package/styles/schedule/_layout.scss +395 -391
- package/styles/schedule/_material-dark-definition.scss +105 -0
- package/styles/schedule/_material-definition.scss +105 -0
- package/styles/schedule/_material3-dark-definition.scss +384 -1
- package/styles/schedule/_material3-definition.scss +111 -6
- package/styles/schedule/_tailwind-dark-definition.scss +380 -1
- package/styles/schedule/_tailwind-definition.scss +105 -0
- package/styles/schedule/_tailwind3-definition.scss +112 -7
- package/styles/schedule/_theme-variables.scss +1 -0
- package/styles/schedule/_theme.scss +34 -32
- package/styles/schedule/bds.css +45 -8
- package/styles/schedule/bds.scss +18 -17
- package/styles/schedule/bootstrap-dark.css +8 -8
- package/styles/schedule/bootstrap-dark.scss +18 -17
- package/styles/schedule/bootstrap.css +8 -8
- package/styles/schedule/bootstrap.scss +18 -17
- package/styles/schedule/bootstrap4.css +8 -8
- package/styles/schedule/bootstrap4.scss +18 -17
- package/styles/schedule/bootstrap5-dark.css +8 -8
- package/styles/schedule/bootstrap5-dark.scss +18 -16
- package/styles/schedule/bootstrap5.3.css +114 -34
- package/styles/schedule/bootstrap5.3.scss +18 -17
- package/styles/schedule/bootstrap5.css +8 -8
- package/styles/schedule/bootstrap5.scss +18 -17
- package/styles/schedule/fabric-dark.css +8 -8
- package/styles/schedule/fabric-dark.scss +18 -17
- package/styles/schedule/fabric.css +8 -8
- package/styles/schedule/fabric.scss +18 -17
- package/styles/schedule/fluent-dark.css +8 -8
- package/styles/schedule/fluent-dark.scss +18 -16
- package/styles/schedule/fluent.css +8 -8
- package/styles/schedule/fluent.scss +18 -17
- package/styles/schedule/fluent2.css +266 -33
- package/styles/schedule/fluent2.scss +18 -17
- package/styles/schedule/highcontrast-light.css +8 -8
- package/styles/schedule/highcontrast-light.scss +18 -17
- package/styles/schedule/highcontrast.css +8 -8
- package/styles/schedule/highcontrast.scss +18 -17
- package/styles/schedule/icons/_bds.scss +1 -0
- package/styles/schedule/icons/_bootstrap-dark.scss +1 -0
- package/styles/schedule/icons/_bootstrap.scss +1 -0
- package/styles/schedule/icons/_bootstrap4.scss +1 -0
- package/styles/schedule/icons/_bootstrap5-dark.scss +1 -1
- package/styles/schedule/icons/_bootstrap5.3.scss +1 -0
- package/styles/schedule/icons/_bootstrap5.scss +1 -0
- package/styles/schedule/icons/_fabric-dark.scss +1 -0
- package/styles/schedule/icons/_fabric.scss +1 -0
- package/styles/schedule/icons/_fluent-dark.scss +1 -1
- package/styles/schedule/icons/_fluent.scss +1 -0
- package/styles/schedule/icons/_fluent2.scss +1 -0
- package/styles/schedule/icons/_fusionnew.scss +1 -0
- package/styles/schedule/icons/_highcontrast-light.scss +1 -0
- package/styles/schedule/icons/_highcontrast.scss +1 -0
- package/styles/schedule/icons/_material-dark.scss +1 -0
- package/styles/schedule/icons/_material.scss +1 -0
- package/styles/schedule/icons/_material3-dark.scss +1 -1
- package/styles/schedule/icons/_material3.scss +1 -0
- package/styles/schedule/icons/_tailwind-dark.scss +1 -1
- package/styles/schedule/icons/_tailwind.scss +1 -0
- package/styles/schedule/icons/_tailwind3.scss +1 -0
- package/styles/schedule/material-dark.css +8 -8
- package/styles/schedule/material-dark.scss +18 -17
- package/styles/schedule/material.css +10 -8
- package/styles/schedule/material.scss +18 -17
- package/styles/schedule/material3-dark.css +432 -9
- package/styles/schedule/material3-dark.scss +18 -17
- package/styles/schedule/material3.css +451 -28
- package/styles/schedule/material3.scss +18 -18
- package/styles/schedule/tailwind-dark.css +8 -8
- package/styles/schedule/tailwind-dark.scss +18 -16
- package/styles/schedule/tailwind.css +8 -8
- package/styles/schedule/tailwind.scss +18 -17
- package/styles/schedule/tailwind3.css +151 -33
- package/styles/schedule/tailwind3.scss +18 -17
- package/styles/tailwind-dark-lite.css +8 -8
- package/styles/tailwind-dark-lite.scss +19 -18
- package/styles/tailwind-dark.css +8 -8
- package/styles/tailwind-dark.scss +21 -20
- package/styles/tailwind-lite.css +8 -8
- package/styles/tailwind-lite.scss +19 -18
- package/styles/tailwind.css +8 -8
- package/styles/tailwind.scss +21 -20
- package/styles/tailwind3-lite.css +149 -31
- package/styles/tailwind3-lite.scss +19 -18
- package/styles/tailwind3.css +151 -33
- package/styles/tailwind3.scss +21 -20
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
1
3
|
@mixin schedule-appointments-styles {
|
|
2
4
|
background: $schedule-appointment-bg-color;
|
|
3
|
-
border:
|
|
5
|
+
border: $schedule-border-1 solid $schedule-appointment-border-color;
|
|
4
6
|
border-radius: $schedule-appointment-border-radius;
|
|
5
7
|
color: $schedule-appointment-font-color;
|
|
6
8
|
display: flex;
|
|
@@ -9,9 +11,9 @@
|
|
|
9
11
|
}
|
|
10
12
|
|
|
11
13
|
@mixin schedule-appointments-subject-styles {
|
|
12
|
-
font-size:
|
|
13
|
-
font-weight:
|
|
14
|
-
line-height: 1
|
|
14
|
+
font-size: $schedule-font-size-13;
|
|
15
|
+
font-weight: $schedule-font-weight-medium;
|
|
16
|
+
line-height: $schedule-line-height-1-2;
|
|
15
17
|
margin-left: auto;
|
|
16
18
|
min-height: 18px;
|
|
17
19
|
overflow: hidden;
|
|
@@ -19,12 +21,12 @@
|
|
|
19
21
|
|
|
20
22
|
@mixin schedule-inline-appointment-styles {
|
|
21
23
|
background: transparent;
|
|
22
|
-
border: 0;
|
|
24
|
+
border: $schedule-border-0;
|
|
23
25
|
color: $schedule-appointment-font-color;
|
|
24
|
-
font-size:
|
|
25
|
-
font-weight:
|
|
26
|
-
line-height: 1
|
|
27
|
-
padding-top:
|
|
26
|
+
font-size: $schedule-font-size-13;
|
|
27
|
+
font-weight: $schedule-font-weight-medium;
|
|
28
|
+
line-height: $schedule-line-height-1-2;
|
|
29
|
+
padding-top: $schedule-spacing-4;
|
|
28
30
|
width: 100%;
|
|
29
31
|
}
|
|
30
32
|
|
|
@@ -32,9 +34,9 @@
|
|
|
32
34
|
color: $schedule-secondary-content-font-color;
|
|
33
35
|
cursor: pointer;
|
|
34
36
|
font-size: $schedule-more-indicator-nrml-font-size;
|
|
35
|
-
line-height:
|
|
37
|
+
line-height: $schedule-line-height-11;
|
|
36
38
|
overflow: hidden;
|
|
37
|
-
padding:
|
|
39
|
+
padding: $schedule-spacing-2 $schedule-spacing-4;
|
|
38
40
|
position: absolute;
|
|
39
41
|
text-overflow: ellipsis;
|
|
40
42
|
}
|
|
@@ -72,7 +74,7 @@
|
|
|
72
74
|
user-select: none;
|
|
73
75
|
|
|
74
76
|
.e-schedule-toolbar {
|
|
75
|
-
border: 0;
|
|
77
|
+
border: $schedule-border-0;
|
|
76
78
|
border-bottom: $schedule-tbar-border-bottom-size;
|
|
77
79
|
box-shadow: $schedule-tbar-box-shadow;
|
|
78
80
|
margin-bottom: $schedule-tbar-box-shadow-bottom-margin;
|
|
@@ -94,10 +96,10 @@
|
|
|
94
96
|
}
|
|
95
97
|
|
|
96
98
|
.e-toolbar-items {
|
|
97
|
-
height: $schedule-tbar-
|
|
99
|
+
height: $schedule-tbar-height;
|
|
98
100
|
|
|
99
101
|
&.e-tbar-pos {
|
|
100
|
-
height: $schedule-tbar-
|
|
102
|
+
height: $schedule-tbar-height;
|
|
101
103
|
min-height: $schedule-tbar-min-height;
|
|
102
104
|
|
|
103
105
|
.e-toolbar-right .e-toolbar-item .e-tbar-btn {
|
|
@@ -125,7 +127,7 @@
|
|
|
125
127
|
}
|
|
126
128
|
|
|
127
129
|
&.e-tbar-pos > div {
|
|
128
|
-
height: inherit;
|
|
130
|
+
height: $schedule-height-inherit;
|
|
129
131
|
}
|
|
130
132
|
|
|
131
133
|
.e-tbar-btn.e-btn {
|
|
@@ -192,7 +194,7 @@
|
|
|
192
194
|
}
|
|
193
195
|
|
|
194
196
|
&.e-rtl .e-hor-nav {
|
|
195
|
-
border-left: 0;
|
|
197
|
+
border-left: $schedule-border-0;
|
|
196
198
|
border-right: $border-size $schedule-tbar-border-nav-type $schedule-tbar-border-nav;
|
|
197
199
|
|
|
198
200
|
&:not(.e-nav-active):hover {
|
|
@@ -252,7 +254,7 @@
|
|
|
252
254
|
.e-toolbar-items .e-toolbar-left .e-tbar-btn.e-icon-btn {
|
|
253
255
|
&:hover,
|
|
254
256
|
&:focus {
|
|
255
|
-
height: calc(
|
|
257
|
+
height: calc($schedule-height-p100 - $schedule-height-20);
|
|
256
258
|
}
|
|
257
259
|
}
|
|
258
260
|
|
|
@@ -279,7 +281,7 @@
|
|
|
279
281
|
}
|
|
280
282
|
|
|
281
283
|
&.e-tbar-pos > div {
|
|
282
|
-
height: inherit;
|
|
284
|
+
height: $schedule-height-inherit;
|
|
283
285
|
}
|
|
284
286
|
|
|
285
287
|
.e-toolbar-item .e-tbar-btn.e-btn.e-tbtn-txt .e-icons.e-btn-icon {
|
|
@@ -311,12 +313,12 @@
|
|
|
311
313
|
width: 100%;
|
|
312
314
|
|
|
313
315
|
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
314
|
-
padding-left:
|
|
316
|
+
padding-left: $schedule-spacing-7;
|
|
315
317
|
}
|
|
316
318
|
|
|
317
319
|
&.e-rtl {
|
|
318
320
|
.e-toolbar-item .e-tbar-btn.e-btn {
|
|
319
|
-
padding-right:
|
|
321
|
+
padding-right: $schedule-spacing-7;
|
|
320
322
|
}
|
|
321
323
|
}
|
|
322
324
|
}
|
|
@@ -334,14 +336,14 @@
|
|
|
334
336
|
display: flex;
|
|
335
337
|
margin-bottom: $schedule-tbar-box-shadow-bottom-margin;
|
|
336
338
|
min-height: $schedule-tbar-min-height;
|
|
337
|
-
padding:
|
|
339
|
+
padding: $schedule-spacing-10;
|
|
338
340
|
|
|
339
341
|
.e-resource-menu {
|
|
340
342
|
.e-icon-menu {
|
|
341
343
|
color: $schedule-icon-color;
|
|
342
|
-
font-size:
|
|
343
|
-
padding:
|
|
344
|
-
padding-left:
|
|
344
|
+
font-size: $schedule-font-icon-size-14;
|
|
345
|
+
padding: $schedule-spacing-7;
|
|
346
|
+
padding-left: $schedule-spacing-4;
|
|
345
347
|
}
|
|
346
348
|
|
|
347
349
|
&.e-disable {
|
|
@@ -353,8 +355,8 @@
|
|
|
353
355
|
display: flex;
|
|
354
356
|
|
|
355
357
|
.e-resource-name {
|
|
356
|
-
font-size:
|
|
357
|
-
padding:
|
|
358
|
+
font-size: $schedule-font-size-14;
|
|
359
|
+
padding: $schedule-spacing-5;
|
|
358
360
|
color: $schedule-tree-content-color;
|
|
359
361
|
|
|
360
362
|
&:not(:last-child) {
|
|
@@ -364,10 +366,10 @@
|
|
|
364
366
|
|
|
365
367
|
.e-icon-next {
|
|
366
368
|
color: $schedule-icon-color;
|
|
367
|
-
font-size:
|
|
368
|
-
line-height:
|
|
369
|
+
font-size: $schedule-font-icon-size-10;
|
|
370
|
+
line-height: $schedule-line-height-18;
|
|
369
371
|
opacity: .4;
|
|
370
|
-
padding:
|
|
372
|
+
padding: $schedule-spacing-5;
|
|
371
373
|
}
|
|
372
374
|
}
|
|
373
375
|
|
|
@@ -402,13 +404,13 @@
|
|
|
402
404
|
.e-resource-tree-popup {
|
|
403
405
|
background: $schedule-tree-bg-color;
|
|
404
406
|
box-shadow: $schedule-more-indicator-shadow-color-res-tree-popup;
|
|
405
|
-
height:
|
|
407
|
+
height: $schedule-height-p100;
|
|
406
408
|
position: absolute;
|
|
407
409
|
width: 250px;
|
|
408
410
|
color: $schedule-tree-font-color;
|
|
409
411
|
|
|
410
412
|
.e-resource-tree {
|
|
411
|
-
height:
|
|
413
|
+
height: $schedule-height-p100;
|
|
412
414
|
overflow-y: auto;
|
|
413
415
|
}
|
|
414
416
|
|
|
@@ -420,7 +422,7 @@
|
|
|
420
422
|
.e-resource-tree-popup-overlay {
|
|
421
423
|
&.e-enable {
|
|
422
424
|
background: $schedule-popup-overlay-bg-color;
|
|
423
|
-
height:
|
|
425
|
+
height: $schedule-height-p100;
|
|
424
426
|
left: 0;
|
|
425
427
|
opacity: .5;
|
|
426
428
|
position: absolute;
|
|
@@ -431,9 +433,9 @@
|
|
|
431
433
|
|
|
432
434
|
.e-new-event {
|
|
433
435
|
background: $schedule-appointment-bg-color;
|
|
434
|
-
border:
|
|
435
|
-
border-radius:
|
|
436
|
-
height:
|
|
436
|
+
border: $schedule-border-1 solid $schedule-appointment-font-color;
|
|
437
|
+
border-radius: $schedule-border-radius-5;
|
|
438
|
+
height: $schedule-height-p100;
|
|
437
439
|
opacity: .9;
|
|
438
440
|
position: relative;
|
|
439
441
|
width: 100%;
|
|
@@ -441,11 +443,11 @@
|
|
|
441
443
|
|
|
442
444
|
.e-title {
|
|
443
445
|
color: $schedule-appointment-font-color;
|
|
444
|
-
font-size:
|
|
445
|
-
line-height: 1
|
|
446
|
-
margin: 0;
|
|
446
|
+
font-size: $schedule-font-size-12;
|
|
447
|
+
line-height: $schedule-line-height-1-2;
|
|
448
|
+
margin: $schedule-spacing-0;
|
|
447
449
|
overflow-wrap: break-word;
|
|
448
|
-
padding:
|
|
450
|
+
padding: $schedule-spacing-3;
|
|
449
451
|
position: absolute;
|
|
450
452
|
text-align: left;
|
|
451
453
|
white-space: normal;
|
|
@@ -454,10 +456,10 @@
|
|
|
454
456
|
}
|
|
455
457
|
|
|
456
458
|
.e-schedule-table {
|
|
457
|
-
border: 0 none;
|
|
459
|
+
border: $schedule-border-0 none;
|
|
458
460
|
border-collapse: separate;
|
|
459
461
|
border-spacing: 0;
|
|
460
|
-
margin: 0;
|
|
462
|
+
margin: $schedule-spacing-0;
|
|
461
463
|
table-layout: fixed;
|
|
462
464
|
width: 100%;
|
|
463
465
|
}
|
|
@@ -472,7 +474,7 @@
|
|
|
472
474
|
}
|
|
473
475
|
|
|
474
476
|
.e-outer-table > tbody > tr > td {
|
|
475
|
-
padding: 0;
|
|
477
|
+
padding: $schedule-spacing-0;
|
|
476
478
|
vertical-align: top;
|
|
477
479
|
}
|
|
478
480
|
|
|
@@ -485,7 +487,7 @@
|
|
|
485
487
|
}
|
|
486
488
|
|
|
487
489
|
.e-content-placeholder {
|
|
488
|
-
height:
|
|
490
|
+
height: $schedule-height-p100;
|
|
489
491
|
position: relative;
|
|
490
492
|
width: 100%;
|
|
491
493
|
z-index: 99999;
|
|
@@ -508,12 +510,12 @@
|
|
|
508
510
|
|
|
509
511
|
.e-left-icon,
|
|
510
512
|
.e-right-icon {
|
|
511
|
-
font-size:
|
|
513
|
+
font-size: $schedule-font-icon-size-8;
|
|
512
514
|
}
|
|
513
515
|
|
|
514
516
|
.e-m-date {
|
|
515
517
|
cursor: pointer;
|
|
516
|
-
font-size:
|
|
518
|
+
font-size: $schedule-font-size-20;
|
|
517
519
|
|
|
518
520
|
&:hover {
|
|
519
521
|
text-decoration: underline;
|
|
@@ -521,7 +523,7 @@
|
|
|
521
523
|
}
|
|
522
524
|
|
|
523
525
|
.e-m-day {
|
|
524
|
-
font-size:
|
|
526
|
+
font-size: $schedule-font-size-12;
|
|
525
527
|
}
|
|
526
528
|
|
|
527
529
|
#{if(&, '&', '*')}.e-device {
|
|
@@ -542,7 +544,7 @@
|
|
|
542
544
|
.e-subject {
|
|
543
545
|
overflow: hidden;
|
|
544
546
|
overflow-wrap: break-word;
|
|
545
|
-
padding:
|
|
547
|
+
padding: $schedule-spacing-4;
|
|
546
548
|
white-space: normal;
|
|
547
549
|
word-wrap: break-word;
|
|
548
550
|
}
|
|
@@ -551,7 +553,7 @@
|
|
|
551
553
|
.e-block-indicator {
|
|
552
554
|
color: $schedule-block-appointment-font-color;
|
|
553
555
|
float: right;
|
|
554
|
-
padding: 0
|
|
556
|
+
padding: $schedule-spacing-0 $schedule-spacing-5;
|
|
555
557
|
z-index: 1;
|
|
556
558
|
}
|
|
557
559
|
|
|
@@ -626,7 +628,7 @@
|
|
|
626
628
|
|
|
627
629
|
.e-appointment.e-appointment-border {
|
|
628
630
|
.e-top-bottom-resize {
|
|
629
|
-
height:
|
|
631
|
+
height: $schedule-height-10;
|
|
630
632
|
left: 50%;
|
|
631
633
|
position: absolute;
|
|
632
634
|
transform: translateX(-50%);
|
|
@@ -634,8 +636,8 @@
|
|
|
634
636
|
}
|
|
635
637
|
|
|
636
638
|
.e-left-right-resize {
|
|
637
|
-
border-radius: 50
|
|
638
|
-
height:
|
|
639
|
+
border-radius: $schedule-border-radius-50;
|
|
640
|
+
height: $schedule-height-p100;
|
|
639
641
|
position: absolute;
|
|
640
642
|
top: 50%;
|
|
641
643
|
transform: translateY(-50%);
|
|
@@ -643,19 +645,19 @@
|
|
|
643
645
|
}
|
|
644
646
|
|
|
645
647
|
.e-top-handler .e-top-bottom-resize {
|
|
646
|
-
margin-top: -
|
|
648
|
+
margin-top: $schedule-negative-spacing-8;
|
|
647
649
|
}
|
|
648
650
|
|
|
649
651
|
.e-bottom-handler .e-top-bottom-resize {
|
|
650
|
-
margin-top:
|
|
652
|
+
margin-top: $schedule-spacing-8;
|
|
651
653
|
}
|
|
652
654
|
|
|
653
655
|
.e-left-handler .e-left-right-resize {
|
|
654
|
-
margin-left: -
|
|
656
|
+
margin-left: $schedule-negative-spacing-8;
|
|
655
657
|
}
|
|
656
658
|
|
|
657
659
|
.e-right-handler .e-left-right-resize {
|
|
658
|
-
margin-left:
|
|
660
|
+
margin-left: $schedule-spacing-8;
|
|
659
661
|
}
|
|
660
662
|
}
|
|
661
663
|
}
|
|
@@ -665,13 +667,13 @@
|
|
|
665
667
|
|
|
666
668
|
&.e-left-handler,
|
|
667
669
|
&.e-right-handler {
|
|
668
|
-
height:
|
|
670
|
+
height: $schedule-height-p100;
|
|
669
671
|
width: 5px;
|
|
670
672
|
}
|
|
671
673
|
|
|
672
674
|
&.e-top-handler,
|
|
673
675
|
&.e-bottom-handler {
|
|
674
|
-
height:
|
|
676
|
+
height: $schedule-height-5;
|
|
675
677
|
width: 100%;
|
|
676
678
|
}
|
|
677
679
|
}
|
|
@@ -682,7 +684,7 @@
|
|
|
682
684
|
|
|
683
685
|
&.e-left-handler,
|
|
684
686
|
&.e-right-handler {
|
|
685
|
-
height:
|
|
687
|
+
height: $schedule-height-p100;
|
|
686
688
|
min-width: 1px;
|
|
687
689
|
max-width: 10px;
|
|
688
690
|
width: 20%;
|
|
@@ -704,7 +706,7 @@
|
|
|
704
706
|
&.e-bottom-handler {
|
|
705
707
|
min-height: 1px;
|
|
706
708
|
max-height: 10px;
|
|
707
|
-
height:
|
|
709
|
+
height: $schedule-height-p20;
|
|
708
710
|
width: 100%;
|
|
709
711
|
}
|
|
710
712
|
|
|
@@ -728,23 +730,23 @@
|
|
|
728
730
|
&.e-timescale-disable {
|
|
729
731
|
.e-content-table,
|
|
730
732
|
.e-content-wrap {
|
|
731
|
-
height:
|
|
733
|
+
height: $schedule-height-p100;
|
|
732
734
|
}
|
|
733
735
|
|
|
734
736
|
.e-all-day-row,
|
|
735
737
|
.e-all-day-cells {
|
|
736
|
-
height: 0 !important; /* stylelint-disable-line declaration-no-important */
|
|
738
|
+
height: $schedule-height-0 !important; /* stylelint-disable-line declaration-no-important */
|
|
737
739
|
}
|
|
738
740
|
|
|
739
741
|
.e-appointment {
|
|
740
742
|
@include schedule-appointments-styles;
|
|
741
743
|
height: $schedule-timescale-appointment-height;
|
|
742
|
-
margin-bottom:
|
|
744
|
+
margin-bottom: $schedule-spacing-2;
|
|
743
745
|
|
|
744
746
|
.e-appointment-details {
|
|
745
747
|
display: flex;
|
|
746
748
|
flex: auto;
|
|
747
|
-
padding:
|
|
749
|
+
padding: $schedule-spacing-2 $schedule-spacing-4 $schedule-spacing-0 $schedule-spacing-2;
|
|
748
750
|
text-align: left;
|
|
749
751
|
}
|
|
750
752
|
|
|
@@ -756,16 +758,16 @@
|
|
|
756
758
|
.e-subject {
|
|
757
759
|
@include schedule-appointments-subject-styles;
|
|
758
760
|
overflow-wrap: break-word;
|
|
759
|
-
padding-top:
|
|
761
|
+
padding-top: $schedule-spacing-1;
|
|
760
762
|
white-space: normal;
|
|
761
763
|
word-wrap: break-word;
|
|
762
764
|
}
|
|
763
765
|
|
|
764
766
|
.e-time,
|
|
765
767
|
.e-location {
|
|
766
|
-
font-size:
|
|
768
|
+
font-size: $schedule-font-size-11;
|
|
767
769
|
overflow: hidden;
|
|
768
|
-
padding-top:
|
|
770
|
+
padding-top: $schedule-spacing-1;
|
|
769
771
|
text-overflow: ellipsis;
|
|
770
772
|
}
|
|
771
773
|
|
|
@@ -775,19 +777,19 @@
|
|
|
775
777
|
|
|
776
778
|
.e-recurrence-icon,
|
|
777
779
|
.e-recurrence-edit-icon {
|
|
778
|
-
line-height: $schedule-timescale-
|
|
779
|
-
padding: 0
|
|
780
|
+
line-height: $schedule-timescale-recurrence-icon-line-height;
|
|
781
|
+
padding: $schedule-spacing-0 $schedule-spacing-5;
|
|
780
782
|
}
|
|
781
783
|
|
|
782
784
|
.e-left-icon,
|
|
783
785
|
.e-right-icon {
|
|
784
|
-
line-height: $schedule-timescale-
|
|
785
|
-
padding: 0
|
|
786
|
+
line-height: $schedule-timescale-recurrence-icon-line-height;
|
|
787
|
+
padding: $schedule-spacing-0 $schedule-spacing-2;
|
|
786
788
|
}
|
|
787
789
|
|
|
788
790
|
&.e-appointment-border,
|
|
789
791
|
&:focus {
|
|
790
|
-
border: 0;
|
|
792
|
+
border: $schedule-border-0;
|
|
791
793
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
792
794
|
}
|
|
793
795
|
|
|
@@ -802,7 +804,7 @@
|
|
|
802
804
|
}
|
|
803
805
|
|
|
804
806
|
.e-work-cells {
|
|
805
|
-
height: auto;
|
|
807
|
+
height: $schedule-height-auto;
|
|
806
808
|
vertical-align: top;
|
|
807
809
|
}
|
|
808
810
|
|
|
@@ -831,13 +833,13 @@
|
|
|
831
833
|
.e-resource-cells {
|
|
832
834
|
color: $schedule-primary-content-font-color;
|
|
833
835
|
font-size: $schedule-header-day-nrml-font-size;
|
|
834
|
-
height:
|
|
835
|
-
padding:
|
|
836
|
-
padding-left:
|
|
836
|
+
height: $schedule-height-40;
|
|
837
|
+
padding: $schedule-spacing-8;
|
|
838
|
+
padding-left: $schedule-spacing-15;
|
|
837
839
|
}
|
|
838
840
|
|
|
839
841
|
.e-header-cells {
|
|
840
|
-
font-size:
|
|
842
|
+
font-size: $schedule-font-size-12;
|
|
841
843
|
height: $schedule-header-cells-height;
|
|
842
844
|
padding: $schedule-header-cells-padding;
|
|
843
845
|
|
|
@@ -879,7 +881,7 @@
|
|
|
879
881
|
|
|
880
882
|
.e-row-count-wrapper {
|
|
881
883
|
display: block;
|
|
882
|
-
height:
|
|
884
|
+
height: $schedule-height-p100;
|
|
883
885
|
pointer-events: none;
|
|
884
886
|
position: relative;
|
|
885
887
|
|
|
@@ -889,7 +891,7 @@
|
|
|
889
891
|
cursor: pointer;
|
|
890
892
|
overflow: hidden;
|
|
891
893
|
overflow-wrap: normal;
|
|
892
|
-
padding:
|
|
894
|
+
padding: $schedule-spacing-2 $schedule-spacing-4;
|
|
893
895
|
pointer-events: visible;
|
|
894
896
|
position: absolute;
|
|
895
897
|
text-overflow: ellipsis;
|
|
@@ -910,11 +912,11 @@
|
|
|
910
912
|
color: $schedule-tbar-default-icon-color;
|
|
911
913
|
cursor: pointer;
|
|
912
914
|
display: block;
|
|
913
|
-
font-size:
|
|
914
|
-
height:
|
|
915
|
+
font-size: $schedule-font-size-11;
|
|
916
|
+
height: $schedule-height-25;
|
|
915
917
|
left: 0;
|
|
916
|
-
line-height:
|
|
917
|
-
margin: 0 auto;
|
|
918
|
+
line-height: $schedule-line-height-25;
|
|
919
|
+
margin: $schedule-spacing-0 auto;
|
|
918
920
|
position: absolute;
|
|
919
921
|
right: 0;
|
|
920
922
|
transform: rotate(0deg);
|
|
@@ -936,7 +938,7 @@
|
|
|
936
938
|
&:hover,
|
|
937
939
|
&:focus {
|
|
938
940
|
background: $schedule-header-hover-color;
|
|
939
|
-
border-radius:
|
|
941
|
+
border-radius: $schedule-border-radius-full;
|
|
940
942
|
color: $schedule-all-day-section-hover-color;
|
|
941
943
|
}
|
|
942
944
|
}
|
|
@@ -947,7 +949,7 @@
|
|
|
947
949
|
|
|
948
950
|
.e-all-day-cells {
|
|
949
951
|
height: $schedule-allday-cells-height;
|
|
950
|
-
padding: 0;
|
|
952
|
+
padding: $schedule-spacing-0;
|
|
951
953
|
text-align: center;
|
|
952
954
|
vertical-align: top;
|
|
953
955
|
}
|
|
@@ -1012,7 +1014,7 @@
|
|
|
1012
1014
|
overflow: hidden;
|
|
1013
1015
|
|
|
1014
1016
|
&.e-all-day-scroll {
|
|
1015
|
-
border-bottom:
|
|
1017
|
+
border-bottom: $schedule-border-1 solid $schedule-appointment-border-color;
|
|
1016
1018
|
overflow-y: auto;
|
|
1017
1019
|
|
|
1018
1020
|
.e-header-row .e-resource-cells {
|
|
@@ -1042,9 +1044,9 @@
|
|
|
1042
1044
|
.e-timeline-wrapper,
|
|
1043
1045
|
.e-day-wrapper,
|
|
1044
1046
|
.e-all-day-appointment-wrapper {
|
|
1045
|
-
height: 0;
|
|
1046
|
-
margin: 0;
|
|
1047
|
-
padding: 0;
|
|
1047
|
+
height: $schedule-height-0;
|
|
1048
|
+
margin: $schedule-spacing-0;
|
|
1049
|
+
padding: $schedule-spacing-0;
|
|
1048
1050
|
position: relative;
|
|
1049
1051
|
}
|
|
1050
1052
|
|
|
@@ -1065,20 +1067,20 @@
|
|
|
1065
1067
|
flex: auto;
|
|
1066
1068
|
line-height: $schedule-month-appointment-text-line-height;
|
|
1067
1069
|
overflow: hidden;
|
|
1068
|
-
padding:
|
|
1070
|
+
padding: $schedule-spacing-1 $schedule-spacing-0 $schedule-spacing-1 $schedule-spacing-4;
|
|
1069
1071
|
|
|
1070
1072
|
.e-subject {
|
|
1071
1073
|
flex: auto;
|
|
1072
|
-
font-size:
|
|
1073
|
-
font-weight:
|
|
1074
|
+
font-size: $schedule-font-size-13;
|
|
1075
|
+
font-weight: $schedule-font-weight-medium;
|
|
1074
1076
|
overflow: hidden;
|
|
1075
1077
|
text-overflow: ellipsis;
|
|
1076
1078
|
}
|
|
1077
1079
|
|
|
1078
1080
|
.e-time {
|
|
1079
1081
|
display: block;
|
|
1080
|
-
font-size:
|
|
1081
|
-
padding:
|
|
1082
|
+
font-size: $schedule-font-size-11;
|
|
1083
|
+
padding: $schedule-spacing-1 $schedule-spacing-4 $schedule-spacing-2 $schedule-spacing-0;
|
|
1082
1084
|
}
|
|
1083
1085
|
|
|
1084
1086
|
.e-recurrence-icon,
|
|
@@ -1086,7 +1088,7 @@
|
|
|
1086
1088
|
.e-left-icon,
|
|
1087
1089
|
.e-right-icon {
|
|
1088
1090
|
line-height: $schedule-appointment-text-line-height;
|
|
1089
|
-
padding: 0
|
|
1091
|
+
padding: $schedule-spacing-0 $schedule-spacing-2;
|
|
1090
1092
|
}
|
|
1091
1093
|
}
|
|
1092
1094
|
|
|
@@ -1096,7 +1098,7 @@
|
|
|
1096
1098
|
|
|
1097
1099
|
&.e-appointment-border,
|
|
1098
1100
|
&:focus {
|
|
1099
|
-
border: 0;
|
|
1101
|
+
border: $schedule-border-0;
|
|
1100
1102
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
1101
1103
|
}
|
|
1102
1104
|
}
|
|
@@ -1107,7 +1109,7 @@
|
|
|
1107
1109
|
|
|
1108
1110
|
.e-day-wrapper .e-appointment {
|
|
1109
1111
|
background: $schedule-appointment-bg-color;
|
|
1110
|
-
border:
|
|
1112
|
+
border: $schedule-border-1 solid $schedule-appointment-border-color;
|
|
1111
1113
|
border-radius: $schedule-appointment-border-radius;
|
|
1112
1114
|
color: $schedule-appointment-font-color;
|
|
1113
1115
|
overflow: hidden;
|
|
@@ -1123,16 +1125,16 @@
|
|
|
1123
1125
|
.e-subject {
|
|
1124
1126
|
@include schedule-appointments-subject-styles;
|
|
1125
1127
|
overflow-wrap: break-word;
|
|
1126
|
-
padding-top:
|
|
1128
|
+
padding-top: $schedule-spacing-4;
|
|
1127
1129
|
white-space: normal;
|
|
1128
1130
|
word-wrap: break-word;
|
|
1129
1131
|
}
|
|
1130
1132
|
|
|
1131
1133
|
.e-time,
|
|
1132
1134
|
.e-location {
|
|
1133
|
-
font-size:
|
|
1135
|
+
font-size: $schedule-font-size-11;
|
|
1134
1136
|
overflow: hidden;
|
|
1135
|
-
padding-top:
|
|
1137
|
+
padding-top: $schedule-spacing-1;
|
|
1136
1138
|
text-overflow: ellipsis;
|
|
1137
1139
|
}
|
|
1138
1140
|
|
|
@@ -1149,7 +1151,7 @@
|
|
|
1149
1151
|
bottom: 5px;
|
|
1150
1152
|
display: block;
|
|
1151
1153
|
float: right;
|
|
1152
|
-
height: auto;
|
|
1154
|
+
height: $schedule-height-auto;
|
|
1153
1155
|
left: auto;
|
|
1154
1156
|
position: absolute;
|
|
1155
1157
|
right: 5px;
|
|
@@ -1158,16 +1160,16 @@
|
|
|
1158
1160
|
|
|
1159
1161
|
.e-indicator {
|
|
1160
1162
|
display: block;
|
|
1161
|
-
margin: 0 45
|
|
1163
|
+
margin: $schedule-spacing-0 $schedule-spacing-percentage-45;
|
|
1162
1164
|
}
|
|
1163
1165
|
|
|
1164
1166
|
.e-up-icon,
|
|
1165
1167
|
.e-down-icon {
|
|
1166
|
-
font-size:
|
|
1168
|
+
font-size: $schedule-font-icon-size-8;
|
|
1167
1169
|
}
|
|
1168
1170
|
|
|
1169
1171
|
.e-up-icon {
|
|
1170
|
-
margin-top:
|
|
1172
|
+
margin-top: $schedule-spacing-3;
|
|
1171
1173
|
top: 0;
|
|
1172
1174
|
}
|
|
1173
1175
|
|
|
@@ -1178,7 +1180,7 @@
|
|
|
1178
1180
|
|
|
1179
1181
|
&.e-appointment-border,
|
|
1180
1182
|
&:focus {
|
|
1181
|
-
border: 0;
|
|
1183
|
+
border: $schedule-border-0;
|
|
1182
1184
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
1183
1185
|
}
|
|
1184
1186
|
}
|
|
@@ -1214,7 +1216,7 @@
|
|
|
1214
1216
|
|
|
1215
1217
|
.e-clone-time-indicator,
|
|
1216
1218
|
.e-current-time {
|
|
1217
|
-
font-size:
|
|
1219
|
+
font-size: $schedule-font-size-9;
|
|
1218
1220
|
}
|
|
1219
1221
|
|
|
1220
1222
|
.e-time-cells-wrap {
|
|
@@ -1227,7 +1229,7 @@
|
|
|
1227
1229
|
}
|
|
1228
1230
|
|
|
1229
1231
|
.e-day-wrapper .e-appointment .e-subject {
|
|
1230
|
-
font-weight:
|
|
1232
|
+
font-weight: $schedule-font-weight-medium;
|
|
1231
1233
|
min-height: auto;
|
|
1232
1234
|
}
|
|
1233
1235
|
}
|
|
@@ -1242,17 +1244,17 @@
|
|
|
1242
1244
|
}
|
|
1243
1245
|
|
|
1244
1246
|
.e-all-day-appointment-wrapper .e-appointment .e-appointment-details {
|
|
1245
|
-
padding:
|
|
1247
|
+
padding: $schedule-spacing-1 $schedule-spacing-4 $schedule-spacing-1 $schedule-spacing-0;
|
|
1246
1248
|
}
|
|
1247
1249
|
|
|
1248
1250
|
.e-day-wrapper .e-appointment {
|
|
1249
1251
|
.e-appointment-details {
|
|
1250
|
-
line-height:
|
|
1252
|
+
line-height: $schedule-line-height-15;
|
|
1251
1253
|
text-align: right;
|
|
1252
1254
|
}
|
|
1253
1255
|
|
|
1254
1256
|
.e-subject {
|
|
1255
|
-
font-weight:
|
|
1257
|
+
font-weight: $schedule-font-weight-medium;
|
|
1256
1258
|
margin-right: auto;
|
|
1257
1259
|
}
|
|
1258
1260
|
|
|
@@ -1292,12 +1294,12 @@
|
|
|
1292
1294
|
position: relative;
|
|
1293
1295
|
|
|
1294
1296
|
.e-schedule-table {
|
|
1295
|
-
height:
|
|
1297
|
+
height: $schedule-height-p100;
|
|
1296
1298
|
}
|
|
1297
1299
|
|
|
1298
1300
|
.e-week-number {
|
|
1299
1301
|
color: $schedule-secondary-content-font-color;
|
|
1300
|
-
padding-top:
|
|
1302
|
+
padding-top: $schedule-spacing-4;
|
|
1301
1303
|
text-align: center;
|
|
1302
1304
|
vertical-align: top;
|
|
1303
1305
|
width: 36px;
|
|
@@ -1307,7 +1309,7 @@
|
|
|
1307
1309
|
|
|
1308
1310
|
.e-clipboard {
|
|
1309
1311
|
cursor: default;
|
|
1310
|
-
height:
|
|
1312
|
+
height: $schedule-height-1;
|
|
1311
1313
|
left: -1000px;
|
|
1312
1314
|
position: fixed;
|
|
1313
1315
|
resize: none;
|
|
@@ -1324,7 +1326,7 @@
|
|
|
1324
1326
|
}
|
|
1325
1327
|
|
|
1326
1328
|
.e-content-wrap table tr:last-child td {
|
|
1327
|
-
border-bottom-width: 0;
|
|
1329
|
+
border-bottom-width: $schedule-border-0;
|
|
1328
1330
|
}
|
|
1329
1331
|
|
|
1330
1332
|
.e-date-header-wrap {
|
|
@@ -1349,9 +1351,9 @@
|
|
|
1349
1351
|
.e-resource-cells {
|
|
1350
1352
|
color: $schedule-primary-content-font-color;
|
|
1351
1353
|
font-size: $schedule-date-header-wrap-nrml-font-size;
|
|
1352
|
-
height:
|
|
1353
|
-
padding:
|
|
1354
|
-
padding-left:
|
|
1354
|
+
height: $schedule-height-40;
|
|
1355
|
+
padding: $schedule-spacing-8;
|
|
1356
|
+
padding-left: $schedule-spacing-15;
|
|
1355
1357
|
}
|
|
1356
1358
|
|
|
1357
1359
|
.e-header-cells {
|
|
@@ -1362,7 +1364,7 @@
|
|
|
1362
1364
|
}
|
|
1363
1365
|
|
|
1364
1366
|
.e-content-table {
|
|
1365
|
-
height:
|
|
1367
|
+
height: $schedule-height-p100;
|
|
1366
1368
|
}
|
|
1367
1369
|
|
|
1368
1370
|
.e-work-cells {
|
|
@@ -1406,7 +1408,7 @@
|
|
|
1406
1408
|
.e-date-header {
|
|
1407
1409
|
cursor: pointer;
|
|
1408
1410
|
display: table;
|
|
1409
|
-
height:
|
|
1411
|
+
height: $schedule-height-20;
|
|
1410
1412
|
line-height: $schedule-date-header-line-height;
|
|
1411
1413
|
margin: $schedule-date-header-margin;
|
|
1412
1414
|
text-align: center;
|
|
@@ -1421,11 +1423,11 @@
|
|
|
1421
1423
|
}
|
|
1422
1424
|
|
|
1423
1425
|
.e-new-event {
|
|
1424
|
-
height: calc(
|
|
1426
|
+
height: calc($schedule-height-p100 - $schedule-height-25);
|
|
1425
1427
|
}
|
|
1426
1428
|
|
|
1427
1429
|
.e-block-indicator {
|
|
1428
|
-
margin-top: -
|
|
1430
|
+
margin-top: $schedule-negative-spacing-20;
|
|
1429
1431
|
}
|
|
1430
1432
|
|
|
1431
1433
|
.e-inline-appointment {
|
|
@@ -1449,20 +1451,20 @@
|
|
|
1449
1451
|
|
|
1450
1452
|
.e-subject {
|
|
1451
1453
|
flex: auto;
|
|
1452
|
-
font-size:
|
|
1453
|
-
font-weight:
|
|
1454
|
+
font-size: $schedule-font-size-13;
|
|
1455
|
+
font-weight: $schedule-font-weight-medium;
|
|
1454
1456
|
overflow: hidden;
|
|
1455
1457
|
padding: $schedule-month-appointment-subject-padding;
|
|
1456
1458
|
text-overflow: ellipsis;
|
|
1457
1459
|
}
|
|
1458
1460
|
|
|
1459
1461
|
.e-inline-subject {
|
|
1460
|
-
padding:
|
|
1462
|
+
padding: $schedule-spacing-4;
|
|
1461
1463
|
text-align: center;
|
|
1462
1464
|
}
|
|
1463
1465
|
|
|
1464
1466
|
.e-time {
|
|
1465
|
-
font-size:
|
|
1467
|
+
font-size: $schedule-font-size-11;
|
|
1466
1468
|
padding: $schedule-month-appointment-time-padding;
|
|
1467
1469
|
}
|
|
1468
1470
|
|
|
@@ -1470,14 +1472,14 @@
|
|
|
1470
1472
|
.e-recurrence-edit-icon,
|
|
1471
1473
|
.e-left-icon,
|
|
1472
1474
|
.e-right-icon {
|
|
1473
|
-
line-height: $schedule-
|
|
1474
|
-
padding: 0
|
|
1475
|
+
line-height: $schedule-recurrence-icon-line-height;
|
|
1476
|
+
padding: $schedule-spacing-0 $schedule-spacing-2;
|
|
1475
1477
|
}
|
|
1476
1478
|
}
|
|
1477
1479
|
|
|
1478
1480
|
&.e-appointment-border,
|
|
1479
1481
|
&:focus {
|
|
1480
|
-
border: 0;
|
|
1482
|
+
border: $schedule-border-0;
|
|
1481
1483
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
1482
1484
|
}
|
|
1483
1485
|
|
|
@@ -1486,7 +1488,7 @@
|
|
|
1486
1488
|
}
|
|
1487
1489
|
|
|
1488
1490
|
.e-subject {
|
|
1489
|
-
padding:
|
|
1491
|
+
padding: $schedule-spacing-2;
|
|
1490
1492
|
width: 100%;
|
|
1491
1493
|
}
|
|
1492
1494
|
}
|
|
@@ -1509,7 +1511,7 @@
|
|
|
1509
1511
|
.e-left-indent,
|
|
1510
1512
|
.e-week-number {
|
|
1511
1513
|
border-left: $border-size $border-type $schedule-content-border-color;
|
|
1512
|
-
border-right-width: 0;
|
|
1514
|
+
border-right-width: $schedule-border-0;
|
|
1513
1515
|
}
|
|
1514
1516
|
}
|
|
1515
1517
|
}
|
|
@@ -1521,11 +1523,11 @@
|
|
|
1521
1523
|
justify-content: center;
|
|
1522
1524
|
|
|
1523
1525
|
.e-month-calendar.e-calendar {
|
|
1524
|
-
border: 0;
|
|
1526
|
+
border: $schedule-border-0;
|
|
1525
1527
|
flex: 0 25%;
|
|
1526
1528
|
max-width: 100%;
|
|
1527
1529
|
min-width: $schedule-calendar-width;
|
|
1528
|
-
padding:
|
|
1530
|
+
padding: $schedule-spacing-10;
|
|
1529
1531
|
@if ($theme-name == 'fluent2') {
|
|
1530
1532
|
box-shadow: none;
|
|
1531
1533
|
}
|
|
@@ -1536,7 +1538,7 @@
|
|
|
1536
1538
|
|
|
1537
1539
|
.e-content span.e-day {
|
|
1538
1540
|
display: block;
|
|
1539
|
-
margin: 0 auto;
|
|
1541
|
+
margin: $schedule-spacing-0 auto;
|
|
1540
1542
|
}
|
|
1541
1543
|
|
|
1542
1544
|
.e-other-month {
|
|
@@ -1552,9 +1554,9 @@
|
|
|
1552
1554
|
.e-appointment,
|
|
1553
1555
|
.e-appointment-indicator {
|
|
1554
1556
|
background: $schedule-appointment-bg-color;
|
|
1555
|
-
border-radius: 50
|
|
1556
|
-
height:
|
|
1557
|
-
margin: -
|
|
1557
|
+
border-radius: $schedule-border-radius-50;
|
|
1558
|
+
height: $schedule-height-5;
|
|
1559
|
+
margin: $schedule-negative-spacing-6 auto $schedule-spacing-0;
|
|
1558
1560
|
position: relative;
|
|
1559
1561
|
width: 5px;
|
|
1560
1562
|
}
|
|
@@ -1594,7 +1596,7 @@
|
|
|
1594
1596
|
text-align: left;
|
|
1595
1597
|
|
|
1596
1598
|
&:first-child {
|
|
1597
|
-
border-left-width: 0;
|
|
1599
|
+
border-left-width: $schedule-border-0;
|
|
1598
1600
|
}
|
|
1599
1601
|
}
|
|
1600
1602
|
}
|
|
@@ -1603,13 +1605,13 @@
|
|
|
1603
1605
|
.e-resource-cells {
|
|
1604
1606
|
color: $schedule-primary-content-font-color;
|
|
1605
1607
|
font-size: $schedule-date-header-wrap-nrml-font-size;
|
|
1606
|
-
height:
|
|
1607
|
-
padding:
|
|
1608
|
-
padding-left:
|
|
1608
|
+
height: $schedule-height-40;
|
|
1609
|
+
padding: $schedule-spacing-8;
|
|
1610
|
+
padding-left: $schedule-spacing-15;
|
|
1609
1611
|
}
|
|
1610
1612
|
|
|
1611
1613
|
.e-content-wrap table td:first-child {
|
|
1612
|
-
border-left-width: 0;
|
|
1614
|
+
border-left-width: $schedule-border-0;
|
|
1613
1615
|
}
|
|
1614
1616
|
|
|
1615
1617
|
.e-resource .e-month-calendar {
|
|
@@ -1627,10 +1629,10 @@
|
|
|
1627
1629
|
|
|
1628
1630
|
.e-month-header-wrapper {
|
|
1629
1631
|
.e-schedule-table {
|
|
1630
|
-
height:
|
|
1632
|
+
height: $schedule-height-p100;
|
|
1631
1633
|
|
|
1632
1634
|
&.e-auto-height {
|
|
1633
|
-
height: auto;
|
|
1635
|
+
height: $schedule-height-auto;
|
|
1634
1636
|
}
|
|
1635
1637
|
}
|
|
1636
1638
|
}
|
|
@@ -1645,7 +1647,7 @@
|
|
|
1645
1647
|
background: $schedule-header-bg-color;
|
|
1646
1648
|
border-color: $schedule-header-border-color;
|
|
1647
1649
|
border-style: $border-type;
|
|
1648
|
-
border-width: 0 $border-size $border-size 0;
|
|
1650
|
+
border-width: $schedule-border-0 $border-size $border-size $schedule-border-0;
|
|
1649
1651
|
color: $schedule-header-font-color;
|
|
1650
1652
|
text-align: center;
|
|
1651
1653
|
|
|
@@ -1656,7 +1658,7 @@
|
|
|
1656
1658
|
|
|
1657
1659
|
.e-resource-text {
|
|
1658
1660
|
color: $schedule-primary-content-font-color;
|
|
1659
|
-
font-size:
|
|
1661
|
+
font-size: $schedule-font-size-13;
|
|
1660
1662
|
overflow: hidden;
|
|
1661
1663
|
padding: $schedule-timeline-year-resource-text-padding;
|
|
1662
1664
|
text-overflow: ellipsis;
|
|
@@ -1669,7 +1671,7 @@
|
|
|
1669
1671
|
|
|
1670
1672
|
.e-left-indent-wrap .e-resource-cells,
|
|
1671
1673
|
.e-date-header-wrap .e-resource-cells {
|
|
1672
|
-
height:
|
|
1674
|
+
height: $schedule-height-40;
|
|
1673
1675
|
}
|
|
1674
1676
|
|
|
1675
1677
|
.e-resource-column-wrap {
|
|
@@ -1680,11 +1682,11 @@
|
|
|
1680
1682
|
background: $schedule-work-cells-bg-color;
|
|
1681
1683
|
border-color: $schedule-content-border-color;
|
|
1682
1684
|
border-style: $border-type;
|
|
1683
|
-
border-width: 0
|
|
1685
|
+
border-width: $schedule-border-0 $schedule-border-1 $schedule-border-1 $schedule-border-0;
|
|
1684
1686
|
color: $schedule-primary-content-font-color;
|
|
1685
1687
|
height: $schedule-timeline-year-work-cells-height;
|
|
1686
1688
|
padding-left: $schedule-timeline-year-resource-cells-padding-left;
|
|
1687
|
-
padding-right: 0;
|
|
1689
|
+
padding-right: $schedule-spacing-0;
|
|
1688
1690
|
vertical-align: middle;
|
|
1689
1691
|
|
|
1690
1692
|
&.e-child-node {
|
|
@@ -1698,10 +1700,10 @@
|
|
|
1698
1700
|
}
|
|
1699
1701
|
|
|
1700
1702
|
.e-resource-column-table {
|
|
1701
|
-
height:
|
|
1703
|
+
height: $schedule-height-p100;
|
|
1702
1704
|
|
|
1703
1705
|
&.e-auto-height {
|
|
1704
|
-
height: auto;
|
|
1706
|
+
height: $schedule-height-auto;
|
|
1705
1707
|
}
|
|
1706
1708
|
}
|
|
1707
1709
|
|
|
@@ -1710,8 +1712,8 @@
|
|
|
1710
1712
|
cursor: pointer;
|
|
1711
1713
|
float: left;
|
|
1712
1714
|
font-family: 'e-icons';
|
|
1713
|
-
font-size:
|
|
1714
|
-
padding:
|
|
1715
|
+
font-size: $schedule-font-icon-size-12;
|
|
1716
|
+
padding: $schedule-spacing-4 $schedule-spacing-7;
|
|
1715
1717
|
}
|
|
1716
1718
|
|
|
1717
1719
|
.e-resource-collapse {
|
|
@@ -1719,26 +1721,26 @@
|
|
|
1719
1721
|
}
|
|
1720
1722
|
|
|
1721
1723
|
.e-content-table {
|
|
1722
|
-
height:
|
|
1724
|
+
height: $schedule-height-p100;
|
|
1723
1725
|
|
|
1724
1726
|
&.e-auto-height {
|
|
1725
|
-
height: auto;
|
|
1727
|
+
height: $schedule-height-auto;
|
|
1726
1728
|
}
|
|
1727
1729
|
}
|
|
1728
1730
|
|
|
1729
1731
|
.e-left-indent td {
|
|
1730
1732
|
border-color: $schedule-content-border-color;
|
|
1731
1733
|
border-style: $border-type;
|
|
1732
|
-
border-width: 0 $border-size 0 0;
|
|
1734
|
+
border-width: $schedule-border-0 $border-size $schedule-border-0 $schedule-border-0;
|
|
1733
1735
|
vertical-align: middle;
|
|
1734
1736
|
}
|
|
1735
1737
|
|
|
1736
1738
|
.e-left-indent tr:last-child td {
|
|
1737
|
-
border-width: 0 $border-size $border-size 0;
|
|
1739
|
+
border-width: $schedule-border-0 $border-size $border-size $schedule-border-0;
|
|
1738
1740
|
}
|
|
1739
1741
|
|
|
1740
1742
|
&.e-horizontal .e-left-indent {
|
|
1741
|
-
padding: 0;
|
|
1743
|
+
padding: $schedule-spacing-0;
|
|
1742
1744
|
width: 100px;
|
|
1743
1745
|
}
|
|
1744
1746
|
|
|
@@ -1783,7 +1785,7 @@
|
|
|
1783
1785
|
.e-date-header {
|
|
1784
1786
|
cursor: pointer;
|
|
1785
1787
|
display: table;
|
|
1786
|
-
height:
|
|
1788
|
+
height: $schedule-height-20;
|
|
1787
1789
|
line-height: $schedule-date-header-line-height;
|
|
1788
1790
|
margin: $schedule-date-header-margin;
|
|
1789
1791
|
text-align: center;
|
|
@@ -1824,24 +1826,24 @@
|
|
|
1824
1826
|
.e-appointment-details {
|
|
1825
1827
|
display: flex;
|
|
1826
1828
|
flex: auto;
|
|
1827
|
-
line-height:
|
|
1829
|
+
line-height: $schedule-line-height-20;
|
|
1828
1830
|
overflow: hidden;
|
|
1829
1831
|
}
|
|
1830
1832
|
|
|
1831
1833
|
.e-subject {
|
|
1832
1834
|
flex: auto;
|
|
1833
|
-
font-size:
|
|
1834
|
-
font-weight:
|
|
1835
|
+
font-size: $schedule-font-size-13;
|
|
1836
|
+
font-weight: $schedule-font-weight-medium;
|
|
1835
1837
|
overflow: hidden;
|
|
1836
|
-
padding:
|
|
1838
|
+
padding: $schedule-spacing-1 $schedule-spacing-2;
|
|
1837
1839
|
text-overflow: ellipsis;
|
|
1838
1840
|
}
|
|
1839
1841
|
|
|
1840
1842
|
.e-time,
|
|
1841
1843
|
.e-location {
|
|
1842
|
-
font-size:
|
|
1844
|
+
font-size: $schedule-font-size-11;
|
|
1843
1845
|
overflow: hidden;
|
|
1844
|
-
padding: 1
|
|
1846
|
+
padding: $schedule-spacing-1-5;
|
|
1845
1847
|
text-overflow: ellipsis;
|
|
1846
1848
|
}
|
|
1847
1849
|
|
|
@@ -1851,19 +1853,19 @@
|
|
|
1851
1853
|
|
|
1852
1854
|
.e-recurrence-icon,
|
|
1853
1855
|
.e-recurrence-edit-icon {
|
|
1854
|
-
line-height: $schedule-
|
|
1855
|
-
padding: 0
|
|
1856
|
+
line-height: $schedule-recurrence-icon-line-height;
|
|
1857
|
+
padding: $schedule-spacing-0 $schedule-spacing-5;
|
|
1856
1858
|
}
|
|
1857
1859
|
|
|
1858
1860
|
.e-left-icon,
|
|
1859
1861
|
.e-right-icon {
|
|
1860
|
-
line-height: $schedule-
|
|
1861
|
-
padding: 0
|
|
1862
|
+
line-height: $schedule-recurrence-icon-line-height;
|
|
1863
|
+
padding: $schedule-spacing-0 $schedule-spacing-2;
|
|
1862
1864
|
}
|
|
1863
1865
|
|
|
1864
1866
|
&.e-appointment-border,
|
|
1865
1867
|
&:focus {
|
|
1866
|
-
border: 0;
|
|
1868
|
+
border: $schedule-border-0;
|
|
1867
1869
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
1868
1870
|
}
|
|
1869
1871
|
|
|
@@ -1899,7 +1901,7 @@
|
|
|
1899
1901
|
.e-timeline-month-view {
|
|
1900
1902
|
.e-content-wrap,
|
|
1901
1903
|
.e-content-table {
|
|
1902
|
-
height:
|
|
1904
|
+
height: $schedule-height-p100;
|
|
1903
1905
|
}
|
|
1904
1906
|
|
|
1905
1907
|
.e-date-header-wrap {
|
|
@@ -1965,7 +1967,7 @@
|
|
|
1965
1967
|
|
|
1966
1968
|
.e-resource-text {
|
|
1967
1969
|
color: $schedule-primary-content-font-color;
|
|
1968
|
-
font-size:
|
|
1970
|
+
font-size: $schedule-font-size-13;
|
|
1969
1971
|
overflow: hidden;
|
|
1970
1972
|
padding: $schedule-timeline-year-resource-text-padding;
|
|
1971
1973
|
text-overflow: ellipsis;
|
|
@@ -1975,7 +1977,7 @@
|
|
|
1975
1977
|
background: $schedule-header-bg-color;
|
|
1976
1978
|
border-color: $schedule-header-border-color;
|
|
1977
1979
|
border-style: $border-type;
|
|
1978
|
-
border-width: 0
|
|
1980
|
+
border-width: $schedule-border-0 $schedule-border-1 $schedule-border-1 $schedule-border-0;
|
|
1979
1981
|
color: $schedule-header-font-color;
|
|
1980
1982
|
vertical-align: middle;
|
|
1981
1983
|
width: $schedule-timeline-resources-width;
|
|
@@ -1985,11 +1987,11 @@
|
|
|
1985
1987
|
background: $schedule-work-cells-bg-color;
|
|
1986
1988
|
border-color: $schedule-content-border-color;
|
|
1987
1989
|
border-style: $border-type;
|
|
1988
|
-
border-width: 0
|
|
1990
|
+
border-width: $schedule-border-0 $schedule-border-1 $schedule-border-1 $schedule-border-0;
|
|
1989
1991
|
color: $schedule-primary-content-font-color;
|
|
1990
1992
|
height: $schedule-timeline-work-cells-height;
|
|
1991
1993
|
padding-left: $schedule-timeline-year-resource-cells-padding-left;
|
|
1992
|
-
padding-right: 0;
|
|
1994
|
+
padding-right: $schedule-spacing-0;
|
|
1993
1995
|
vertical-align: middle;
|
|
1994
1996
|
|
|
1995
1997
|
&:focus {
|
|
@@ -2003,17 +2005,17 @@
|
|
|
2003
2005
|
}
|
|
2004
2006
|
|
|
2005
2007
|
.e-resource-column-table {
|
|
2006
|
-
height:
|
|
2008
|
+
height: $schedule-height-p100;
|
|
2007
2009
|
}
|
|
2008
2010
|
|
|
2009
2011
|
.e-auto-height {
|
|
2010
|
-
height: auto;
|
|
2012
|
+
height: $schedule-height-auto;
|
|
2011
2013
|
}
|
|
2012
2014
|
|
|
2013
2015
|
&.e-ignore-whitespace .e-work-cells,
|
|
2014
2016
|
&.e-ignore-whitespace .e-resource-cells,
|
|
2015
2017
|
&.e-ignore-whitespace .e-event-container {
|
|
2016
|
-
height:
|
|
2018
|
+
height: $schedule-height-42;
|
|
2017
2019
|
}
|
|
2018
2020
|
|
|
2019
2021
|
&.e-virtual-mask .e-work-cells {
|
|
@@ -2026,8 +2028,8 @@
|
|
|
2026
2028
|
cursor: pointer;
|
|
2027
2029
|
float: left;
|
|
2028
2030
|
font-family: 'e-icons';
|
|
2029
|
-
font-size:
|
|
2030
|
-
padding:
|
|
2031
|
+
font-size: $schedule-font-icon-size-12;
|
|
2032
|
+
padding: $schedule-spacing-4 $schedule-spacing-7;
|
|
2031
2033
|
}
|
|
2032
2034
|
|
|
2033
2035
|
.e-resource-collapse {
|
|
@@ -2055,7 +2057,7 @@
|
|
|
2055
2057
|
display: flex;
|
|
2056
2058
|
flex: auto;
|
|
2057
2059
|
overflow: hidden;
|
|
2058
|
-
padding: 0
|
|
2060
|
+
padding: $schedule-spacing-0 $schedule-spacing-4;
|
|
2059
2061
|
|
|
2060
2062
|
.e-inner-wrap {
|
|
2061
2063
|
flex: auto;
|
|
@@ -2065,21 +2067,21 @@
|
|
|
2065
2067
|
|
|
2066
2068
|
.e-subject {
|
|
2067
2069
|
@include schedule-appointments-subject-styles;
|
|
2068
|
-
padding-top:
|
|
2070
|
+
padding-top: $schedule-spacing-4;
|
|
2069
2071
|
text-overflow: ellipsis;
|
|
2070
2072
|
}
|
|
2071
2073
|
|
|
2072
2074
|
.e-time,
|
|
2073
2075
|
.e-location {
|
|
2074
|
-
font-size:
|
|
2076
|
+
font-size: $schedule-font-size-11;
|
|
2075
2077
|
overflow: hidden;
|
|
2076
|
-
padding-top:
|
|
2078
|
+
padding-top: $schedule-spacing-1;
|
|
2077
2079
|
text-overflow: ellipsis;
|
|
2078
2080
|
}
|
|
2079
2081
|
|
|
2080
2082
|
.e-time {
|
|
2081
2083
|
display: block;
|
|
2082
|
-
line-height: 1
|
|
2084
|
+
line-height: $schedule-line-height-1-4;
|
|
2083
2085
|
}
|
|
2084
2086
|
|
|
2085
2087
|
.e-disable {
|
|
@@ -2088,8 +2090,8 @@
|
|
|
2088
2090
|
|
|
2089
2091
|
.e-recurrence-icon,
|
|
2090
2092
|
.e-recurrence-edit-icon {
|
|
2091
|
-
line-height: $schedule-timeline-
|
|
2092
|
-
padding: 0
|
|
2093
|
+
line-height: $schedule-timeline-recurrence-icon-line-height;
|
|
2094
|
+
padding: $schedule-spacing-0 $schedule-spacing-5;
|
|
2093
2095
|
}
|
|
2094
2096
|
|
|
2095
2097
|
.e-indicator {
|
|
@@ -2098,18 +2100,18 @@
|
|
|
2098
2100
|
|
|
2099
2101
|
.e-left-icon,
|
|
2100
2102
|
.e-right-icon {
|
|
2101
|
-
font-size:
|
|
2102
|
-
line-height: $schedule-timeline-
|
|
2103
|
-
padding-right:
|
|
2103
|
+
font-size: $schedule-font-icon-size-10;
|
|
2104
|
+
line-height: $schedule-timeline-recurrence-icon-line-height;
|
|
2105
|
+
padding-right: $schedule-spacing-7;
|
|
2104
2106
|
}
|
|
2105
2107
|
|
|
2106
2108
|
.e-right-icon {
|
|
2107
|
-
padding-right:
|
|
2109
|
+
padding-right: $schedule-spacing-5;
|
|
2108
2110
|
}
|
|
2109
2111
|
|
|
2110
2112
|
&.e-appointment-border,
|
|
2111
2113
|
&:focus {
|
|
2112
|
-
border: 0;
|
|
2114
|
+
border: $schedule-border-0;
|
|
2113
2115
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
2114
2116
|
}
|
|
2115
2117
|
|
|
@@ -2194,7 +2196,7 @@
|
|
|
2194
2196
|
.e-appointment {
|
|
2195
2197
|
.e-left-icon,
|
|
2196
2198
|
.e-right-icon {
|
|
2197
|
-
padding: 0 0 0
|
|
2199
|
+
padding: $schedule-spacing-0 $schedule-spacing-0 $schedule-spacing-0 $schedule-spacing-5;
|
|
2198
2200
|
}
|
|
2199
2201
|
}
|
|
2200
2202
|
|
|
@@ -2203,12 +2205,12 @@
|
|
|
2203
2205
|
}
|
|
2204
2206
|
|
|
2205
2207
|
.e-resource-left-td {
|
|
2206
|
-
border-width: 0 0
|
|
2208
|
+
border-width: $schedule-border-0 $schedule-border-0 $schedule-border-1 $schedule-border-1;
|
|
2207
2209
|
}
|
|
2208
2210
|
|
|
2209
2211
|
.e-resource-cells {
|
|
2210
|
-
border-width: 0 0
|
|
2211
|
-
padding-right:
|
|
2212
|
+
border-width: $schedule-border-0 $schedule-border-0 $schedule-border-1 $schedule-border-1;
|
|
2213
|
+
padding-right: $schedule-spacing-15;
|
|
2212
2214
|
}
|
|
2213
2215
|
|
|
2214
2216
|
.e-resource-tree-icon {
|
|
@@ -2234,8 +2236,8 @@
|
|
|
2234
2236
|
}
|
|
2235
2237
|
|
|
2236
2238
|
.e-date-header-wrap td {
|
|
2237
|
-
border-left-width: 0;
|
|
2238
|
-
border-right-width: 0;
|
|
2239
|
+
border-left-width: $schedule-border-0;
|
|
2240
|
+
border-right-width: $schedule-border-0;
|
|
2239
2241
|
}
|
|
2240
2242
|
|
|
2241
2243
|
.e-content-wrap {
|
|
@@ -2249,7 +2251,7 @@
|
|
|
2249
2251
|
}
|
|
2250
2252
|
|
|
2251
2253
|
.e-more-indicator {
|
|
2252
|
-
font-size:
|
|
2254
|
+
font-size: $schedule-font-size-12;
|
|
2253
2255
|
}
|
|
2254
2256
|
|
|
2255
2257
|
.e-navigate {
|
|
@@ -2263,7 +2265,7 @@
|
|
|
2263
2265
|
.e-month-agenda-view {
|
|
2264
2266
|
.e-schedule-resource-toolbar {
|
|
2265
2267
|
.e-resource-menu {
|
|
2266
|
-
margin-top:
|
|
2268
|
+
margin-top: $schedule-spacing-6;
|
|
2267
2269
|
|
|
2268
2270
|
&.e-disable {
|
|
2269
2271
|
display: none;
|
|
@@ -2271,14 +2273,14 @@
|
|
|
2271
2273
|
}
|
|
2272
2274
|
|
|
2273
2275
|
.e-resource-level-title .e-icon-next {
|
|
2274
|
-
margin-top:
|
|
2276
|
+
margin-top: $schedule-spacing-4;
|
|
2275
2277
|
}
|
|
2276
2278
|
}
|
|
2277
2279
|
|
|
2278
2280
|
.e-week-number-wrapper .e-week-number {
|
|
2279
2281
|
border-right: $border-size $border-type $schedule-content-border-color;
|
|
2280
|
-
height:
|
|
2281
|
-
padding-top:
|
|
2282
|
+
height: $schedule-height-40;
|
|
2283
|
+
padding-top: $schedule-spacing-8;
|
|
2282
2284
|
}
|
|
2283
2285
|
|
|
2284
2286
|
.e-wrapper-container {
|
|
@@ -2289,7 +2291,7 @@
|
|
|
2289
2291
|
.e-content-table {
|
|
2290
2292
|
border-bottom: $schedule-month-agenda-border;
|
|
2291
2293
|
box-shadow: $schedule-box-shadow;
|
|
2292
|
-
height:
|
|
2294
|
+
height: $schedule-height-p100;
|
|
2293
2295
|
}
|
|
2294
2296
|
|
|
2295
2297
|
.e-resource-column {
|
|
@@ -2300,14 +2302,14 @@
|
|
|
2300
2302
|
.e-resource-name {
|
|
2301
2303
|
color: $schedule-primary-content-font-color;
|
|
2302
2304
|
font-size: $schedule-date-header-wrap-device-font-size;
|
|
2303
|
-
line-height:
|
|
2305
|
+
line-height: $schedule-line-height-26;
|
|
2304
2306
|
overflow: hidden;
|
|
2305
|
-
padding:
|
|
2307
|
+
padding: $schedule-spacing-8;
|
|
2306
2308
|
text-overflow: ellipsis;
|
|
2307
2309
|
}
|
|
2308
2310
|
|
|
2309
2311
|
.e-day-padding {
|
|
2310
|
-
padding-left:
|
|
2312
|
+
padding-left: $schedule-spacing-8;
|
|
2311
2313
|
}
|
|
2312
2314
|
|
|
2313
2315
|
.e-day-border {
|
|
@@ -2327,12 +2329,12 @@
|
|
|
2327
2329
|
cursor: default;
|
|
2328
2330
|
font-weight: normal;
|
|
2329
2331
|
height: $schedule-month-header-cells-nrml-height;
|
|
2330
|
-
padding:
|
|
2332
|
+
padding: $schedule-spacing-5;
|
|
2331
2333
|
text-align: center;
|
|
2332
2334
|
}
|
|
2333
2335
|
|
|
2334
2336
|
.e-work-cells {
|
|
2335
|
-
height:
|
|
2337
|
+
height: $schedule-height-40;
|
|
2336
2338
|
position: relative;
|
|
2337
2339
|
vertical-align: top;
|
|
2338
2340
|
|
|
@@ -2346,9 +2348,9 @@
|
|
|
2346
2348
|
}
|
|
2347
2349
|
|
|
2348
2350
|
.e-date-header {
|
|
2349
|
-
height:
|
|
2350
|
-
line-height: 24
|
|
2351
|
-
margin:
|
|
2351
|
+
height: $schedule-height-24;
|
|
2352
|
+
line-height: $schedule-line-height-24-5;
|
|
2353
|
+
margin: $schedule-spacing-4 auto $schedule-spacing-0;
|
|
2352
2354
|
text-align: center;
|
|
2353
2355
|
width: 24px;
|
|
2354
2356
|
}
|
|
@@ -2360,12 +2362,12 @@
|
|
|
2360
2362
|
.e-appointment-wrap {
|
|
2361
2363
|
background: $schedule-agenda-color;
|
|
2362
2364
|
overflow: auto;
|
|
2363
|
-
padding: 0
|
|
2365
|
+
padding: $schedule-spacing-0 $schedule-spacing-8;
|
|
2364
2366
|
}
|
|
2365
2367
|
|
|
2366
2368
|
.e-appointment {
|
|
2367
|
-
border-left:
|
|
2368
|
-
border-right: 0;
|
|
2369
|
+
border-left: $schedule-border-3 solid $schedule-appointment-bg-color;
|
|
2370
|
+
border-right: $schedule-border-0;
|
|
2369
2371
|
cursor: default;
|
|
2370
2372
|
padding: $schedule-month-agenda-appointment-padding;
|
|
2371
2373
|
|
|
@@ -2390,44 +2392,50 @@
|
|
|
2390
2392
|
display: flex;
|
|
2391
2393
|
}
|
|
2392
2394
|
|
|
2393
|
-
.e-subject
|
|
2395
|
+
.e-subject,
|
|
2396
|
+
.e-inline-subject {
|
|
2394
2397
|
color: $schedule-primary-content-font-color;
|
|
2395
|
-
font-size:
|
|
2396
|
-
line-height:
|
|
2398
|
+
font-size: $schedule-font-size-14;
|
|
2399
|
+
line-height: $schedule-line-height-26;
|
|
2397
2400
|
overflow: hidden;
|
|
2398
2401
|
text-overflow: ellipsis;
|
|
2399
2402
|
}
|
|
2400
2403
|
|
|
2404
|
+
.e-inline-subject {
|
|
2405
|
+
font-weight: normal;
|
|
2406
|
+
padding-top: $schedule-spacing-0;
|
|
2407
|
+
}
|
|
2408
|
+
|
|
2401
2409
|
.e-recurrence-icon,
|
|
2402
2410
|
.e-recurrence-edit-icon {
|
|
2403
2411
|
color: $schedule-secondary-content-font-color;
|
|
2404
|
-
line-height:
|
|
2405
|
-
padding: 0
|
|
2412
|
+
line-height: $schedule-line-height-26;
|
|
2413
|
+
padding: $schedule-spacing-0 $schedule-spacing-10;
|
|
2406
2414
|
}
|
|
2407
2415
|
|
|
2408
2416
|
.e-date-time {
|
|
2409
2417
|
color: $schedule-secondary-content-font-color;
|
|
2410
|
-
font-size:
|
|
2411
|
-
line-height:
|
|
2418
|
+
font-size: $schedule-font-size-12;
|
|
2419
|
+
line-height: $schedule-line-height-26;
|
|
2412
2420
|
overflow: hidden;
|
|
2413
2421
|
text-overflow: ellipsis;
|
|
2414
2422
|
}
|
|
2415
2423
|
|
|
2416
2424
|
.e-location {
|
|
2417
2425
|
color: $schedule-secondary-content-font-color;
|
|
2418
|
-
font-size:
|
|
2419
|
-
line-height:
|
|
2426
|
+
font-size: $schedule-font-size-12;
|
|
2427
|
+
line-height: $schedule-line-height-26;
|
|
2420
2428
|
overflow: hidden;
|
|
2421
|
-
padding-left:
|
|
2429
|
+
padding-left: $schedule-spacing-8;
|
|
2422
2430
|
text-overflow: ellipsis;
|
|
2423
2431
|
}
|
|
2424
2432
|
|
|
2425
2433
|
.e-no-event {
|
|
2426
2434
|
color: $schedule-secondary-content-font-color;
|
|
2427
2435
|
cursor: default;
|
|
2428
|
-
font-size:
|
|
2429
|
-
height:
|
|
2430
|
-
padding:
|
|
2436
|
+
font-size: $schedule-font-size-14;
|
|
2437
|
+
height: $schedule-height-p100;
|
|
2438
|
+
padding: $schedule-spacing-8 $schedule-spacing-4;
|
|
2431
2439
|
}
|
|
2432
2440
|
|
|
2433
2441
|
.e-agenda-item.e-month-agenda-view {
|
|
@@ -2435,16 +2443,16 @@
|
|
|
2435
2443
|
}
|
|
2436
2444
|
|
|
2437
2445
|
.e-agenda-parent.e-month-agenda-view {
|
|
2438
|
-
margin: 0;
|
|
2439
|
-
padding: 0;
|
|
2446
|
+
margin: $schedule-spacing-0;
|
|
2447
|
+
padding: $schedule-spacing-0;
|
|
2440
2448
|
}
|
|
2441
2449
|
|
|
2442
2450
|
.e-work-cells .e-appointment-indicator {
|
|
2443
2451
|
background: $schedule-appointment-bg-color;
|
|
2444
|
-
border-radius: 50
|
|
2445
|
-
height:
|
|
2452
|
+
border-radius: $schedule-border-radius-50;
|
|
2453
|
+
height: $schedule-height-6;
|
|
2446
2454
|
left: 0;
|
|
2447
|
-
margin:
|
|
2455
|
+
margin: $schedule-spacing-1 auto;
|
|
2448
2456
|
width: 6px;
|
|
2449
2457
|
}
|
|
2450
2458
|
}
|
|
@@ -2454,18 +2462,18 @@
|
|
|
2454
2462
|
.e-left-indent,
|
|
2455
2463
|
.e-week-number {
|
|
2456
2464
|
border-left: $border-size $border-type $schedule-content-border-color;
|
|
2457
|
-
border-right-width: 0;
|
|
2465
|
+
border-right-width: $schedule-border-0;
|
|
2458
2466
|
}
|
|
2459
2467
|
|
|
2460
2468
|
.e-appointment {
|
|
2461
|
-
border-left: 0;
|
|
2462
|
-
border-right:
|
|
2469
|
+
border-left: $schedule-border-0;
|
|
2470
|
+
border-right: $schedule-border-3 solid $schedule-appointment-bg-color;
|
|
2463
2471
|
}
|
|
2464
2472
|
|
|
2465
2473
|
.e-resource-column {
|
|
2466
2474
|
border-bottom: $border-size $border-type $schedule-content-border-color;
|
|
2467
2475
|
border-left: $border-size $border-type $schedule-content-border-color;
|
|
2468
|
-
border-right: 0;
|
|
2476
|
+
border-right: $schedule-border-0;
|
|
2469
2477
|
vertical-align: top;
|
|
2470
2478
|
width: 75px;
|
|
2471
2479
|
|
|
@@ -2475,7 +2483,7 @@
|
|
|
2475
2483
|
}
|
|
2476
2484
|
|
|
2477
2485
|
.e-day-padding {
|
|
2478
|
-
padding-right:
|
|
2486
|
+
padding-right: $schedule-spacing-8;
|
|
2479
2487
|
}
|
|
2480
2488
|
}
|
|
2481
2489
|
}
|
|
@@ -2496,7 +2504,7 @@
|
|
|
2496
2504
|
background: $schedule-agenda-color;
|
|
2497
2505
|
|
|
2498
2506
|
.e-agenda-load-more {
|
|
2499
|
-
font-size:
|
|
2507
|
+
font-size: $schedule-font-size-14;
|
|
2500
2508
|
}
|
|
2501
2509
|
|
|
2502
2510
|
.e-content-wrap table td:first-child,
|
|
@@ -2513,13 +2521,13 @@
|
|
|
2513
2521
|
|
|
2514
2522
|
.e-month-header {
|
|
2515
2523
|
background: $schedule-appointment-bg-color;
|
|
2516
|
-
height:
|
|
2517
|
-
padding-top:
|
|
2524
|
+
height: $schedule-height-100;
|
|
2525
|
+
padding-top: $schedule-spacing-12;
|
|
2518
2526
|
vertical-align: top;
|
|
2519
2527
|
|
|
2520
2528
|
.e-date-header {
|
|
2521
2529
|
color: $schedule-appointment-font-color;
|
|
2522
|
-
font-size:
|
|
2530
|
+
font-size: $schedule-font-size-18;
|
|
2523
2531
|
}
|
|
2524
2532
|
}
|
|
2525
2533
|
|
|
@@ -2530,6 +2538,7 @@
|
|
|
2530
2538
|
|
|
2531
2539
|
.e-m-date {
|
|
2532
2540
|
font-size: $schedule-header-date-nrml-font-size;
|
|
2541
|
+
line-height: $schedule-agenda-date-line-height;
|
|
2533
2542
|
}
|
|
2534
2543
|
|
|
2535
2544
|
.e-m-day {
|
|
@@ -2551,15 +2560,15 @@
|
|
|
2551
2560
|
}
|
|
2552
2561
|
|
|
2553
2562
|
.e-day-padding {
|
|
2554
|
-
padding-left:
|
|
2563
|
+
padding-left: $schedule-spacing-8;
|
|
2555
2564
|
}
|
|
2556
2565
|
|
|
2557
2566
|
.e-date-header {
|
|
2558
|
-
font-size:
|
|
2567
|
+
font-size: $schedule-font-size-20;
|
|
2559
2568
|
}
|
|
2560
2569
|
|
|
2561
2570
|
.e-day-header {
|
|
2562
|
-
font-size:
|
|
2571
|
+
font-size: $schedule-font-size-12;
|
|
2563
2572
|
}
|
|
2564
2573
|
|
|
2565
2574
|
.e-subject-wrap {
|
|
@@ -2593,47 +2602,47 @@
|
|
|
2593
2602
|
.e-subject,
|
|
2594
2603
|
.e-inline-subject {
|
|
2595
2604
|
color: $schedule-primary-content-font-color;
|
|
2596
|
-
font-size:
|
|
2597
|
-
line-height:
|
|
2605
|
+
font-size: $schedule-font-size-14;
|
|
2606
|
+
line-height: $schedule-line-height-23;
|
|
2598
2607
|
overflow: hidden;
|
|
2599
2608
|
text-overflow: ellipsis;
|
|
2600
2609
|
}
|
|
2601
2610
|
|
|
2602
2611
|
.e-inline-subject {
|
|
2603
2612
|
font-weight: normal;
|
|
2604
|
-
padding-top: 0;
|
|
2613
|
+
padding-top: $schedule-spacing-0;
|
|
2605
2614
|
}
|
|
2606
2615
|
|
|
2607
2616
|
.e-resource-name {
|
|
2608
2617
|
color: $schedule-primary-content-font-color;
|
|
2609
2618
|
font-size: $schedule-header-day-nrml-font-size;
|
|
2610
|
-
line-height:
|
|
2619
|
+
line-height: $schedule-line-height-26;
|
|
2611
2620
|
overflow: hidden;
|
|
2612
|
-
padding:
|
|
2621
|
+
padding: $schedule-spacing-8;
|
|
2613
2622
|
text-overflow: ellipsis;
|
|
2614
2623
|
}
|
|
2615
2624
|
|
|
2616
2625
|
.e-recurrence-icon,
|
|
2617
2626
|
.e-recurrence-edit-icon {
|
|
2618
2627
|
color: $schedule-primary-content-font-color;
|
|
2619
|
-
line-height:
|
|
2620
|
-
padding: 0
|
|
2628
|
+
line-height: $schedule-agenda-recurrence-icon-line-height;
|
|
2629
|
+
padding: $schedule-spacing-0 $schedule-spacing-10;
|
|
2621
2630
|
}
|
|
2622
2631
|
|
|
2623
2632
|
.e-date-time {
|
|
2624
2633
|
color: $schedule-secondary-content-font-color;
|
|
2625
|
-
font-size:
|
|
2626
|
-
line-height:
|
|
2634
|
+
font-size: $schedule-font-size-12;
|
|
2635
|
+
line-height: $schedule-agenda-recurrence-icon-line-height;
|
|
2627
2636
|
overflow: hidden;
|
|
2628
2637
|
text-overflow: ellipsis;
|
|
2629
2638
|
}
|
|
2630
2639
|
|
|
2631
2640
|
.e-location {
|
|
2632
2641
|
color: $schedule-secondary-content-font-color;
|
|
2633
|
-
font-size:
|
|
2634
|
-
line-height:
|
|
2642
|
+
font-size: $schedule-font-size-12;
|
|
2643
|
+
line-height: $schedule-line-height-23;
|
|
2635
2644
|
overflow: hidden;
|
|
2636
|
-
padding-left:
|
|
2645
|
+
padding-left: $schedule-spacing-8;
|
|
2637
2646
|
text-overflow: ellipsis;
|
|
2638
2647
|
}
|
|
2639
2648
|
|
|
@@ -2642,13 +2651,13 @@
|
|
|
2642
2651
|
}
|
|
2643
2652
|
|
|
2644
2653
|
.e-agenda-parent {
|
|
2645
|
-
margin: 0;
|
|
2646
|
-
padding: 0;
|
|
2654
|
+
margin: $schedule-spacing-0;
|
|
2655
|
+
padding: $schedule-spacing-0;
|
|
2647
2656
|
}
|
|
2648
2657
|
|
|
2649
2658
|
.e-appointment {
|
|
2650
|
-
border-left:
|
|
2651
|
-
border-right: 0;
|
|
2659
|
+
border-left: $schedule-border-3 solid $schedule-appointment-bg-color;
|
|
2660
|
+
border-right: $schedule-border-0;
|
|
2652
2661
|
cursor: default;
|
|
2653
2662
|
padding: $schedule-agenda-appointment-padding;
|
|
2654
2663
|
|
|
@@ -2672,17 +2681,17 @@
|
|
|
2672
2681
|
.e-no-event {
|
|
2673
2682
|
color: $schedule-secondary-content-font-color;
|
|
2674
2683
|
cursor: default;
|
|
2675
|
-
font-size:
|
|
2676
|
-
line-height:
|
|
2677
|
-
padding: 0
|
|
2684
|
+
font-size: $schedule-font-size-14;
|
|
2685
|
+
line-height: $schedule-line-height-52;
|
|
2686
|
+
padding: $schedule-spacing-0 $schedule-spacing-11;
|
|
2678
2687
|
}
|
|
2679
2688
|
|
|
2680
2689
|
.e-empty-event {
|
|
2681
2690
|
color: $schedule-secondary-content-font-color;
|
|
2682
2691
|
cursor: default;
|
|
2683
|
-
font-size:
|
|
2684
|
-
line-height:
|
|
2685
|
-
padding: 0
|
|
2692
|
+
font-size: $schedule-font-size-14;
|
|
2693
|
+
line-height: $schedule-line-height-52;
|
|
2694
|
+
padding: $schedule-spacing-0 $schedule-spacing-11;
|
|
2686
2695
|
}
|
|
2687
2696
|
}
|
|
2688
2697
|
|
|
@@ -2704,13 +2713,13 @@
|
|
|
2704
2713
|
#{if(&, '&', '*')}.e-rtl {
|
|
2705
2714
|
.e-agenda-view {
|
|
2706
2715
|
.e-appointment {
|
|
2707
|
-
border-left: 0;
|
|
2708
|
-
border-right:
|
|
2716
|
+
border-left: $schedule-border-0;
|
|
2717
|
+
border-right: $schedule-border-3 solid $schedule-appointment-bg-color;
|
|
2709
2718
|
}
|
|
2710
2719
|
|
|
2711
2720
|
.e-resource-column {
|
|
2712
2721
|
border-left: $border-size $border-type $schedule-content-border-color;
|
|
2713
|
-
border-right: 0;
|
|
2722
|
+
border-right: $schedule-border-0;
|
|
2714
2723
|
@include schedule-resource-column-styles;
|
|
2715
2724
|
|
|
2716
2725
|
.e-resource-name {
|
|
@@ -2719,13 +2728,13 @@
|
|
|
2719
2728
|
}
|
|
2720
2729
|
|
|
2721
2730
|
.e-day-padding {
|
|
2722
|
-
padding-right:
|
|
2731
|
+
padding-right: $schedule-spacing-8;
|
|
2723
2732
|
}
|
|
2724
2733
|
|
|
2725
2734
|
.e-date-border {
|
|
2726
2735
|
border-bottom: $border-size $border-type $schedule-content-border-color;
|
|
2727
2736
|
border-left: $border-size $border-type $schedule-content-border-color;
|
|
2728
|
-
border-right: 0;
|
|
2737
|
+
border-right: $schedule-border-0;
|
|
2729
2738
|
}
|
|
2730
2739
|
}
|
|
2731
2740
|
}
|
|
@@ -2803,7 +2812,7 @@
|
|
|
2803
2812
|
|
|
2804
2813
|
/*! schedule event tooltip */
|
|
2805
2814
|
.e-schedule-event-tooltip .e-subject {
|
|
2806
|
-
font-size:
|
|
2815
|
+
font-size: $schedule-font-size-12;
|
|
2807
2816
|
}
|
|
2808
2817
|
|
|
2809
2818
|
.e-tooltip-hidden {
|
|
@@ -2821,17 +2830,17 @@
|
|
|
2821
2830
|
padding: $schedule-following-events-dlg-padding;
|
|
2822
2831
|
|
|
2823
2832
|
button {
|
|
2824
|
-
margin-bottom:
|
|
2833
|
+
margin-bottom: $schedule-spacing-6;
|
|
2825
2834
|
}
|
|
2826
2835
|
}
|
|
2827
2836
|
@media screen and (max-width: 767px) {
|
|
2828
2837
|
width: 289px;
|
|
2829
2838
|
|
|
2830
2839
|
.e-footer-content {
|
|
2831
|
-
padding: 5
|
|
2840
|
+
padding: $schedule-spacing-percentage-5;
|
|
2832
2841
|
|
|
2833
2842
|
button {
|
|
2834
|
-
margin-bottom: 5
|
|
2843
|
+
margin-bottom: $schedule-spacing-percentage-5;
|
|
2835
2844
|
}
|
|
2836
2845
|
}
|
|
2837
2846
|
}
|
|
@@ -2853,7 +2862,7 @@
|
|
|
2853
2862
|
border-top: $schedule-alert-dialog-border;
|
|
2854
2863
|
|
|
2855
2864
|
button {
|
|
2856
|
-
margin-bottom:
|
|
2865
|
+
margin-bottom: $schedule-spacing-6;
|
|
2857
2866
|
}
|
|
2858
2867
|
}
|
|
2859
2868
|
|
|
@@ -2874,11 +2883,11 @@
|
|
|
2874
2883
|
}
|
|
2875
2884
|
|
|
2876
2885
|
.e-dlg-header-content {
|
|
2877
|
-
padding-bottom:
|
|
2886
|
+
padding-bottom: $schedule-spacing-8;
|
|
2878
2887
|
}
|
|
2879
2888
|
|
|
2880
2889
|
.e-dlg-content {
|
|
2881
|
-
padding-bottom:
|
|
2890
|
+
padding-bottom: $schedule-spacing-12;
|
|
2882
2891
|
position: relative;
|
|
2883
2892
|
}
|
|
2884
2893
|
|
|
@@ -2889,34 +2898,34 @@
|
|
|
2889
2898
|
.e-subject-container,
|
|
2890
2899
|
.e-start-container,
|
|
2891
2900
|
.e-description-label {
|
|
2892
|
-
padding-right:
|
|
2901
|
+
padding-right: $schedule-spacing-8;
|
|
2893
2902
|
}
|
|
2894
2903
|
|
|
2895
2904
|
.e-start-time-zone-container {
|
|
2896
|
-
padding-left:
|
|
2897
|
-
padding-right:
|
|
2905
|
+
padding-left: $schedule-spacing-4;
|
|
2906
|
+
padding-right: $schedule-spacing-8;
|
|
2898
2907
|
}
|
|
2899
2908
|
|
|
2900
2909
|
.e-location-container,
|
|
2901
2910
|
.e-end-container {
|
|
2902
|
-
padding-left:
|
|
2911
|
+
padding-left: $schedule-spacing-8;
|
|
2903
2912
|
}
|
|
2904
2913
|
|
|
2905
2914
|
.e-end-time-zone-container {
|
|
2906
|
-
padding-left:
|
|
2907
|
-
padding-right:
|
|
2915
|
+
padding-left: $schedule-spacing-8;
|
|
2916
|
+
padding-right: $schedule-spacing-4;
|
|
2908
2917
|
}
|
|
2909
2918
|
|
|
2910
2919
|
.e-all-day-container {
|
|
2911
|
-
padding-right:
|
|
2920
|
+
padding-right: $schedule-spacing-16;
|
|
2912
2921
|
}
|
|
2913
2922
|
|
|
2914
2923
|
.e-time-zone-row {
|
|
2915
2924
|
display: flex;
|
|
2916
|
-
height: 0;
|
|
2917
|
-
margin-bottom: 0;
|
|
2925
|
+
height: $schedule-height-0;
|
|
2926
|
+
margin-bottom: $schedule-spacing-0;
|
|
2918
2927
|
overflow: hidden;
|
|
2919
|
-
padding-bottom: 0;
|
|
2928
|
+
padding-bottom: $schedule-spacing-0;
|
|
2920
2929
|
transition: .3s ease-in-out;
|
|
2921
2930
|
width: 100%;
|
|
2922
2931
|
|
|
@@ -2928,7 +2937,7 @@
|
|
|
2928
2937
|
|
|
2929
2938
|
&.e-enable {
|
|
2930
2939
|
height: $schedule-timezone-enable-nrml-height;
|
|
2931
|
-
margin-bottom:
|
|
2940
|
+
margin-bottom: $schedule-spacing-12;
|
|
2932
2941
|
|
|
2933
2942
|
.e-start-time-zone-container,
|
|
2934
2943
|
.e-end-time-zone-container {
|
|
@@ -2948,7 +2957,7 @@
|
|
|
2948
2957
|
}
|
|
2949
2958
|
|
|
2950
2959
|
.e-resources {
|
|
2951
|
-
padding-bottom:
|
|
2960
|
+
padding-bottom: $schedule-spacing-12;
|
|
2952
2961
|
width: 100%;
|
|
2953
2962
|
}
|
|
2954
2963
|
|
|
@@ -2970,7 +2979,7 @@
|
|
|
2970
2979
|
|
|
2971
2980
|
.e-description,
|
|
2972
2981
|
.e-float-input .e-description {
|
|
2973
|
-
height:
|
|
2982
|
+
height: $schedule-height-50;
|
|
2974
2983
|
resize: vertical;
|
|
2975
2984
|
}
|
|
2976
2985
|
|
|
@@ -2980,38 +2989,38 @@
|
|
|
2980
2989
|
}
|
|
2981
2990
|
|
|
2982
2991
|
.e-footer-content {
|
|
2983
|
-
margin-top:
|
|
2992
|
+
margin-top: $schedule-spacing-4;
|
|
2984
2993
|
}
|
|
2985
2994
|
|
|
2986
2995
|
&.e-rtl {
|
|
2987
2996
|
text-align: right;
|
|
2988
2997
|
|
|
2989
2998
|
.e-all-day-container {
|
|
2990
|
-
margin-left:
|
|
2991
|
-
margin-right: 0;
|
|
2999
|
+
margin-left: $schedule-spacing-16;
|
|
3000
|
+
margin-right: $schedule-spacing-0;
|
|
2992
3001
|
}
|
|
2993
3002
|
|
|
2994
3003
|
.e-subject-container,
|
|
2995
3004
|
.e-start-container,
|
|
2996
3005
|
.e-description-label {
|
|
2997
|
-
padding-left:
|
|
2998
|
-
padding-right: 0;
|
|
3006
|
+
padding-left: $schedule-spacing-8;
|
|
3007
|
+
padding-right: $schedule-spacing-0;
|
|
2999
3008
|
}
|
|
3000
3009
|
|
|
3001
3010
|
.e-start-time-zone-container {
|
|
3002
|
-
padding-left:
|
|
3003
|
-
padding-right:
|
|
3011
|
+
padding-left: $schedule-spacing-8;
|
|
3012
|
+
padding-right: $schedule-spacing-4;
|
|
3004
3013
|
}
|
|
3005
3014
|
|
|
3006
3015
|
.e-location-container,
|
|
3007
3016
|
.e-end-container {
|
|
3008
|
-
padding-left: 0;
|
|
3009
|
-
padding-right:
|
|
3017
|
+
padding-left: $schedule-spacing-0;
|
|
3018
|
+
padding-right: $schedule-spacing-8;
|
|
3010
3019
|
}
|
|
3011
3020
|
|
|
3012
3021
|
.e-end-time-zone-container {
|
|
3013
|
-
padding-left:
|
|
3014
|
-
padding-right:
|
|
3022
|
+
padding-left: $schedule-spacing-4;
|
|
3023
|
+
padding-right: $schedule-spacing-8;
|
|
3015
3024
|
}
|
|
3016
3025
|
|
|
3017
3026
|
.e-event-delete {
|
|
@@ -3034,7 +3043,7 @@
|
|
|
3034
3043
|
|
|
3035
3044
|
.e-schedule-dialog {
|
|
3036
3045
|
.e-all-day-container {
|
|
3037
|
-
padding-bottom:
|
|
3046
|
+
padding-bottom: $schedule-spacing-10;
|
|
3038
3047
|
}
|
|
3039
3048
|
|
|
3040
3049
|
.e-all-day-time-zone-row {
|
|
@@ -3045,7 +3054,7 @@
|
|
|
3045
3054
|
.e-ddl.e-popup {
|
|
3046
3055
|
.e-resource-template {
|
|
3047
3056
|
display: flex;
|
|
3048
|
-
padding: 0
|
|
3057
|
+
padding: $schedule-spacing-0 $schedule-spacing-10;
|
|
3049
3058
|
text-indent: 10px;
|
|
3050
3059
|
|
|
3051
3060
|
.e-resource-color {
|
|
@@ -3091,7 +3100,7 @@
|
|
|
3091
3100
|
.e-end-container,
|
|
3092
3101
|
.e-start-time-zone-container,
|
|
3093
3102
|
.e-end-time-zone-container {
|
|
3094
|
-
padding-left: 0;
|
|
3103
|
+
padding-left: $schedule-spacing-0;
|
|
3095
3104
|
width: 100%;
|
|
3096
3105
|
}
|
|
3097
3106
|
|
|
@@ -3099,7 +3108,7 @@
|
|
|
3099
3108
|
.e-start-container,
|
|
3100
3109
|
.e-start-time-zone-container,
|
|
3101
3110
|
.e-description-label {
|
|
3102
|
-
padding-right: 0;
|
|
3111
|
+
padding-right: $schedule-spacing-0;
|
|
3103
3112
|
}
|
|
3104
3113
|
|
|
3105
3114
|
.e-location-container,
|
|
@@ -3110,7 +3119,7 @@
|
|
|
3110
3119
|
.e-subject-container,
|
|
3111
3120
|
.e-description-row,
|
|
3112
3121
|
.e-repeat-container {
|
|
3113
|
-
padding-top:
|
|
3122
|
+
padding-top: $schedule-spacing-20;
|
|
3114
3123
|
}
|
|
3115
3124
|
|
|
3116
3125
|
.e-all-day-time-zone-row {
|
|
@@ -3118,27 +3127,27 @@
|
|
|
3118
3127
|
}
|
|
3119
3128
|
|
|
3120
3129
|
.e-resources {
|
|
3121
|
-
padding-bottom: 0;
|
|
3122
|
-
padding-top:
|
|
3130
|
+
padding-bottom: $schedule-spacing-0;
|
|
3131
|
+
padding-top: $schedule-spacing-20;
|
|
3123
3132
|
}
|
|
3124
3133
|
|
|
3125
3134
|
.e-description,
|
|
3126
3135
|
.e-float-input .e-description {
|
|
3127
|
-
height:
|
|
3136
|
+
height: $schedule-height-60;
|
|
3128
3137
|
resize: vertical;
|
|
3129
3138
|
}
|
|
3130
3139
|
|
|
3131
3140
|
.e-all-day-time-zone-row {
|
|
3132
|
-
margin-top: 0;
|
|
3133
|
-
padding-bottom: 0;
|
|
3141
|
+
margin-top: $schedule-spacing-0;
|
|
3142
|
+
padding-bottom: $schedule-spacing-0;
|
|
3134
3143
|
}
|
|
3135
3144
|
|
|
3136
3145
|
.e-repeat-parent-row {
|
|
3137
|
-
padding-top:
|
|
3146
|
+
padding-top: $schedule-spacing-8;
|
|
3138
3147
|
}
|
|
3139
3148
|
|
|
3140
3149
|
.e-all-day-container {
|
|
3141
|
-
margin-right:
|
|
3150
|
+
margin-right: $schedule-spacing-20;
|
|
3142
3151
|
}
|
|
3143
3152
|
|
|
3144
3153
|
.e-title-header {
|
|
@@ -3150,7 +3159,7 @@
|
|
|
3150
3159
|
.e-back-icon,
|
|
3151
3160
|
.e-forward-icon {
|
|
3152
3161
|
cursor: pointer;
|
|
3153
|
-
line-height: normal;
|
|
3162
|
+
line-height: $schedule-line-height-normal;
|
|
3154
3163
|
}
|
|
3155
3164
|
|
|
3156
3165
|
.e-title-text {
|
|
@@ -3175,8 +3184,8 @@
|
|
|
3175
3184
|
|
|
3176
3185
|
.e-repeat-container {
|
|
3177
3186
|
display: block;
|
|
3178
|
-
padding-right:
|
|
3179
|
-
padding-left: 0;
|
|
3187
|
+
padding-right: $schedule-spacing-35;
|
|
3188
|
+
padding-left: $schedule-spacing-0;
|
|
3180
3189
|
}
|
|
3181
3190
|
|
|
3182
3191
|
.e-icon-down-arrow {
|
|
@@ -3189,27 +3198,27 @@
|
|
|
3189
3198
|
}
|
|
3190
3199
|
|
|
3191
3200
|
.e-all-day-container {
|
|
3192
|
-
margin-left:
|
|
3193
|
-
margin-right: 0;
|
|
3201
|
+
margin-left: $schedule-spacing-20;
|
|
3202
|
+
margin-right: $schedule-spacing-0;
|
|
3194
3203
|
}
|
|
3195
3204
|
|
|
3196
3205
|
.e-subject-container,
|
|
3197
3206
|
.e-start-container,
|
|
3198
3207
|
.e-start-time-zone-container,
|
|
3199
3208
|
.e-description-label {
|
|
3200
|
-
padding-left: 0;
|
|
3209
|
+
padding-left: $schedule-spacing-0;
|
|
3201
3210
|
}
|
|
3202
3211
|
|
|
3203
3212
|
.e-location-container,
|
|
3204
3213
|
.e-end-container,
|
|
3205
3214
|
.e-end-time-zone-container,
|
|
3206
3215
|
.e-all-day-container {
|
|
3207
|
-
padding-right: 0;
|
|
3216
|
+
padding-right: $schedule-spacing-0;
|
|
3208
3217
|
}
|
|
3209
3218
|
|
|
3210
3219
|
.e-repeat-container {
|
|
3211
|
-
padding-left:
|
|
3212
|
-
padding-right: 0;
|
|
3220
|
+
padding-left: $schedule-spacing-35;
|
|
3221
|
+
padding-right: $schedule-spacing-0;
|
|
3213
3222
|
}
|
|
3214
3223
|
}
|
|
3215
3224
|
|
|
@@ -3221,13 +3230,13 @@
|
|
|
3221
3230
|
}
|
|
3222
3231
|
|
|
3223
3232
|
.e-recurrence-edit-button {
|
|
3224
|
-
border: 0;
|
|
3233
|
+
border: $schedule-border-0;
|
|
3225
3234
|
box-shadow: none;
|
|
3226
|
-
margin: -
|
|
3235
|
+
margin: $schedule-negative-spacing-3 $schedule-spacing-5;
|
|
3227
3236
|
position: absolute;
|
|
3228
3237
|
|
|
3229
3238
|
.e-recurrence-edit.e-icons {
|
|
3230
|
-
font-size:
|
|
3239
|
+
font-size: $schedule-font-icon-size-12;
|
|
3231
3240
|
position: relative;
|
|
3232
3241
|
top: 1px;
|
|
3233
3242
|
}
|
|
@@ -3246,7 +3255,7 @@
|
|
|
3246
3255
|
opacity: 1;
|
|
3247
3256
|
user-select: none;
|
|
3248
3257
|
width: 100%;
|
|
3249
|
-
border:
|
|
3258
|
+
border: $schedule-border-1 solid $schedule-popup-border-color;
|
|
3250
3259
|
|
|
3251
3260
|
.e-hidden {
|
|
3252
3261
|
display: none;
|
|
@@ -3287,7 +3296,7 @@
|
|
|
3287
3296
|
}
|
|
3288
3297
|
|
|
3289
3298
|
.e-subject {
|
|
3290
|
-
font-size:
|
|
3299
|
+
font-size: $schedule-font-size-22;
|
|
3291
3300
|
height: $schedule-cell-popup-subject-height;
|
|
3292
3301
|
}
|
|
3293
3302
|
}
|
|
@@ -3351,9 +3360,9 @@
|
|
|
3351
3360
|
border-radius: $schedule-event-popup-subject-border-radius;
|
|
3352
3361
|
color: $schedule-event-popup-subject-color;
|
|
3353
3362
|
cursor: default;
|
|
3354
|
-
font-size:
|
|
3355
|
-
font-weight:
|
|
3356
|
-
line-height: 1
|
|
3363
|
+
font-size: $schedule-font-size-20;
|
|
3364
|
+
font-weight: $schedule-font-weight-medium;
|
|
3365
|
+
line-height: $schedule-line-height-1-5;
|
|
3357
3366
|
max-height: 87px;
|
|
3358
3367
|
padding: $schedule-event-popup-subject-padding;
|
|
3359
3368
|
}
|
|
@@ -3378,7 +3387,7 @@
|
|
|
3378
3387
|
.e-delete,
|
|
3379
3388
|
.e-close {
|
|
3380
3389
|
background: transparent;
|
|
3381
|
-
border: 0;
|
|
3390
|
+
border: $schedule-border-0;
|
|
3382
3391
|
}
|
|
3383
3392
|
}
|
|
3384
3393
|
|
|
@@ -3409,12 +3418,12 @@
|
|
|
3409
3418
|
.e-resource-details {
|
|
3410
3419
|
color: $schedule-primary-content-font-color;
|
|
3411
3420
|
cursor: default;
|
|
3412
|
-
font-size:
|
|
3421
|
+
font-size: $schedule-font-size-14;
|
|
3413
3422
|
}
|
|
3414
3423
|
}
|
|
3415
3424
|
|
|
3416
3425
|
.e-popup-table td:last-child {
|
|
3417
|
-
padding-top: 0;
|
|
3426
|
+
padding-top: $schedule-spacing-0;
|
|
3418
3427
|
}
|
|
3419
3428
|
|
|
3420
3429
|
.e-popup-footer {
|
|
@@ -3423,7 +3432,7 @@
|
|
|
3423
3432
|
text-align: right;
|
|
3424
3433
|
|
|
3425
3434
|
.e-event-edit {
|
|
3426
|
-
margin-right:
|
|
3435
|
+
margin-right: $schedule-spacing-8;
|
|
3427
3436
|
}
|
|
3428
3437
|
|
|
3429
3438
|
.e-event-edit,
|
|
@@ -3437,7 +3446,7 @@
|
|
|
3437
3446
|
|
|
3438
3447
|
.e-event-details {
|
|
3439
3448
|
border: $schedule-popup-btn-border;
|
|
3440
|
-
margin-right:
|
|
3449
|
+
margin-right: $schedule-spacing-8;
|
|
3441
3450
|
right: auto;
|
|
3442
3451
|
text-transform: $schedule-popup-footer-text-transform;
|
|
3443
3452
|
}
|
|
@@ -3459,11 +3468,11 @@
|
|
|
3459
3468
|
|
|
3460
3469
|
.e-event-details,
|
|
3461
3470
|
.e-event-edit {
|
|
3462
|
-
margin-left:
|
|
3471
|
+
margin-left: $schedule-spacing-8;
|
|
3463
3472
|
}
|
|
3464
3473
|
|
|
3465
3474
|
.e-popup-footer {
|
|
3466
|
-
padding:
|
|
3475
|
+
padding: $schedule-spacing-8 $schedule-spacing-8 $schedule-spacing-8 $schedule-spacing-18;
|
|
3467
3476
|
text-align: left;
|
|
3468
3477
|
}
|
|
3469
3478
|
|
|
@@ -3472,18 +3481,18 @@
|
|
|
3472
3481
|
.e-time-zone-icon,
|
|
3473
3482
|
.e-description-icon,
|
|
3474
3483
|
.e-resource-icon {
|
|
3475
|
-
padding: 0 0 0
|
|
3484
|
+
padding: $schedule-spacing-0 $schedule-spacing-0 $schedule-spacing-0 $schedule-spacing-10;
|
|
3476
3485
|
}
|
|
3477
3486
|
}
|
|
3478
3487
|
|
|
3479
3488
|
&.e-device {
|
|
3480
3489
|
bottom: 0;
|
|
3481
|
-
height:
|
|
3490
|
+
height: $schedule-height-p100;
|
|
3482
3491
|
left: 0;
|
|
3483
|
-
margin: 0;
|
|
3492
|
+
margin: $schedule-spacing-0;
|
|
3484
3493
|
max-width: 100%;
|
|
3485
3494
|
overflow: hidden;
|
|
3486
|
-
padding: 0;
|
|
3495
|
+
padding: $schedule-spacing-0;
|
|
3487
3496
|
position: fixed;
|
|
3488
3497
|
right: 0;
|
|
3489
3498
|
top: 0;
|
|
@@ -3507,7 +3516,7 @@
|
|
|
3507
3516
|
.e-edit.e-btn.e-small.e-round,
|
|
3508
3517
|
.e-delete.e-btn.e-small.e-round,
|
|
3509
3518
|
.e-close.e-btn.e-small.e-round {
|
|
3510
|
-
height: 2
|
|
3519
|
+
height: $schedule-height-2-5;
|
|
3511
3520
|
width: 2.5em;
|
|
3512
3521
|
}
|
|
3513
3522
|
|
|
@@ -3517,7 +3526,7 @@
|
|
|
3517
3526
|
}
|
|
3518
3527
|
|
|
3519
3528
|
.e-close {
|
|
3520
|
-
margin-left: 0;
|
|
3529
|
+
margin-left: $schedule-spacing-0;
|
|
3521
3530
|
margin-right: auto;
|
|
3522
3531
|
order: -1;
|
|
3523
3532
|
}
|
|
@@ -3528,20 +3537,20 @@
|
|
|
3528
3537
|
}
|
|
3529
3538
|
|
|
3530
3539
|
.e-event-popup .e-popup-content {
|
|
3531
|
-
padding:
|
|
3540
|
+
padding: $schedule-spacing-12 $schedule-spacing-24;
|
|
3532
3541
|
}
|
|
3533
3542
|
|
|
3534
3543
|
.e-multiple-event-popup .e-popup-header {
|
|
3535
3544
|
display: flex;
|
|
3536
|
-
padding:
|
|
3545
|
+
padding: $schedule-spacing-15;
|
|
3537
3546
|
|
|
3538
3547
|
.e-close,
|
|
3539
3548
|
.e-edit,
|
|
3540
3549
|
.e-delete {
|
|
3541
3550
|
background: $schedule-multiple-event-popup-icon-bg-color;
|
|
3542
|
-
border: 0;
|
|
3551
|
+
border: $schedule-border-0;
|
|
3543
3552
|
color: $schedule-multiple-event-popup-icon-color;
|
|
3544
|
-
height:
|
|
3553
|
+
height: $schedule-height-35;
|
|
3545
3554
|
width: 35px;
|
|
3546
3555
|
&:focus,
|
|
3547
3556
|
&:hover {
|
|
@@ -3550,10 +3559,10 @@
|
|
|
3550
3559
|
}
|
|
3551
3560
|
|
|
3552
3561
|
.e-subject {
|
|
3553
|
-
font-size:
|
|
3554
|
-
font-weight:
|
|
3555
|
-
height:
|
|
3556
|
-
line-height: 2
|
|
3562
|
+
font-size: $schedule-font-size-15;
|
|
3563
|
+
font-weight: $schedule-font-weight-medium;
|
|
3564
|
+
height: $schedule-height-35;
|
|
3565
|
+
line-height: $schedule-line-height-2-25;
|
|
3557
3566
|
padding: $schedule-multiple-event-popup-subject-padding;
|
|
3558
3567
|
width: calc(100% - 105px);
|
|
3559
3568
|
}
|
|
@@ -3569,7 +3578,7 @@
|
|
|
3569
3578
|
.e-event-popup .e-popup-header {
|
|
3570
3579
|
.e-close {
|
|
3571
3580
|
margin-left: auto;
|
|
3572
|
-
margin-right: 0;
|
|
3581
|
+
margin-right: $schedule-spacing-0;
|
|
3573
3582
|
}
|
|
3574
3583
|
}
|
|
3575
3584
|
}
|
|
@@ -3582,12 +3591,12 @@
|
|
|
3582
3591
|
min-width: 100%;
|
|
3583
3592
|
|
|
3584
3593
|
.e-popup-footer {
|
|
3585
|
-
padding-left:
|
|
3594
|
+
padding-left: $schedule-spacing-5;
|
|
3586
3595
|
}
|
|
3587
3596
|
|
|
3588
3597
|
&.e-rtl {
|
|
3589
3598
|
.e-popup-footer {
|
|
3590
|
-
padding-right:
|
|
3599
|
+
padding-right: $schedule-spacing-5;
|
|
3591
3600
|
}
|
|
3592
3601
|
}
|
|
3593
3602
|
}
|
|
@@ -3598,8 +3607,7 @@
|
|
|
3598
3607
|
border-radius: $schedule-appointment-border-radius;
|
|
3599
3608
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
3600
3609
|
color: $schedule-appointment-font-color;
|
|
3601
|
-
|
|
3602
|
-
height: 38px;
|
|
3610
|
+
height: $schedule-height-38;
|
|
3603
3611
|
width: 100px;
|
|
3604
3612
|
z-index: 9;
|
|
3605
3613
|
|
|
@@ -3619,7 +3627,7 @@
|
|
|
3619
3627
|
.e-appointment-details {
|
|
3620
3628
|
flex: auto;
|
|
3621
3629
|
overflow: hidden;
|
|
3622
|
-
padding: 0
|
|
3630
|
+
padding: $schedule-spacing-0 $schedule-spacing-4;
|
|
3623
3631
|
text-align: left;
|
|
3624
3632
|
|
|
3625
3633
|
.e-inner-wrap {
|
|
@@ -3629,14 +3637,14 @@
|
|
|
3629
3637
|
|
|
3630
3638
|
.e-subject {
|
|
3631
3639
|
@include schedule-appointments-subject-styles;
|
|
3632
|
-
padding-top:
|
|
3640
|
+
padding-top: $schedule-spacing-4;
|
|
3633
3641
|
text-overflow: ellipsis;
|
|
3634
3642
|
}
|
|
3635
3643
|
|
|
3636
3644
|
.e-time {
|
|
3637
|
-
font-size:
|
|
3645
|
+
font-size: $schedule-font-size-11;
|
|
3638
3646
|
overflow: hidden;
|
|
3639
|
-
padding-top:
|
|
3647
|
+
padding-top: $schedule-spacing-1;
|
|
3640
3648
|
text-overflow: ellipsis;
|
|
3641
3649
|
}
|
|
3642
3650
|
|
|
@@ -3648,11 +3656,7 @@
|
|
|
3648
3656
|
&.e-month-event {
|
|
3649
3657
|
.e-appointment-details {
|
|
3650
3658
|
.e-subject {
|
|
3651
|
-
padding:
|
|
3652
|
-
}
|
|
3653
|
-
|
|
3654
|
-
.e-time {
|
|
3655
|
-
display: none;
|
|
3659
|
+
padding: $schedule-spacing-0;
|
|
3656
3660
|
}
|
|
3657
3661
|
}
|
|
3658
3662
|
}
|
|
@@ -3661,7 +3665,7 @@
|
|
|
3661
3665
|
.e-vertical-view .e-all-day-appointment-wrapper .e-appointment.e-schedule-event-clone {
|
|
3662
3666
|
.e-appointment-details {
|
|
3663
3667
|
.e-subject {
|
|
3664
|
-
padding:
|
|
3668
|
+
padding: $schedule-spacing-3 $schedule-spacing-0 $schedule-spacing-1 $schedule-spacing-4;
|
|
3665
3669
|
}
|
|
3666
3670
|
|
|
3667
3671
|
.e-time {
|
|
@@ -3693,7 +3697,7 @@
|
|
|
3693
3697
|
|
|
3694
3698
|
.e-more-popup-wrapper {
|
|
3695
3699
|
background: $schedule-popup-bg-color;
|
|
3696
|
-
border:
|
|
3700
|
+
border: $schedule-border-1 solid $schedule-popup-border-color;
|
|
3697
3701
|
border-radius: $schedule-more-popup-wrapper-border-radius;
|
|
3698
3702
|
box-shadow: $schedule-more-indicator-shadow-color-more-popup;
|
|
3699
3703
|
opacity: 1;
|
|
@@ -3701,35 +3705,35 @@
|
|
|
3701
3705
|
width: 225px;
|
|
3702
3706
|
|
|
3703
3707
|
.e-more-appointment-wrapper {
|
|
3704
|
-
margin: 0
|
|
3708
|
+
margin: $schedule-spacing-0 $schedule-spacing-4;
|
|
3705
3709
|
}
|
|
3706
3710
|
|
|
3707
3711
|
.e-more-event-popup {
|
|
3708
|
-
height:
|
|
3712
|
+
height: $schedule-height-p100;
|
|
3709
3713
|
position: relative;
|
|
3710
3714
|
width: 100%;
|
|
3711
3715
|
}
|
|
3712
3716
|
|
|
3713
3717
|
.e-more-event-header {
|
|
3714
|
-
height:
|
|
3715
|
-
margin: 0
|
|
3718
|
+
height: $schedule-height-35;
|
|
3719
|
+
margin: $schedule-spacing-0 $schedule-spacing-8 $schedule-spacing-4 $schedule-spacing-14;
|
|
3716
3720
|
}
|
|
3717
3721
|
|
|
3718
3722
|
.e-more-event-content {
|
|
3719
3723
|
color: $schedule-primary-content-font-color;
|
|
3720
|
-
height: calc(
|
|
3724
|
+
height: calc($schedule-height-p100 - $schedule-height-35);
|
|
3721
3725
|
max-height: 150px;
|
|
3722
3726
|
overflow-y: auto;
|
|
3723
|
-
padding:
|
|
3727
|
+
padding: $schedule-spacing-10 $schedule-spacing-10 $schedule-spacing-0;
|
|
3724
3728
|
|
|
3725
3729
|
.e-appointment-border {
|
|
3726
|
-
border: 0;
|
|
3730
|
+
border: $schedule-border-0;
|
|
3727
3731
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
3728
3732
|
}
|
|
3729
3733
|
}
|
|
3730
3734
|
|
|
3731
3735
|
.e-more-event-date-header {
|
|
3732
|
-
height:
|
|
3736
|
+
height: $schedule-height-p100;
|
|
3733
3737
|
width: calc(100% - 25px);
|
|
3734
3738
|
|
|
3735
3739
|
.e-current-date {
|
|
@@ -3740,14 +3744,14 @@
|
|
|
3740
3744
|
.e-header-day {
|
|
3741
3745
|
color: $schedule-primary-content-font-color;
|
|
3742
3746
|
font-size: $schedule-date-header-wrap-nrml-font-size;
|
|
3743
|
-
line-height: 1;
|
|
3747
|
+
line-height: $schedule-line-height-1;
|
|
3744
3748
|
padding-bottom: $schedule-more-appointment-margin-bottom;
|
|
3745
3749
|
}
|
|
3746
3750
|
|
|
3747
3751
|
.e-header-date {
|
|
3748
3752
|
color: $schedule-primary-content-font-color;
|
|
3749
3753
|
font-size: $schedule-header-date-nrml-font-size;
|
|
3750
|
-
line-height: 1;
|
|
3754
|
+
line-height: $schedule-line-height-1;
|
|
3751
3755
|
max-width: 15%;
|
|
3752
3756
|
|
|
3753
3757
|
&:hover {
|
|
@@ -3762,11 +3766,11 @@
|
|
|
3762
3766
|
|
|
3763
3767
|
.e-more-event-close {
|
|
3764
3768
|
background: transparent;
|
|
3765
|
-
border: 0;
|
|
3769
|
+
border: $schedule-border-0;
|
|
3766
3770
|
box-shadow: none;
|
|
3767
3771
|
color: $schedule-popup-icon-color;
|
|
3768
3772
|
cursor: pointer;
|
|
3769
|
-
height:
|
|
3773
|
+
height: $schedule-height-25;
|
|
3770
3774
|
padding: $schedule-bgr-more-event-close-icon-padding;
|
|
3771
3775
|
position: absolute;
|
|
3772
3776
|
right: 6px;
|
|
@@ -3783,7 +3787,7 @@
|
|
|
3783
3787
|
&:focus,
|
|
3784
3788
|
&:hover {
|
|
3785
3789
|
background: $schedule-popup-header-icon-focus-bg-color;
|
|
3786
|
-
border-radius: 50
|
|
3790
|
+
border-radius: $schedule-border-radius-50;
|
|
3787
3791
|
color: $schedule-popup-header-icon-focus-color;
|
|
3788
3792
|
@if $skin-name == 'fluent2'{
|
|
3789
3793
|
.e-close-icon {
|
|
@@ -3801,16 +3805,16 @@
|
|
|
3801
3805
|
height: $schedule-month-appointment-height;
|
|
3802
3806
|
line-height: $schedule-appointment-text-line-height;
|
|
3803
3807
|
margin-bottom: $schedule-more-appointment-margin-bottom;
|
|
3804
|
-
padding:
|
|
3808
|
+
padding: $schedule-spacing-2 $schedule-spacing-0;
|
|
3805
3809
|
width: 100%;
|
|
3806
3810
|
|
|
3807
3811
|
.e-subject {
|
|
3808
3812
|
color: $schedule-appointment-font-color;
|
|
3809
3813
|
flex: auto;
|
|
3810
|
-
font-size:
|
|
3811
|
-
font-weight:
|
|
3814
|
+
font-size: $schedule-font-size-13;
|
|
3815
|
+
font-weight: $schedule-font-weight-medium;
|
|
3812
3816
|
overflow: hidden;
|
|
3813
|
-
padding: 0
|
|
3817
|
+
padding: $schedule-spacing-0 $schedule-spacing-2;
|
|
3814
3818
|
text-overflow: ellipsis;
|
|
3815
3819
|
white-space: nowrap;
|
|
3816
3820
|
}
|
|
@@ -3825,22 +3829,22 @@
|
|
|
3825
3829
|
|
|
3826
3830
|
.e-recurrence-icon,
|
|
3827
3831
|
.e-recurrence-edit-icon {
|
|
3828
|
-
line-height: $schedule-
|
|
3829
|
-
padding: 0
|
|
3832
|
+
line-height: $schedule-recurrence-icon-line-height;
|
|
3833
|
+
padding: $schedule-spacing-0 $schedule-spacing-2;
|
|
3830
3834
|
}
|
|
3831
3835
|
|
|
3832
3836
|
&.e-appointment-border,
|
|
3833
3837
|
&:focus {
|
|
3834
|
-
border: 0;
|
|
3838
|
+
border: $schedule-border-0;
|
|
3835
3839
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
3836
3840
|
}
|
|
3837
3841
|
}
|
|
3838
3842
|
|
|
3839
3843
|
&.e-device {
|
|
3840
3844
|
bottom: 0;
|
|
3841
|
-
height:
|
|
3845
|
+
height: $schedule-height-p100;
|
|
3842
3846
|
left: 0;
|
|
3843
|
-
margin: 0;
|
|
3847
|
+
margin: $schedule-spacing-0;
|
|
3844
3848
|
max-width: 100%;
|
|
3845
3849
|
overflow: hidden;
|
|
3846
3850
|
position: fixed;
|
|
@@ -3856,11 +3860,11 @@
|
|
|
3856
3860
|
|
|
3857
3861
|
&.e-rtl {
|
|
3858
3862
|
.e-header-date {
|
|
3859
|
-
padding-right:
|
|
3863
|
+
padding-right: $schedule-spacing-10;
|
|
3860
3864
|
}
|
|
3861
3865
|
|
|
3862
3866
|
.e-header-day {
|
|
3863
|
-
padding-right:
|
|
3867
|
+
padding-right: $schedule-spacing-10;
|
|
3864
3868
|
}
|
|
3865
3869
|
|
|
3866
3870
|
.e-more-event-close {
|