@progress/kendo-theme-classic 8.0.0-dev.5 → 8.0.0-dev.6
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/all.css +9 -9
- package/dist/all.scss +226 -41
- package/dist/meta/sassdoc-data.json +31117 -26197
- package/dist/meta/sassdoc-raw-data.json +4992 -2717
- package/dist/meta/variables.json +12 -12
- package/lib/swatches/classic-green-dark.json +1 -1
- package/lib/swatches/classic-green.json +1 -1
- package/lib/swatches/classic-lavender-dark.json +1 -1
- package/lib/swatches/classic-lavender.json +1 -1
- package/lib/swatches/classic-main-dark.json +1 -1
- package/lib/swatches/classic-main.json +1 -1
- package/lib/swatches/classic-metro-dark.json +1 -1
- package/lib/swatches/classic-metro.json +1 -1
- package/lib/swatches/classic-moonlight.json +1 -1
- package/lib/swatches/classic-opal-dark.json +1 -1
- package/lib/swatches/classic-opal.json +1 -1
- package/lib/swatches/classic-silver-dark.json +1 -1
- package/lib/swatches/classic-silver.json +1 -1
- package/lib/swatches/classic-uniform.json +1 -1
- package/package.json +5 -5
- package/scss/scheduler/_variables.scss +143 -0
- package/scss/tabstrip/_variables.scss +70 -28
- package/scss/typography/_variables.scss +9 -9
package/dist/meta/variables.json
CHANGED
|
@@ -821,23 +821,23 @@
|
|
|
821
821
|
},
|
|
822
822
|
"kendo-h1-font-size": {
|
|
823
823
|
"type": "Calculation",
|
|
824
|
-
"value": "calc(var(--kendo-font-size,
|
|
824
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 4)"
|
|
825
825
|
},
|
|
826
826
|
"kendo-h2-font-size": {
|
|
827
827
|
"type": "Calculation",
|
|
828
|
-
"value": "calc(var(--kendo-font-size,
|
|
828
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 3)"
|
|
829
829
|
},
|
|
830
830
|
"kendo-h3-font-size": {
|
|
831
831
|
"type": "Calculation",
|
|
832
|
-
"value": "calc(var(--kendo-font-size,
|
|
832
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 2.5)"
|
|
833
833
|
},
|
|
834
834
|
"kendo-h4-font-size": {
|
|
835
835
|
"type": "Calculation",
|
|
836
|
-
"value": "calc(var(--kendo-font-size,
|
|
836
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 2)"
|
|
837
837
|
},
|
|
838
838
|
"kendo-h5-font-size": {
|
|
839
839
|
"type": "Calculation",
|
|
840
|
-
"value": "calc(var(--kendo-font-size,
|
|
840
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 1.5)"
|
|
841
841
|
},
|
|
842
842
|
"kendo-h6-font-size": {
|
|
843
843
|
"type": "String",
|
|
@@ -965,7 +965,7 @@
|
|
|
965
965
|
},
|
|
966
966
|
"kendo-headings": {
|
|
967
967
|
"type": "Map",
|
|
968
|
-
"value": "(h1: (font-size: calc(var(--kendo-font-size,
|
|
968
|
+
"value": "(h1: (font-size: calc(var(--kendo-font-size, 0.875rem) * 4), font-family: var(--kendo-font-family, inherit), line-height: 74px, font-weight: var(--kendo-font-weight-normal, normal), letter-spacing: null, margin: 0 0 var(--kendo-font-size, inherit)), h2: (font-size: calc(var(--kendo-font-size, 0.875rem) * 3), font-family: var(--kendo-font-family, inherit), line-height: 56px, font-weight: var(--kendo-font-weight-normal, normal), letter-spacing: null, margin: 0 0 var(--kendo-font-size, inherit)), h3: (font-size: calc(var(--kendo-font-size, 0.875rem) * 2.5), font-family: var(--kendo-font-family, inherit), line-height: 42px, font-weight: var(--kendo-font-weight-normal, normal), letter-spacing: null, margin: 0 0 var(--kendo-font-size, inherit)), h4: (font-size: calc(var(--kendo-font-size, 0.875rem) * 2), font-family: var(--kendo-font-family, inherit), line-height: 40px, font-weight: var(--kendo-font-weight-bold, normal), letter-spacing: null, margin: 0 0 var(--kendo-font-size, inherit)), h5: (font-size: calc(var(--kendo-font-size, 0.875rem) * 1.5), font-family: var(--kendo-font-family, inherit), line-height: 28px, font-weight: var(--kendo-font-weight-bold, normal), letter-spacing: null, margin: 0 0 var(--kendo-font-size, inherit)), h6: (font-size: var(--kendo-font-size, inherit), font-family: var(--kendo-font-family, inherit), line-height: 20px, font-weight: var(--kendo-font-weight-bold, normal), letter-spacing: null, margin: 0 0 var(--kendo-font-size, inherit)))"
|
|
969
969
|
},
|
|
970
970
|
"kendo-paragraph-margin": {
|
|
971
971
|
"type": "List",
|
|
@@ -1045,19 +1045,19 @@
|
|
|
1045
1045
|
},
|
|
1046
1046
|
"kendo-display1-font-size": {
|
|
1047
1047
|
"type": "Calculation",
|
|
1048
|
-
"value": "calc(var(--kendo-font-size,
|
|
1048
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 8)"
|
|
1049
1049
|
},
|
|
1050
1050
|
"kendo-display2-font-size": {
|
|
1051
1051
|
"type": "Calculation",
|
|
1052
|
-
"value": "calc(var(--kendo-font-size,
|
|
1052
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 7)"
|
|
1053
1053
|
},
|
|
1054
1054
|
"kendo-display3-font-size": {
|
|
1055
1055
|
"type": "Calculation",
|
|
1056
|
-
"value": "calc(var(--kendo-font-size,
|
|
1056
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 6)"
|
|
1057
1057
|
},
|
|
1058
1058
|
"kendo-display4-font-size": {
|
|
1059
1059
|
"type": "Calculation",
|
|
1060
|
-
"value": "calc(var(--kendo-font-size,
|
|
1060
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 5)"
|
|
1061
1061
|
},
|
|
1062
1062
|
"kendo-display1-font-family": {
|
|
1063
1063
|
"type": "String",
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
},
|
|
1126
1126
|
"kendo-display": {
|
|
1127
1127
|
"type": "Map",
|
|
1128
|
-
"value": "(1: (font-size: calc(var(--kendo-font-size,
|
|
1128
|
+
"value": "(1: (font-size: calc(var(--kendo-font-size, 0.875rem) * 8), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: var(--kendo-font-weight-light, normal), letter-spacing: null), 2: (font-size: calc(var(--kendo-font-size, 0.875rem) * 7), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: var(--kendo-font-weight-light, normal), letter-spacing: null), 3: (font-size: calc(var(--kendo-font-size, 0.875rem) * 6), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: var(--kendo-font-weight-light, normal), letter-spacing: null), 4: (font-size: calc(var(--kendo-font-size, 0.875rem) * 5), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: var(--kendo-font-weight-light, normal), letter-spacing: null))"
|
|
1129
1129
|
},
|
|
1130
1130
|
"ki-embed-font": {
|
|
1131
1131
|
"type": "Bool",
|
|
@@ -4237,7 +4237,7 @@
|
|
|
4237
4237
|
},
|
|
4238
4238
|
"kendo-fieldset-font-size": {
|
|
4239
4239
|
"type": "Calculation",
|
|
4240
|
-
"value": "calc(var(--kendo-font-size,
|
|
4240
|
+
"value": "calc(var(--kendo-font-size, 0.875rem) * 2)"
|
|
4241
4241
|
},
|
|
4242
4242
|
"kendo-fieldset-bg": {
|
|
4243
4243
|
"type": "Null",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-classic",
|
|
3
3
|
"description": "Sass port of less based themes for Kendo UI theme",
|
|
4
|
-
"version": "8.0.0-dev.
|
|
4
|
+
"version": "8.0.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.3.0",
|
|
56
|
-
"@progress/kendo-theme-core": "8.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "8.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "8.0.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.0-dev.6",
|
|
57
|
+
"@progress/kendo-theme-default": "8.0.0-dev.6",
|
|
58
|
+
"@progress/kendo-theme-utils": "8.0.0-dev.6"
|
|
59
59
|
},
|
|
60
60
|
"directories": {
|
|
61
61
|
"doc": "docs",
|
|
62
62
|
"lib": "lib"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "56ff58288fe098a780c1d94cf5f0d793e81623e5"
|
|
65
65
|
}
|
|
@@ -1,94 +1,237 @@
|
|
|
1
1
|
// Scheduler
|
|
2
|
+
|
|
3
|
+
/// The width of the border around the Scheduler.
|
|
4
|
+
/// @group scheduler
|
|
2
5
|
$kendo-scheduler-border-width: 1px !default;
|
|
6
|
+
/// The font family of the Scheduler.
|
|
7
|
+
/// @group scheduler
|
|
3
8
|
$kendo-scheduler-font-family: var( --kendo-font-family, inherit ) !default;
|
|
9
|
+
/// The font size of the Scheduler.
|
|
10
|
+
/// @group scheduler
|
|
4
11
|
$kendo-scheduler-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
|
+
/// The line height of the Scheduler.
|
|
13
|
+
/// @group scheduler
|
|
5
14
|
$kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
|
|
6
15
|
|
|
16
|
+
/// The background color of the Scheduler.
|
|
17
|
+
/// @group scheduler
|
|
7
18
|
$kendo-scheduler-bg: $kendo-component-bg !default;
|
|
19
|
+
/// The text color of the Scheduler.
|
|
20
|
+
/// @group scheduler
|
|
8
21
|
$kendo-scheduler-text: $kendo-component-text !default;
|
|
22
|
+
/// The border color of the Scheduler.
|
|
23
|
+
/// @group scheduler
|
|
9
24
|
$kendo-scheduler-border: $kendo-component-border !default;
|
|
10
25
|
|
|
26
|
+
/// The background color of the Scheduler ToolBar.
|
|
27
|
+
/// @group scheduler
|
|
11
28
|
$kendo-scheduler-toolbar-bg: $kendo-toolbar-bg !default;
|
|
29
|
+
/// The text color of the Scheduler ToolBar.
|
|
30
|
+
/// @group scheduler
|
|
12
31
|
$kendo-scheduler-toolbar-text: $kendo-toolbar-text !default;
|
|
32
|
+
/// The border color of the Scheduler ToolBar.
|
|
33
|
+
/// @group scheduler
|
|
13
34
|
$kendo-scheduler-toolbar-border: $kendo-toolbar-border !default;
|
|
35
|
+
/// The gradient of the Scheduler ToolBar.
|
|
36
|
+
/// @group scheduler
|
|
14
37
|
$kendo-scheduler-toolbar-gradient: $kendo-toolbar-gradient !default;
|
|
15
38
|
|
|
39
|
+
/// The background color of the Scheduler footer.
|
|
40
|
+
/// @group scheduler
|
|
16
41
|
$kendo-scheduler-footer-bg: $kendo-toolbar-bg !default;
|
|
42
|
+
/// The text color of the Scheduler footer.
|
|
43
|
+
/// @group scheduler
|
|
17
44
|
$kendo-scheduler-footer-text: $kendo-toolbar-text !default;
|
|
45
|
+
/// The border color of the Scheduler footer.
|
|
46
|
+
/// @group scheduler
|
|
18
47
|
$kendo-scheduler-footer-border: $kendo-toolbar-border !default;
|
|
48
|
+
/// The gradient of the Scheduler footer.
|
|
49
|
+
/// @group scheduler
|
|
19
50
|
$kendo-scheduler-footer-gradient: $kendo-toolbar-gradient !default;
|
|
20
51
|
|
|
52
|
+
/// The minimum height of the Scheduler event.
|
|
53
|
+
/// @group scheduler
|
|
21
54
|
$kendo-scheduler-event-min-height: 25px !default;
|
|
55
|
+
/// The border radius of the Scheduler event.
|
|
56
|
+
/// @group scheduler
|
|
22
57
|
$kendo-scheduler-event-border-radius: k-border-radius(md) !default;
|
|
58
|
+
/// The line height of the Scheduler event.
|
|
59
|
+
/// @group scheduler
|
|
23
60
|
$kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-md-y}) ) !default;
|
|
24
61
|
|
|
62
|
+
/// The background color of the Scheduler event.
|
|
63
|
+
/// @group scheduler
|
|
25
64
|
$kendo-scheduler-event-bg: if($kendo-enable-color-system, k-color( primary ), k-color-tint( $kendo-selected-bg, 2 )) !default;
|
|
65
|
+
/// The text color of the Scheduler event.
|
|
66
|
+
/// @group scheduler
|
|
26
67
|
$kendo-scheduler-event-text: $kendo-selected-text !default;
|
|
68
|
+
/// The border color of the Scheduler event.
|
|
69
|
+
/// @group scheduler
|
|
27
70
|
$kendo-scheduler-event-border: null !default;
|
|
71
|
+
/// The gradient of the Scheduler event.
|
|
72
|
+
/// @group scheduler
|
|
28
73
|
$kendo-scheduler-event-gradient: null !default;
|
|
74
|
+
/// The shadow of the Scheduler event.
|
|
75
|
+
/// @group scheduler
|
|
29
76
|
$kendo-scheduler-event-shadow: null !default;
|
|
30
77
|
|
|
78
|
+
/// The background color of the hovered Scheduler event.
|
|
79
|
+
/// @group scheduler
|
|
31
80
|
$kendo-scheduler-event-hover-bg: null !default;
|
|
81
|
+
/// The text color of the hovered Scheduler event.
|
|
82
|
+
/// @group scheduler
|
|
32
83
|
$kendo-scheduler-event-hover-text: null !default;
|
|
84
|
+
/// The border color of the hovered Scheduler event.
|
|
85
|
+
/// @group scheduler
|
|
33
86
|
$kendo-scheduler-event-hover-border: null !default;
|
|
87
|
+
/// The gradient of the hovered Scheduler event.
|
|
88
|
+
/// @group scheduler
|
|
34
89
|
$kendo-scheduler-event-hover-gradient: null !default;
|
|
90
|
+
/// The shadow of the hovered Scheduler event.
|
|
91
|
+
/// @group scheduler
|
|
35
92
|
$kendo-scheduler-event-hover-shadow: null !default;
|
|
36
93
|
|
|
94
|
+
/// The background color of the selected Scheduler event.
|
|
95
|
+
/// @group scheduler
|
|
37
96
|
$kendo-scheduler-event-selected-bg: $kendo-selected-bg !default;
|
|
97
|
+
/// The text color of the selected Scheduler event.
|
|
98
|
+
/// @group scheduler
|
|
38
99
|
$kendo-scheduler-event-selected-text: $kendo-selected-text !default;
|
|
100
|
+
/// The border color of the selected Scheduler event.
|
|
101
|
+
/// @group scheduler
|
|
39
102
|
$kendo-scheduler-event-selected-border: null !default;
|
|
103
|
+
/// The gradient of the selected Scheduler event.
|
|
104
|
+
/// @group scheduler
|
|
40
105
|
$kendo-scheduler-event-selected-gradient: null !default;
|
|
106
|
+
/// The shadow of the selected Scheduler event.
|
|
107
|
+
/// @group scheduler
|
|
41
108
|
$kendo-scheduler-event-selected-shadow: inset 0 0 0 2px rgba( black, .13 ) !default;
|
|
42
109
|
|
|
110
|
+
/// The shadow of the ongoing Scheduler event.
|
|
111
|
+
/// @group scheduler
|
|
43
112
|
$kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
44
113
|
|
|
114
|
+
/// The horizontal padding of the Scheduler cell.
|
|
115
|
+
/// @group scheduler
|
|
45
116
|
$kendo-scheduler-cell-padding-x: k-spacing(2) !default;
|
|
117
|
+
/// The vertical padding of the Scheduler cell.
|
|
118
|
+
/// @group scheduler
|
|
46
119
|
$kendo-scheduler-cell-padding-y: k-spacing(2) !default;
|
|
120
|
+
/// The height of the Scheduler cell.
|
|
121
|
+
/// @group scheduler
|
|
47
122
|
$kendo-scheduler-cell-height: $kendo-line-height-em !default;
|
|
123
|
+
/// The width of the Scheduler date column.
|
|
124
|
+
/// @group scheduler
|
|
48
125
|
$kendo-scheduler-datecolumn-width: 12em !default;
|
|
126
|
+
/// The width of the Scheduler time column.
|
|
127
|
+
/// @group scheduler
|
|
49
128
|
$kendo-scheduler-timecolumn-width: 11em !default;
|
|
50
129
|
|
|
130
|
+
/// The background color of the non-working hours in the Scheduler.
|
|
131
|
+
/// @group scheduler
|
|
51
132
|
$kendo-scheduler-nonwork-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
|
|
133
|
+
/// The text color of the non-working hours in the Scheduler.
|
|
134
|
+
/// @group scheduler
|
|
52
135
|
$kendo-scheduler-nonwork-text: null !default;
|
|
53
136
|
|
|
137
|
+
/// The background color of the weekends in the Scheduler.
|
|
138
|
+
/// @group scheduler
|
|
54
139
|
$kendo-scheduler-weekend-bg: null !default;
|
|
140
|
+
/// The text color of the weekends in the Scheduler.
|
|
141
|
+
/// @group scheduler
|
|
55
142
|
$kendo-scheduler-weekend-text: null !default;
|
|
56
143
|
|
|
144
|
+
/// The background color of the preceding/subsequent month cells in the Calendar.
|
|
145
|
+
/// @group scheduler
|
|
57
146
|
$kendo-scheduler-othermonth-bg: if($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
|
|
147
|
+
/// The text color of the preceding/subsequent month cells in the Calendar.
|
|
148
|
+
/// @group scheduler
|
|
58
149
|
$kendo-scheduler-othermonth-text: null !default;
|
|
59
150
|
|
|
151
|
+
/// The horizontal padding of the year view in the Scheduler.
|
|
152
|
+
/// @group scheduler
|
|
60
153
|
$kendo-scheduler-yearview-padding-x: k-spacing(3) !default;
|
|
154
|
+
/// The vertical padding of the year view in the Scheduler.
|
|
155
|
+
/// @group scheduler
|
|
61
156
|
$kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-x !default;
|
|
62
157
|
|
|
158
|
+
/// The spacing between the calendars of the year view in the Scheduler.
|
|
159
|
+
/// @group scheduler
|
|
63
160
|
$kendo-scheduler-yearview-calendar-gap: k-spacing(3) !default;
|
|
64
161
|
|
|
162
|
+
/// The days with events indicator size of the year view in the Scheduler.
|
|
163
|
+
/// @group scheduler
|
|
65
164
|
$kendo-scheduler-yearview-indicator-size: 3px !default;
|
|
165
|
+
/// The top position of the days with events indicator of the year view in the Scheduler.
|
|
166
|
+
/// @group scheduler
|
|
66
167
|
$kendo-scheduler-yearview-indicator-calc-offset-top: calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2)) !default;
|
|
168
|
+
/// The left position of the days with events indicator of the year view in the Scheduler.
|
|
169
|
+
/// @group scheduler
|
|
67
170
|
$kendo-scheduler-yearview-indicator-calc-offset-left: calc( 50% - #{k-math-div( $kendo-scheduler-yearview-indicator-size, 2 )} ) !default;
|
|
171
|
+
/// The border radius of the days with events indicator of the year view in the Scheduler.
|
|
172
|
+
/// @group scheduler
|
|
68
173
|
$kendo-scheduler-yearview-indicator-border-radius: 50% !default;
|
|
174
|
+
/// The background color of the days with events indicator of the year view in the Scheduler.
|
|
175
|
+
/// @group scheduler
|
|
69
176
|
$kendo-scheduler-yearview-indicator-bg: $kendo-color-primary !default;
|
|
177
|
+
/// The background color of the selected days with events indicator of the year view in the Scheduler.
|
|
178
|
+
/// @group scheduler
|
|
70
179
|
$kendo-scheduler-yearview-indicator-selected-bg: $kendo-color-primary-contrast !default;
|
|
71
180
|
|
|
181
|
+
/// The horizontal padding of the Scheduler Tooltip.
|
|
182
|
+
/// @group scheduler
|
|
72
183
|
$kendo-scheduler-tooltip-padding-x: k-spacing(2) !default;
|
|
184
|
+
/// The vertical padding of the Scheduler Tooltip.
|
|
185
|
+
/// @group scheduler
|
|
73
186
|
$kendo-scheduler-tooltip-padding-y: k-spacing(2) !default;
|
|
187
|
+
/// The width of the border of the Scheduler Tooltip.
|
|
188
|
+
/// @group scheduler
|
|
74
189
|
$kendo-scheduler-tooltip-border-width: 0 !default;
|
|
190
|
+
/// The background color of the Scheduler Tooltip.
|
|
191
|
+
/// @group scheduler
|
|
75
192
|
$kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
|
|
193
|
+
/// The text color of the Scheduler Tooltip.
|
|
194
|
+
/// @group scheduler
|
|
76
195
|
$kendo-scheduler-tooltip-text: $kendo-base-text !default;
|
|
196
|
+
/// The border color of the Scheduler Tooltip.
|
|
197
|
+
/// @group scheduler
|
|
77
198
|
$kendo-scheduler-tooltip-border: null !default;
|
|
199
|
+
/// The shadow of the Scheduler Tooltip.
|
|
200
|
+
/// @group scheduler
|
|
78
201
|
$kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
|
|
79
202
|
|
|
80
203
|
|
|
81
204
|
// TODO: use 3
|
|
205
|
+
/// The vertical margin of the Scheduler Tooltip title.
|
|
206
|
+
/// @group scheduler
|
|
82
207
|
$kendo-scheduler-tooltip-title-margin-y: k-spacing(1) !default;
|
|
208
|
+
/// The font size of the month inside the Scheduler Tooltip.
|
|
209
|
+
/// @group scheduler
|
|
83
210
|
$kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
211
|
+
/// The font size of the day inside the Scheduler Tooltip.
|
|
212
|
+
/// @group scheduler
|
|
84
213
|
$kendo-scheduler-tooltip-day-font-size: calc( #{$kendo-scheduler-tooltip-month-font-size} * 2 ) !default;
|
|
85
214
|
|
|
215
|
+
/// The max height of the events inside the Scheduler Tooltip.
|
|
216
|
+
/// @group scheduler
|
|
86
217
|
$kendo-scheduler-tooltip-events-max-height: 250px !default;
|
|
218
|
+
/// The spacing between the events inside the Scheduler Tooltip.
|
|
219
|
+
/// @group scheduler
|
|
87
220
|
$kendo-scheduler-tooltip-events-gap: k-spacing(1) !default;
|
|
88
221
|
|
|
222
|
+
/// The horizontal padding of the events inside the Scheduler Tooltip.
|
|
223
|
+
/// @group scheduler
|
|
89
224
|
$kendo-scheduler-tooltip-event-padding-x: k-spacing(2) !default;
|
|
225
|
+
/// The vertical padding of the events inside the Scheduler Tooltip.
|
|
226
|
+
/// @group scheduler
|
|
90
227
|
$kendo-scheduler-tooltip-event-padding-y: k-spacing(1) !default;
|
|
228
|
+
/// The border radius of the events inside the Scheduler Tooltip.
|
|
229
|
+
/// @group scheduler
|
|
91
230
|
$kendo-scheduler-tooltip-event-border-radius: k-border-radius(md) !default;
|
|
231
|
+
/// The spacing between the events items inside the Scheduler Tooltip.
|
|
232
|
+
/// @group scheduler
|
|
92
233
|
$kendo-scheduler-tooltip-event-gap: k-spacing(1) !default;
|
|
93
234
|
|
|
235
|
+
/// The color of the Scheduler Tooltip callout.
|
|
236
|
+
/// @group scheduler
|
|
94
237
|
$kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|