@syncfusion/ej2-schedule 31.2.15 → 32.1.20
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 +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +65 -37
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +80 -52
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- 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 +11 -8
- package/src/schedule/actions/drag.js +1 -5
- package/src/schedule/actions/keyboard.js +1 -0
- package/src/schedule/actions/resize.js +23 -10
- package/src/schedule/base/interface.d.ts +2 -0
- package/src/schedule/base/resource.js +24 -12
- package/src/schedule/base/schedule.d.ts +2 -2
- package/src/schedule/base/schedule.js +3 -3
- package/src/schedule/event-renderer/agenda-base.js +3 -2
- 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/view-base.js +7 -3
- 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,11 +1,13 @@
|
|
|
1
|
+
@use 'ej2-base/styles/common/mixin' as *;
|
|
2
|
+
@use './theme-variables' as *;
|
|
1
3
|
@mixin schedule-inline-appointment-styles {
|
|
2
4
|
background: transparent;
|
|
3
|
-
border: 0;
|
|
5
|
+
border: $schedule-border-0;
|
|
4
6
|
color: $schedule-appointment-font-color;
|
|
5
|
-
font-size:
|
|
6
|
-
font-weight:
|
|
7
|
-
line-height: 1
|
|
8
|
-
padding-top:
|
|
7
|
+
font-size: $schedule-font-size-13;
|
|
8
|
+
font-weight: $schedule-font-weight-medium;
|
|
9
|
+
line-height: $schedule-line-height-1-2;
|
|
10
|
+
padding-top: $schedule-spacing-4;
|
|
9
11
|
width: 100%;
|
|
10
12
|
}
|
|
11
13
|
|
|
@@ -41,7 +43,7 @@
|
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
.e-tbar-btn-text {
|
|
44
|
-
line-height: inherit;
|
|
46
|
+
line-height: $schedule-line-height-inherit;
|
|
45
47
|
}
|
|
46
48
|
}
|
|
47
49
|
|
|
@@ -67,7 +69,7 @@
|
|
|
67
69
|
|
|
68
70
|
button.e-btn,
|
|
69
71
|
.e-tbar-btn.e-btn.e-control {
|
|
70
|
-
height: auto;
|
|
72
|
+
height: $schedule-height-auto;
|
|
71
73
|
line-height: $schedule-tbar-btn-bgr-line-height;
|
|
72
74
|
margin: $schedule-tbar-btn-bgr-mrgn;
|
|
73
75
|
min-width: $schedule-tbar-btn-bgr-minwidth;
|
|
@@ -170,8 +172,8 @@
|
|
|
170
172
|
.e-bigger .e-schedule-event-tooltip,
|
|
171
173
|
.e-schedule-event-tooltip.e-bigger {
|
|
172
174
|
.e-subject {
|
|
173
|
-
font-size:
|
|
174
|
-
font-weight:
|
|
175
|
+
font-size: $schedule-font-size-14;
|
|
176
|
+
font-weight: $schedule-font-weight-medium;
|
|
175
177
|
}
|
|
176
178
|
}
|
|
177
179
|
|
|
@@ -185,7 +187,7 @@
|
|
|
185
187
|
|
|
186
188
|
.e-bigger {
|
|
187
189
|
.e-ddl.e-popup .e-resource-template {
|
|
188
|
-
padding: 0
|
|
190
|
+
padding: $schedule-spacing-0 $schedule-spacing-15;
|
|
189
191
|
|
|
190
192
|
.e-resource-color {
|
|
191
193
|
height: $schedule-bigger-resource-color-size;
|
|
@@ -200,11 +202,11 @@
|
|
|
200
202
|
}
|
|
201
203
|
|
|
202
204
|
.e-dlg-header-content {
|
|
203
|
-
padding-bottom:
|
|
205
|
+
padding-bottom: $schedule-spacing-8;
|
|
204
206
|
}
|
|
205
207
|
|
|
206
208
|
.e-dlg-content {
|
|
207
|
-
padding-bottom:
|
|
209
|
+
padding-bottom: $schedule-spacing-12;
|
|
208
210
|
position: relative;
|
|
209
211
|
}
|
|
210
212
|
|
|
@@ -212,17 +214,17 @@
|
|
|
212
214
|
.e-start-container,
|
|
213
215
|
.e-start-time-zone-container,
|
|
214
216
|
.e-description-label {
|
|
215
|
-
padding-right:
|
|
217
|
+
padding-right: $schedule-spacing-12;
|
|
216
218
|
}
|
|
217
219
|
|
|
218
220
|
.e-location-container,
|
|
219
221
|
.e-end-container,
|
|
220
222
|
.e-end-time-zone-container {
|
|
221
|
-
padding-left:
|
|
223
|
+
padding-left: $schedule-spacing-12;
|
|
222
224
|
}
|
|
223
225
|
|
|
224
226
|
.e-all-day-container {
|
|
225
|
-
padding-right:
|
|
227
|
+
padding-right: $schedule-spacing-16;
|
|
226
228
|
}
|
|
227
229
|
|
|
228
230
|
.e-time-zone-row {
|
|
@@ -245,14 +247,14 @@
|
|
|
245
247
|
}
|
|
246
248
|
|
|
247
249
|
.e-resources {
|
|
248
|
-
padding-bottom:
|
|
250
|
+
padding-bottom: $schedule-spacing-12;
|
|
249
251
|
width: 100%;
|
|
250
252
|
}
|
|
251
253
|
|
|
252
254
|
.e-all-day-time-zone-row {
|
|
253
255
|
display: flex;
|
|
254
|
-
padding-bottom:
|
|
255
|
-
padding-top: 0;
|
|
256
|
+
padding-bottom: $schedule-spacing-20;
|
|
257
|
+
padding-top: $schedule-spacing-0;
|
|
256
258
|
width: 100%;
|
|
257
259
|
}
|
|
258
260
|
|
|
@@ -273,17 +275,17 @@
|
|
|
273
275
|
.e-subject-container,
|
|
274
276
|
.e-description-row,
|
|
275
277
|
.e-repeat-container {
|
|
276
|
-
padding-top: 0;
|
|
278
|
+
padding-top: $schedule-spacing-0;
|
|
277
279
|
}
|
|
278
280
|
|
|
279
281
|
.e-all-day-time-zone-row {
|
|
280
|
-
padding-bottom:
|
|
282
|
+
padding-bottom: $schedule-spacing-16;
|
|
281
283
|
padding-top: $schedule-bigger-dialog-all-day-row-padding-top;
|
|
282
284
|
}
|
|
283
285
|
|
|
284
286
|
.e-description,
|
|
285
287
|
.e-float-input .e-description {
|
|
286
|
-
height:
|
|
288
|
+
height: $schedule-height-50;
|
|
287
289
|
resize: vertical;
|
|
288
290
|
}
|
|
289
291
|
|
|
@@ -295,23 +297,23 @@
|
|
|
295
297
|
|
|
296
298
|
&.e-rtl {
|
|
297
299
|
.e-all-day-container {
|
|
298
|
-
margin-left:
|
|
299
|
-
margin-right: 0;
|
|
300
|
+
margin-left: $schedule-spacing-20;
|
|
301
|
+
margin-right: $schedule-spacing-0;
|
|
300
302
|
}
|
|
301
303
|
|
|
302
304
|
.e-subject-container,
|
|
303
305
|
.e-start-container,
|
|
304
306
|
.e-start-time-zone-container,
|
|
305
307
|
.e-description-label {
|
|
306
|
-
padding-left:
|
|
307
|
-
padding-right: 0;
|
|
308
|
+
padding-left: $schedule-spacing-12;
|
|
309
|
+
padding-right: $schedule-spacing-0;
|
|
308
310
|
}
|
|
309
311
|
|
|
310
312
|
.e-location-container,
|
|
311
313
|
.e-end-container,
|
|
312
314
|
.e-end-time-zone-container {
|
|
313
|
-
padding-left: 0;
|
|
314
|
-
padding-right:
|
|
315
|
+
padding-left: $schedule-spacing-0;
|
|
316
|
+
padding-right: $schedule-spacing-12;
|
|
315
317
|
}
|
|
316
318
|
}
|
|
317
319
|
}
|
|
@@ -321,7 +323,7 @@
|
|
|
321
323
|
|
|
322
324
|
.e-bigger .e-quick-popup-wrapper {
|
|
323
325
|
.e-cell-popup .e-popup-content .e-popup-table .e-subject {
|
|
324
|
-
font-size:
|
|
326
|
+
font-size: $schedule-font-size-24;
|
|
325
327
|
}
|
|
326
328
|
|
|
327
329
|
.e-cell-popup .e-popup-content {
|
|
@@ -338,12 +340,12 @@
|
|
|
338
340
|
}
|
|
339
341
|
|
|
340
342
|
.e-cell-popup .e-popup-header .e-header-icon-wrapper .e-close .e-close-icon {
|
|
341
|
-
font-size:
|
|
343
|
+
font-size: $schedule-font-size-16;
|
|
342
344
|
}
|
|
343
345
|
|
|
344
346
|
&.e-rtl {
|
|
345
347
|
.e-cell-popup .e-date-time-icon {
|
|
346
|
-
padding-right: 0;
|
|
348
|
+
padding-right: $schedule-spacing-0;
|
|
347
349
|
}
|
|
348
350
|
|
|
349
351
|
.e-event-popup {
|
|
@@ -384,7 +386,7 @@
|
|
|
384
386
|
.e-close-icon,
|
|
385
387
|
.e-edit-icon,
|
|
386
388
|
.e-delete-icon {
|
|
387
|
-
font-size:
|
|
389
|
+
font-size: $schedule-font-icon-size-14;
|
|
388
390
|
}
|
|
389
391
|
}
|
|
390
392
|
|
|
@@ -408,38 +410,38 @@
|
|
|
408
410
|
}
|
|
409
411
|
.e-subject,
|
|
410
412
|
.e-inline-subject {
|
|
411
|
-
font-size:
|
|
413
|
+
font-size: $schedule-font-size-16;
|
|
412
414
|
}
|
|
413
415
|
|
|
414
416
|
.e-date-time {
|
|
415
|
-
font-size:
|
|
417
|
+
font-size: $schedule-font-size-14;
|
|
416
418
|
}
|
|
417
419
|
|
|
418
420
|
.e-day-date-header {
|
|
419
421
|
.e-m-date {
|
|
420
|
-
font-size:
|
|
422
|
+
font-size: $schedule-font-size-20;
|
|
421
423
|
}
|
|
422
424
|
|
|
423
425
|
.e-m-day {
|
|
424
|
-
font-size:
|
|
426
|
+
font-size: $schedule-font-size-14;
|
|
425
427
|
}
|
|
426
428
|
}
|
|
427
429
|
}
|
|
428
430
|
|
|
429
431
|
.e-bigger .e-timeline-view {
|
|
430
432
|
.e-resource-text {
|
|
431
|
-
font-size:
|
|
432
|
-
padding-left:
|
|
433
|
+
font-size: $schedule-font-size-14;
|
|
434
|
+
padding-left: $schedule-spacing-12;
|
|
433
435
|
}
|
|
434
436
|
|
|
435
437
|
.e-navigate {
|
|
436
438
|
font-size: $schedule-date-header-wrap-bgr-font-size;
|
|
437
|
-
padding:
|
|
439
|
+
padding: $schedule-spacing-8 $schedule-spacing-0 $schedule-spacing-8 $schedule-spacing-8;
|
|
438
440
|
}
|
|
439
441
|
|
|
440
442
|
.e-date-header-wrap table tbody td > span {
|
|
441
443
|
font-size: $schedule-date-header-wrap-bgr-font-size;
|
|
442
|
-
padding:
|
|
444
|
+
padding: $schedule-spacing-8 $schedule-spacing-0 $schedule-spacing-8 $schedule-spacing-8;
|
|
443
445
|
}
|
|
444
446
|
}
|
|
445
447
|
|
|
@@ -483,7 +485,7 @@
|
|
|
483
485
|
.e-end-container,
|
|
484
486
|
.e-start-time-zone-container,
|
|
485
487
|
.e-end-time-zone-container {
|
|
486
|
-
padding-left: 0;
|
|
488
|
+
padding-left: $schedule-spacing-0;
|
|
487
489
|
width: 100%;
|
|
488
490
|
}
|
|
489
491
|
|
|
@@ -491,7 +493,7 @@
|
|
|
491
493
|
.e-start-container,
|
|
492
494
|
.e-start-time-zone-container,
|
|
493
495
|
.e-description-label {
|
|
494
|
-
padding-right: 0;
|
|
496
|
+
padding-right: $schedule-spacing-0;
|
|
495
497
|
}
|
|
496
498
|
|
|
497
499
|
.e-location-container,
|
|
@@ -502,7 +504,7 @@
|
|
|
502
504
|
.e-subject-container,
|
|
503
505
|
.e-description-row,
|
|
504
506
|
.e-repeat-container {
|
|
505
|
-
padding-top:
|
|
507
|
+
padding-top: $schedule-spacing-20;
|
|
506
508
|
}
|
|
507
509
|
|
|
508
510
|
.e-all-day-time-zone-row {
|
|
@@ -510,27 +512,27 @@
|
|
|
510
512
|
}
|
|
511
513
|
|
|
512
514
|
.e-resources {
|
|
513
|
-
padding-bottom: 0;
|
|
514
|
-
padding-top:
|
|
515
|
+
padding-bottom: $schedule-spacing-0;
|
|
516
|
+
padding-top: $schedule-spacing-20;
|
|
515
517
|
}
|
|
516
518
|
|
|
517
519
|
.e-description,
|
|
518
520
|
.e-float-input .e-description {
|
|
519
|
-
height:
|
|
521
|
+
height: $schedule-height-60;
|
|
520
522
|
resize: vertical;
|
|
521
523
|
}
|
|
522
524
|
|
|
523
525
|
.e-all-day-time-zone-row {
|
|
524
|
-
margin-top: 0;
|
|
525
|
-
padding-bottom: 0;
|
|
526
|
+
margin-top: $schedule-spacing-0;
|
|
527
|
+
padding-bottom: $schedule-spacing-0;
|
|
526
528
|
}
|
|
527
529
|
|
|
528
530
|
.e-repeat-parent-row {
|
|
529
|
-
padding-top:
|
|
531
|
+
padding-top: $schedule-spacing-8;
|
|
530
532
|
}
|
|
531
533
|
|
|
532
534
|
.e-all-day-container {
|
|
533
|
-
margin-right:
|
|
535
|
+
margin-right: $schedule-spacing-20;
|
|
534
536
|
}
|
|
535
537
|
|
|
536
538
|
.e-title-header {
|
|
@@ -542,7 +544,7 @@
|
|
|
542
544
|
.e-back-icon,
|
|
543
545
|
.e-forward-icon {
|
|
544
546
|
cursor: pointer;
|
|
545
|
-
line-height: normal;
|
|
547
|
+
line-height: $schedule-line-height-normal;
|
|
546
548
|
}
|
|
547
549
|
|
|
548
550
|
.e-title-text {
|
|
@@ -567,8 +569,8 @@
|
|
|
567
569
|
|
|
568
570
|
.e-repeat-container {
|
|
569
571
|
display: block;
|
|
570
|
-
padding-right:
|
|
571
|
-
padding-left: 0;
|
|
572
|
+
padding-right: $schedule-spacing-35;
|
|
573
|
+
padding-left: $schedule-spacing-0;
|
|
572
574
|
}
|
|
573
575
|
|
|
574
576
|
.e-icon-down-arrow {
|
|
@@ -581,27 +583,27 @@
|
|
|
581
583
|
}
|
|
582
584
|
|
|
583
585
|
.e-all-day-container {
|
|
584
|
-
margin-left:
|
|
585
|
-
margin-right: 0;
|
|
586
|
+
margin-left: $schedule-spacing-20;
|
|
587
|
+
margin-right: $schedule-spacing-0;
|
|
586
588
|
}
|
|
587
589
|
|
|
588
590
|
.e-subject-container,
|
|
589
591
|
.e-start-container,
|
|
590
592
|
.e-start-time-zone-container,
|
|
591
593
|
.e-description-label {
|
|
592
|
-
padding-left: 0;
|
|
594
|
+
padding-left: $schedule-spacing-0;
|
|
593
595
|
}
|
|
594
596
|
|
|
595
597
|
.e-location-container,
|
|
596
598
|
.e-end-container,
|
|
597
599
|
.e-end-time-zone-container,
|
|
598
600
|
.e-all-day-container {
|
|
599
|
-
padding-right: 0;
|
|
601
|
+
padding-right: $schedule-spacing-0;
|
|
600
602
|
}
|
|
601
603
|
|
|
602
604
|
.e-repeat-container {
|
|
603
|
-
padding-left:
|
|
604
|
-
padding-right: 0;
|
|
605
|
+
padding-left: $schedule-spacing-35;
|
|
606
|
+
padding-right: $schedule-spacing-0;
|
|
605
607
|
}
|
|
606
608
|
}
|
|
607
609
|
|
|
@@ -613,13 +615,13 @@
|
|
|
613
615
|
}
|
|
614
616
|
|
|
615
617
|
.e-recurrence-edit-button {
|
|
616
|
-
border: 0;
|
|
618
|
+
border: $schedule-border-0;
|
|
617
619
|
box-shadow: none;
|
|
618
|
-
margin: -
|
|
620
|
+
margin: $schedule-negative-spacing-3 $schedule-spacing-5;
|
|
619
621
|
position: absolute;
|
|
620
622
|
|
|
621
623
|
.e-recurrence-edit.e-icons {
|
|
622
|
-
font-size:
|
|
624
|
+
font-size: $schedule-font-size-12;
|
|
623
625
|
position: relative;
|
|
624
626
|
top: 1px;
|
|
625
627
|
}
|
|
@@ -629,7 +631,7 @@
|
|
|
629
631
|
|
|
630
632
|
.e-bigger .e-more-popup-wrapper {
|
|
631
633
|
background: $schedule-popup-bg-color;
|
|
632
|
-
border:
|
|
634
|
+
border: $schedule-border-1 solid $schedule-popup-border-color;
|
|
633
635
|
border-radius: $schedule-more-popup-wrapper-border-radius;
|
|
634
636
|
box-shadow: $schedule-more-indicator-shadow-color-more-popup;
|
|
635
637
|
opacity: 1;
|
|
@@ -637,35 +639,35 @@
|
|
|
637
639
|
width: 225px;
|
|
638
640
|
|
|
639
641
|
.e-more-appointment-wrapper {
|
|
640
|
-
margin: 0
|
|
642
|
+
margin: $schedule-spacing-0 $schedule-spacing-4;
|
|
641
643
|
}
|
|
642
644
|
|
|
643
645
|
.e-more-event-popup {
|
|
644
|
-
height:
|
|
646
|
+
height: $schedule-height-p100;
|
|
645
647
|
position: relative;
|
|
646
648
|
width: 100%;
|
|
647
649
|
}
|
|
648
650
|
|
|
649
651
|
.e-more-event-header {
|
|
650
|
-
height:
|
|
651
|
-
margin: 0
|
|
652
|
+
height: $schedule-height-35;
|
|
653
|
+
margin: $schedule-spacing-0 $schedule-spacing-8 $schedule-spacing-4 $schedule-spacing-14;
|
|
652
654
|
}
|
|
653
655
|
|
|
654
656
|
.e-more-event-content {
|
|
655
657
|
color: $schedule-primary-content-font-color;
|
|
656
|
-
height: calc(
|
|
658
|
+
height: calc($schedule-height-p100 - $schedule-height-35);
|
|
657
659
|
max-height: 150px;
|
|
658
660
|
overflow-y: auto;
|
|
659
|
-
padding:
|
|
661
|
+
padding: $schedule-spacing-10 $schedule-spacing-10 $schedule-spacing-0;
|
|
660
662
|
|
|
661
663
|
.e-appointment-border {
|
|
662
|
-
border: 0;
|
|
664
|
+
border: $schedule-border-0;
|
|
663
665
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
664
666
|
}
|
|
665
667
|
}
|
|
666
668
|
|
|
667
669
|
.e-more-event-date-header {
|
|
668
|
-
height:
|
|
670
|
+
height: $schedule-height-p100;
|
|
669
671
|
width: calc(100% - 25px);
|
|
670
672
|
|
|
671
673
|
.e-current-date {
|
|
@@ -676,14 +678,14 @@
|
|
|
676
678
|
.e-header-day {
|
|
677
679
|
color: $schedule-primary-content-font-color;
|
|
678
680
|
font-size: $schedule-date-header-wrap-nrml-font-size;
|
|
679
|
-
line-height: 1;
|
|
681
|
+
line-height: $schedule-line-height-1;
|
|
680
682
|
padding-bottom: $schedule-more-appointment-margin-bottom;
|
|
681
683
|
}
|
|
682
684
|
|
|
683
685
|
.e-header-date {
|
|
684
686
|
color: $schedule-primary-content-font-color;
|
|
685
687
|
font-size: $schedule-header-date-nrml-font-size;
|
|
686
|
-
line-height: 1;
|
|
688
|
+
line-height: $schedule-line-height-1;
|
|
687
689
|
max-width: 15%;
|
|
688
690
|
|
|
689
691
|
&:hover {
|
|
@@ -698,11 +700,11 @@
|
|
|
698
700
|
|
|
699
701
|
.e-more-event-close {
|
|
700
702
|
background: transparent;
|
|
701
|
-
border: 0;
|
|
703
|
+
border: $schedule-border-0;
|
|
702
704
|
box-shadow: none;
|
|
703
705
|
color: $schedule-popup-icon-color;
|
|
704
706
|
cursor: pointer;
|
|
705
|
-
height:
|
|
707
|
+
height: $schedule-height-25;
|
|
706
708
|
padding: $schedule-bgr-more-event-close-icon-padding;
|
|
707
709
|
position: absolute;
|
|
708
710
|
right: 6px;
|
|
@@ -719,7 +721,7 @@
|
|
|
719
721
|
&:focus,
|
|
720
722
|
&:hover {
|
|
721
723
|
background: $schedule-popup-header-icon-focus-bg-color;
|
|
722
|
-
border-radius: 50
|
|
724
|
+
border-radius: $schedule-border-radius-50;
|
|
723
725
|
color: $schedule-popup-header-icon-focus-color;
|
|
724
726
|
}
|
|
725
727
|
}
|
|
@@ -732,16 +734,16 @@
|
|
|
732
734
|
height: $schedule-month-appointment-height;
|
|
733
735
|
line-height: $schedule-appointment-text-line-height;
|
|
734
736
|
margin-bottom: $schedule-more-appointment-margin-bottom;
|
|
735
|
-
padding:
|
|
737
|
+
padding: $schedule-spacing-2 $schedule-spacing-0;
|
|
736
738
|
width: 100%;
|
|
737
739
|
|
|
738
740
|
.e-subject {
|
|
739
741
|
color: $schedule-appointment-font-color;
|
|
740
742
|
flex: auto;
|
|
741
|
-
font-size:
|
|
742
|
-
font-weight:
|
|
743
|
+
font-size: $schedule-font-size-13;
|
|
744
|
+
font-weight: $schedule-font-weight-medium;
|
|
743
745
|
overflow: hidden;
|
|
744
|
-
padding: 0
|
|
746
|
+
padding: $schedule-spacing-0 $schedule-spacing-2;
|
|
745
747
|
text-overflow: ellipsis;
|
|
746
748
|
white-space: nowrap;
|
|
747
749
|
}
|
|
@@ -756,22 +758,22 @@
|
|
|
756
758
|
|
|
757
759
|
.e-recurrence-icon,
|
|
758
760
|
.e-recurrence-edit-icon {
|
|
759
|
-
line-height: $schedule-
|
|
760
|
-
padding: 0
|
|
761
|
+
line-height: $schedule-recurrence-icon-line-height;
|
|
762
|
+
padding: $schedule-spacing-0 $schedule-spacing-2;
|
|
761
763
|
}
|
|
762
764
|
|
|
763
765
|
&.e-appointment-border,
|
|
764
766
|
&:focus {
|
|
765
|
-
border: 0;
|
|
767
|
+
border: $schedule-border-0;
|
|
766
768
|
box-shadow: $schedule-event-box-shadow-1, $schedule-event-box-shadow-2, $schedule-event-box-shadow-3;
|
|
767
769
|
}
|
|
768
770
|
}
|
|
769
771
|
|
|
770
772
|
&.e-device {
|
|
771
773
|
bottom: 0;
|
|
772
|
-
height:
|
|
774
|
+
height: $schedule-height-p100;
|
|
773
775
|
left: 0;
|
|
774
|
-
margin: 0;
|
|
776
|
+
margin: $schedule-spacing-0;
|
|
775
777
|
max-width: 100%;
|
|
776
778
|
overflow: hidden;
|
|
777
779
|
right: 0;
|
|
@@ -786,11 +788,11 @@
|
|
|
786
788
|
|
|
787
789
|
&.e-rtl {
|
|
788
790
|
.e-header-date {
|
|
789
|
-
padding-right:
|
|
791
|
+
padding-right: $schedule-spacing-10;
|
|
790
792
|
}
|
|
791
793
|
|
|
792
794
|
.e-header-day {
|
|
793
|
-
padding-right:
|
|
795
|
+
padding-right: $schedule-spacing-10;
|
|
794
796
|
}
|
|
795
797
|
|
|
796
798
|
.e-more-event-close {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
@use 'sass:color';
|
|
2
|
+
@use 'ej2-base/styles/definition/bootstrap-dark' as *;
|
|
3
|
+
@forward 'ej2-base/styles/definition/bootstrap-dark';
|
|
2
4
|
|
|
3
5
|
$schedule-skin: $skin-name !default;
|
|
4
6
|
$schedule-header-bg-color: $grey-base !default;
|
|
@@ -63,6 +65,8 @@ $schedule-appointment-selected-border: 1px solid #fff !default;
|
|
|
63
65
|
$schedule-appointment-active-border-color: $brand-primary-font !default;
|
|
64
66
|
$schedule-month-agenda-app-indicator-color: $grey-light-font !default;
|
|
65
67
|
$schedule-month-appointment-height: 22px !default;
|
|
68
|
+
$schedule-recurrence-icon-line-height: $schedule-month-appointment-height !default;
|
|
69
|
+
$schedule-agenda-recurrence-icon-line-height: 21px !default;
|
|
66
70
|
$schedule-month-appointment-text-line-height: 19px !default;
|
|
67
71
|
$schedule-month-event-clone-line-height-subject: 1.4 !default;
|
|
68
72
|
$schedule-appointment-text-line-height: 20px !default;
|
|
@@ -115,6 +119,7 @@ $schedule-tbar-border-bottom-size: 1px solid $grey-99 !default;
|
|
|
115
119
|
$schedule-tbar-box-shadow: none !default;
|
|
116
120
|
$schedule-tbar-box-shadow-bottom-margin: 0 !default;
|
|
117
121
|
$schedule-tbar-min-height: 43px !default;
|
|
122
|
+
$schedule-tbar-height: $schedule-tbar-min-height !default;
|
|
118
123
|
$schedule-tbar-down-arrow-font-size: 12px !default;
|
|
119
124
|
$schedule-tbar-down-arrow-margin-top: 0 !default;
|
|
120
125
|
$schedule-tbar-default-icon-color: $grey-light-font !default;
|
|
@@ -219,6 +224,8 @@ $schedule-timeline-work-cells-border: 0 0 1px 1px !default;
|
|
|
219
224
|
$schedule-rtl-timeline-work-cells-border: 0 1px 1px 0 !default;
|
|
220
225
|
$schedule-timeline-resources-width: 200px !default;
|
|
221
226
|
$schedule-timeline-appointment-height: 38px !default;
|
|
227
|
+
$schedule-timeline-recurrence-icon-line-height: $schedule-timeline-appointment-height !default;
|
|
228
|
+
$schedule-timescale-recurrence-icon-line-height: $schedule-timescale-appointment-height !default;
|
|
222
229
|
$schedule-timeline-year-work-cells-height: 75px !default;
|
|
223
230
|
$schedule-timeline-year-work-cells-width: 100px !default;
|
|
224
231
|
$schedule-timeline-year-resource-text-padding: 4px 15px !default;
|
|
@@ -265,6 +272,104 @@ $schedule-bgr-more-event-close-icon-padding: unset !default;
|
|
|
265
272
|
$schedule-bgr-tbar-btn-text-font-size: $schedule-header-nrml-font-size !default;
|
|
266
273
|
$schedule-calendar-width: 300px !default;
|
|
267
274
|
$schedule-bgr-calendar-width: 345px !default;
|
|
275
|
+
$schedule-agenda-date-line-height: unset !default;
|
|
276
|
+
|
|
277
|
+
$schedule-font-icon-size-8: 8px !default;
|
|
278
|
+
$schedule-font-icon-size-10: 10px !default;
|
|
279
|
+
$schedule-font-icon-size-12: 12px !default;
|
|
280
|
+
$schedule-font-icon-size-14: 14px !default;
|
|
281
|
+
|
|
282
|
+
$schedule-border-0: 0 !default;
|
|
283
|
+
$schedule-border-1: 1px !default;
|
|
284
|
+
$schedule-border-3: 3px !default;
|
|
285
|
+
$schedule-border-8: 8px !default;
|
|
286
|
+
|
|
287
|
+
$schedule-border-radius-5: 5px !default;
|
|
288
|
+
$schedule-border-radius-50: 50% !default;
|
|
289
|
+
$schedule-border-radius-full: 100% !default;
|
|
290
|
+
|
|
291
|
+
$schedule-font-weight-normal: 400 !default;
|
|
292
|
+
$schedule-font-weight-medium: 500 !default;
|
|
293
|
+
|
|
294
|
+
$schedule-line-height-1: 1 !default;
|
|
295
|
+
$schedule-line-height-1-2: 1.2 !default;
|
|
296
|
+
$schedule-line-height-1-4: 1.4 !default;
|
|
297
|
+
$schedule-line-height-1-5: 1.5 !default;
|
|
298
|
+
$schedule-line-height-2-25: 2.25 !default;
|
|
299
|
+
$schedule-line-height-11: 11px !default;
|
|
300
|
+
$schedule-line-height-15: 15px !default;
|
|
301
|
+
$schedule-line-height-18: 18px !default;
|
|
302
|
+
$schedule-line-height-20: 20px !default;
|
|
303
|
+
$schedule-line-height-23: 23px !default;
|
|
304
|
+
$schedule-line-height-24-5: 24.5px !default;
|
|
305
|
+
$schedule-line-height-25: 25px !default;
|
|
306
|
+
$schedule-line-height-26: 26px !default;
|
|
307
|
+
$schedule-line-height-52: 52px !default;
|
|
308
|
+
$schedule-line-height-normal: normal !default;
|
|
309
|
+
$schedule-line-height-inherit: inherit !default;
|
|
310
|
+
|
|
311
|
+
$schedule-font-size-9: 9px !default;
|
|
312
|
+
$schedule-font-size-11: 11px !default;
|
|
313
|
+
$schedule-font-size-12: 12px !default;
|
|
314
|
+
$schedule-font-size-13: 13px !default;
|
|
315
|
+
$schedule-font-size-14: 14px !default;
|
|
316
|
+
$schedule-font-size-15: 15px !default;
|
|
317
|
+
$schedule-font-size-16: 16px !default;
|
|
318
|
+
$schedule-font-size-18: 18px !default;
|
|
319
|
+
$schedule-font-size-20: 20px !default;
|
|
320
|
+
$schedule-font-size-22: 22px !default;
|
|
321
|
+
$schedule-font-size-24: 24px !default;
|
|
322
|
+
|
|
323
|
+
$schedule-height-0: 0 !default;
|
|
324
|
+
$schedule-height-1: 1px !default;
|
|
325
|
+
$schedule-height-5: 5px !default;
|
|
326
|
+
$schedule-height-6: 6px !default;
|
|
327
|
+
$schedule-height-10: 10px !default;
|
|
328
|
+
$schedule-height-20: 20px !default;
|
|
329
|
+
$schedule-height-24: 24px !default;
|
|
330
|
+
$schedule-height-25: 25px !default;
|
|
331
|
+
$schedule-height-35: 35px !default;
|
|
332
|
+
$schedule-height-38: 38px !default;
|
|
333
|
+
$schedule-height-40: 40px !default;
|
|
334
|
+
$schedule-height-42: 42px !default;
|
|
335
|
+
$schedule-height-50: 50px !default;
|
|
336
|
+
$schedule-height-60: 60px !default;
|
|
337
|
+
$schedule-height-100: 100px !default;
|
|
338
|
+
|
|
339
|
+
$schedule-height-p20: 20% !default;
|
|
340
|
+
$schedule-height-p100: 100% !default;
|
|
341
|
+
$schedule-height-2-5: 2.5em !default;
|
|
342
|
+
$schedule-height-inherit: inherit !default;
|
|
343
|
+
$schedule-height-auto: auto !default;
|
|
344
|
+
|
|
345
|
+
$schedule-spacing-0: 0 !default;
|
|
346
|
+
$schedule-spacing-1: 1px !default;
|
|
347
|
+
$schedule-spacing-1-5: 1.5px !default;
|
|
348
|
+
$schedule-spacing-2: 2px !default;
|
|
349
|
+
$schedule-spacing-3: 3px !default;
|
|
350
|
+
$schedule-spacing-4: 4px !default;
|
|
351
|
+
$schedule-spacing-5: 5px !default;
|
|
352
|
+
$schedule-spacing-6: 6px !default;
|
|
353
|
+
$schedule-spacing-7: 7px !default;
|
|
354
|
+
$schedule-spacing-8: 8px !default;
|
|
355
|
+
$schedule-spacing-10: 10px !default;
|
|
356
|
+
$schedule-spacing-11: 11px !default;
|
|
357
|
+
$schedule-spacing-12: 12px !default;
|
|
358
|
+
$schedule-spacing-14: 14px !default;
|
|
359
|
+
$schedule-spacing-15: 15px !default;
|
|
360
|
+
$schedule-spacing-16: 16px !default;
|
|
361
|
+
$schedule-spacing-18: 18px !default;
|
|
362
|
+
$schedule-spacing-20: 20px !default;
|
|
363
|
+
$schedule-spacing-24: 24px !default;
|
|
364
|
+
$schedule-spacing-35: 35px !default;
|
|
365
|
+
|
|
366
|
+
$schedule-spacing-percentage-5: 5% !default;
|
|
367
|
+
$schedule-spacing-percentage-45: 45% !default;
|
|
368
|
+
|
|
369
|
+
$schedule-negative-spacing-3: -3px !default;
|
|
370
|
+
$schedule-negative-spacing-6: -6px !default;
|
|
371
|
+
$schedule-negative-spacing-8: -8px !default;
|
|
372
|
+
$schedule-negative-spacing-20: -20px !default;
|
|
268
373
|
|
|
269
374
|
@mixin tbar-btn-animation {
|
|
270
375
|
content: '';
|