@progress/kendo-theme-classic 13.1.1-dev.2 → 13.1.2-dev.0
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 +1 -1
- package/dist/classic-green-dark.css +1 -1
- package/dist/classic-green.css +1 -1
- package/dist/classic-lavender-dark.css +1 -1
- package/dist/classic-lavender.css +1 -1
- package/dist/classic-main-dark.css +1 -1
- package/dist/classic-main.css +1 -1
- package/dist/classic-metro-dark.css +1 -1
- package/dist/classic-metro.css +1 -1
- package/dist/classic-moonlight.css +1 -1
- package/dist/classic-opal-dark.css +1 -1
- package/dist/classic-opal.css +1 -1
- package/dist/classic-silver-dark.css +1 -1
- package/dist/classic-silver.css +1 -1
- package/dist/classic-uniform.css +1 -1
- package/dist/meta/sassdoc-data.json +6088 -6088
- package/dist/meta/sassdoc-raw-data.json +405 -405
- package/dist/meta/variables.json +2652 -2652
- 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 +4 -4
- package/scss/action-sheet/_variables.scss +7 -7
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +3 -3
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +4 -4
- package/scss/bottom-navigation/_variables.scss +3 -3
- package/scss/breadcrumb/_variables.scss +7 -7
- package/scss/bubble/_variables.scss +1 -1
- package/scss/button/_variables.scss +10 -10
- package/scss/calendar/_variables.scss +9 -9
- package/scss/captcha/_variables.scss +4 -4
- package/scss/card/_variables.scss +9 -9
- package/scss/chat/_variables.scss +9 -9
- package/scss/chip/_variables.scss +7 -7
- package/scss/color-preview/_variables.scss +3 -1
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorgradient/_variables.scss +4 -4
- package/scss/colorpalette/_variables.scss +2 -2
- package/scss/column-menu/_variables.scss +9 -9
- package/scss/dataviz/_variables.scss +11 -11
- package/scss/dock-manager/_variables.scss +4 -4
- package/scss/draggable/_variables.scss +3 -3
- package/scss/drawer/_variables.scss +5 -5
- package/scss/dropzone/_variables.scss +4 -4
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +3 -3
- package/scss/fab/_variables.scss +4 -4
- package/scss/file-box/_variables.scss +4 -4
- package/scss/filemanager/_variables.scss +3 -3
- package/scss/forms/_variables.scss +5 -5
- package/scss/gantt/_variables.scss +3 -3
- package/scss/grid/_variables.scss +10 -10
- package/scss/imageeditor/_variables.scss +3 -3
- package/scss/input/_variables.scss +7 -7
- package/scss/list/_variables.scss +19 -19
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +2 -2
- package/scss/listview/_variables.scss +3 -3
- package/scss/loader/_variables.scss +3 -3
- package/scss/map/_variables.scss +3 -3
- package/scss/mediaplayer/_variables.scss +3 -3
- package/scss/menu/_variables.scss +11 -11
- package/scss/messagebox/_variables.scss +2 -2
- package/scss/notification/_variables.scss +3 -3
- package/scss/orgchart/_variables.scss +6 -6
- package/scss/pager/_variables.scss +3 -3
- package/scss/panelbar/_variables.scss +3 -3
- package/scss/pdf-viewer/_variables.scss +3 -3
- package/scss/pivotgrid/_variables.scss +3 -3
- package/scss/popup/_variables.scss +2 -2
- package/scss/progressbar/_variables.scss +3 -3
- package/scss/rating/_variables.scss +3 -3
- package/scss/scheduler/_variables.scss +5 -5
- package/scss/scrollview/_variables.scss +3 -3
- package/scss/segmented-control/_variables.scss +7 -7
- package/scss/signature/_variables.scss +1 -1
- package/scss/slider/_variables.scss +3 -3
- package/scss/splitter/_variables.scss +3 -3
- package/scss/spreadsheet/_variables.scss +3 -3
- package/scss/stepper/_variables.scss +4 -4
- package/scss/suggestion/_variables.scss +2 -2
- package/scss/table/_variables.scss +1 -1
- package/scss/tabstrip/_variables.scss +5 -5
- package/scss/taskboard/_variables.scss +3 -3
- package/scss/timeline/_variables.scss +3 -3
- package/scss/timeselector/_variables.scss +3 -3
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +5 -5
- package/scss/treeview/_variables.scss +7 -7
- package/scss/typography/_variables.scss +43 -43
- package/scss/upload/_variables.scss +5 -5
- package/scss/window/_variables.scss +5 -5
- package/scss/wizard/_variables.scss +3 -3
|
@@ -9,7 +9,7 @@ $kendo-list-default-size: "md" !default;
|
|
|
9
9
|
|
|
10
10
|
/// The font family of the List components.
|
|
11
11
|
/// @group list
|
|
12
|
-
$kendo-list-font-family: var(
|
|
12
|
+
$kendo-list-font-family: var(--kendo-font-family) !default;
|
|
13
13
|
|
|
14
14
|
/// The horizontal padding of the List container.
|
|
15
15
|
/// @group list
|
|
@@ -23,26 +23,26 @@ $kendo-list-container-padding-block: k-spacing(2) !default;
|
|
|
23
23
|
$kendo-list-font-size: null !default;
|
|
24
24
|
/// The font size of the small List.
|
|
25
25
|
/// @group list
|
|
26
|
-
$kendo-list-sm-font-size: var(
|
|
26
|
+
$kendo-list-sm-font-size: var(--kendo-font-size) !default;
|
|
27
27
|
/// The font size of the medium List.
|
|
28
28
|
/// @group list
|
|
29
|
-
$kendo-list-md-font-size: var(
|
|
29
|
+
$kendo-list-md-font-size: var(--kendo-font-size) !default;
|
|
30
30
|
/// The font size of the large List.
|
|
31
31
|
/// @group list
|
|
32
|
-
$kendo-list-lg-font-size: var(
|
|
32
|
+
$kendo-list-lg-font-size: var(--kendo-font-size-lg) !default;
|
|
33
33
|
|
|
34
34
|
/// The line height of the List component, if no size is set.
|
|
35
35
|
/// @group list
|
|
36
36
|
$kendo-list-line-height: null !default;
|
|
37
37
|
/// The line height of the small List.
|
|
38
38
|
/// @group list
|
|
39
|
-
$kendo-list-sm-line-height: var(
|
|
39
|
+
$kendo-list-sm-line-height: var(--kendo-line-height) !default;
|
|
40
40
|
/// The line height of the medium List.
|
|
41
41
|
/// @group list
|
|
42
|
-
$kendo-list-md-line-height: var(
|
|
42
|
+
$kendo-list-md-line-height: var(--kendo-line-height) !default;
|
|
43
43
|
/// The line height of the large List.
|
|
44
44
|
/// @group list
|
|
45
|
-
$kendo-list-lg-line-height: var(
|
|
45
|
+
$kendo-list-lg-line-height: var(--kendo-line-height-lg) !default;
|
|
46
46
|
|
|
47
47
|
/// The horizontal padding of the small List header.
|
|
48
48
|
/// @group list
|
|
@@ -96,7 +96,7 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
96
96
|
|
|
97
97
|
/// The font weight of the List header.
|
|
98
98
|
/// @group list
|
|
99
|
-
$kendo-list-header-font-weight: var(
|
|
99
|
+
$kendo-list-header-font-weight: var(--kendo-font-weight-bold) !default;
|
|
100
100
|
|
|
101
101
|
/// The horizontal padding of the small List filter.
|
|
102
102
|
/// @group list
|
|
@@ -198,33 +198,33 @@ $kendo-list-group-item-border-width: 0 !default;
|
|
|
198
198
|
|
|
199
199
|
/// The font size of the List group items, if no size is set.
|
|
200
200
|
/// @group list
|
|
201
|
-
$kendo-list-group-item-font-size: var(
|
|
201
|
+
$kendo-list-group-item-font-size: var(--kendo-font-size-sm) !default;
|
|
202
202
|
/// The font size of the small List group item.
|
|
203
203
|
/// @group list
|
|
204
|
-
$kendo-list-sm-group-item-font-size: var(
|
|
204
|
+
$kendo-list-sm-group-item-font-size: var(--kendo-font-size-sm) !default;
|
|
205
205
|
/// The font size of the medium List group item.
|
|
206
206
|
/// @group list
|
|
207
|
-
$kendo-list-md-group-item-font-size: var(
|
|
207
|
+
$kendo-list-md-group-item-font-size: var(--kendo-font-size-sm) !default;
|
|
208
208
|
/// The font size of the large List group item.
|
|
209
209
|
/// @group list
|
|
210
|
-
$kendo-list-lg-group-item-font-size: var(
|
|
210
|
+
$kendo-list-lg-group-item-font-size: var(--kendo-font-size-sm) !default;
|
|
211
211
|
|
|
212
212
|
/// The line height of the List group items, if no size is set.
|
|
213
213
|
/// @group list
|
|
214
|
-
$kendo-list-group-item-line-height: var(
|
|
214
|
+
$kendo-list-group-item-line-height: var(--kendo-line-height-lg) !default;
|
|
215
215
|
/// The line height of the small List group item.
|
|
216
216
|
/// @group list
|
|
217
|
-
$kendo-list-sm-group-item-line-height: var(
|
|
217
|
+
$kendo-list-sm-group-item-line-height: var(--kendo-line-height-lg) !default;
|
|
218
218
|
/// The line height of the medium List group item.
|
|
219
219
|
/// @group list
|
|
220
|
-
$kendo-list-md-group-item-line-height: var(
|
|
220
|
+
$kendo-list-md-group-item-line-height: var(--kendo-line-height-lg) !default;
|
|
221
221
|
/// The line height of the large List group item.
|
|
222
222
|
/// @group list
|
|
223
|
-
$kendo-list-lg-group-item-line-height: var(
|
|
223
|
+
$kendo-list-lg-group-item-line-height: var(--kendo-line-height-lg) !default;
|
|
224
224
|
|
|
225
225
|
/// The font weight of a List group item.
|
|
226
226
|
/// @group list
|
|
227
|
-
$kendo-list-group-item-font-weight: var(
|
|
227
|
+
$kendo-list-group-item-font-weight: var(--kendo-font-weight-bold) !default;
|
|
228
228
|
|
|
229
229
|
/// The font size of the small List item group label.
|
|
230
230
|
/// @group list
|
|
@@ -351,10 +351,10 @@ $kendo-list-option-label-text: k-color(subtle) !default;
|
|
|
351
351
|
|
|
352
352
|
/// The font size of the List item description.
|
|
353
353
|
/// @group list
|
|
354
|
-
$kendo-list-item-description-font-size: var(
|
|
354
|
+
$kendo-list-item-description-font-size: var(--kendo-font-size-sm) !default;
|
|
355
355
|
/// The line of the list item description.
|
|
356
356
|
/// @group list
|
|
357
|
-
$kendo-list-item-description-line-height: var(
|
|
357
|
+
$kendo-list-item-description-line-height: var(--kendo-line-height-lg) !default;
|
|
358
358
|
/// The text color of the list item description.
|
|
359
359
|
/// @group list
|
|
360
360
|
$kendo-list-item-description-text: k-color(subtle) !default;
|
|
@@ -19,13 +19,13 @@ $kendo-listbox-default-height: 200px !default;
|
|
|
19
19
|
$kendo-listbox-border-width: 1px !default;
|
|
20
20
|
/// The font family of the ListBox.
|
|
21
21
|
/// @group listbox
|
|
22
|
-
$kendo-listbox-font-family: var(
|
|
22
|
+
$kendo-listbox-font-family: var(--kendo-font-family) !default;
|
|
23
23
|
/// The font size of the ListBox.
|
|
24
24
|
/// @group listbox
|
|
25
|
-
$kendo-listbox-font-size: var(
|
|
25
|
+
$kendo-listbox-font-size: var(--kendo-font-size) !default;
|
|
26
26
|
/// The line height of the ListBox.
|
|
27
27
|
/// @group listbox
|
|
28
|
-
$kendo-listbox-line-height: var(
|
|
28
|
+
$kendo-listbox-line-height: var(--kendo-line-height) !default;
|
|
29
29
|
|
|
30
30
|
/// The text color of the ListBox.
|
|
31
31
|
/// @group listbox
|
|
@@ -10,10 +10,10 @@ $kendo-listgroup-border-radius: k-border-radius(md) !default;
|
|
|
10
10
|
|
|
11
11
|
/// The font size of the ListGroup.
|
|
12
12
|
/// @group listgroup
|
|
13
|
-
$kendo-listgroup-font-size: var(
|
|
13
|
+
$kendo-listgroup-font-size: var(--kendo-font-size) !default;
|
|
14
14
|
/// The line height of the ListGroup.
|
|
15
15
|
/// @group listgroup
|
|
16
|
-
$kendo-listgroup-line-height: var(
|
|
16
|
+
$kendo-listgroup-line-height: var(--kendo-line-height) !default;
|
|
17
17
|
|
|
18
18
|
/// The background color of the ListGroup.
|
|
19
19
|
/// @group listgroup
|
|
@@ -13,13 +13,13 @@ $kendo-listview-padding-y: k-spacing(1) !default;
|
|
|
13
13
|
$kendo-listview-border-width: 1px !default;
|
|
14
14
|
/// The font family of the ListView.
|
|
15
15
|
/// @group listview
|
|
16
|
-
$kendo-listview-font-family: var(
|
|
16
|
+
$kendo-listview-font-family: var(--kendo-font-family) !default;
|
|
17
17
|
/// The font size of the ListView.
|
|
18
18
|
/// @group listview
|
|
19
|
-
$kendo-listview-font-size: var(
|
|
19
|
+
$kendo-listview-font-size: var(--kendo-font-size) !default;
|
|
20
20
|
/// The line height of the ListView.
|
|
21
21
|
/// @group listview
|
|
22
|
-
$kendo-listview-line-height: var(
|
|
22
|
+
$kendo-listview-line-height: var(--kendo-line-height) !default;
|
|
23
23
|
|
|
24
24
|
/// The text color of the ListView.
|
|
25
25
|
/// @group listview
|
|
@@ -114,13 +114,13 @@ $kendo-loader-lg-container-gap: k-spacing(3) !default;
|
|
|
114
114
|
|
|
115
115
|
/// The font size of the small Loader container.
|
|
116
116
|
/// @group loader
|
|
117
|
-
$kendo-loader-sm-container-font-size: var(
|
|
117
|
+
$kendo-loader-sm-container-font-size: var(--kendo-font-size-xs) !default;
|
|
118
118
|
/// The font size of the medium Loader container.
|
|
119
119
|
/// @group loader
|
|
120
|
-
$kendo-loader-md-container-font-size: var(
|
|
120
|
+
$kendo-loader-md-container-font-size: var(--kendo-font-size) !default;
|
|
121
121
|
/// The font size of the large Loader container.
|
|
122
122
|
/// @group loader
|
|
123
|
-
$kendo-loader-lg-container-font-size: var(
|
|
123
|
+
$kendo-loader-lg-container-font-size: var(--kendo-font-size-lg) !default;
|
|
124
124
|
|
|
125
125
|
// Loading indicator
|
|
126
126
|
/// The background color of the Loading indicator.
|
package/scss/map/_variables.scss
CHANGED
|
@@ -9,13 +9,13 @@ $kendo-map-border-width: 0px !default;
|
|
|
9
9
|
|
|
10
10
|
/// The font size of the Map.
|
|
11
11
|
/// @group map
|
|
12
|
-
$kendo-map-font-size: var(
|
|
12
|
+
$kendo-map-font-size: var(--kendo-font-size) !default;
|
|
13
13
|
/// The line height of the Map.
|
|
14
14
|
/// @group map
|
|
15
|
-
$kendo-map-line-height: var(
|
|
15
|
+
$kendo-map-line-height: var(--kendo-line-height) !default;
|
|
16
16
|
/// The font family of the Map.
|
|
17
17
|
/// @group map
|
|
18
|
-
$kendo-map-font-family: var(
|
|
18
|
+
$kendo-map-font-family: var(--kendo-font-family) !default;
|
|
19
19
|
|
|
20
20
|
/// The background color of the Map.
|
|
21
21
|
/// @group map
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
$kendo-media-player-border-width: 1px !default;
|
|
8
8
|
/// The font family of the MediaPlayer.
|
|
9
9
|
/// @group mediaplayer
|
|
10
|
-
$kendo-media-player-font-family: var(
|
|
10
|
+
$kendo-media-player-font-family: var(--kendo-font-family) !default;
|
|
11
11
|
/// The font size of the MediaPlayer.
|
|
12
12
|
/// @group mediaplayer
|
|
13
|
-
$kendo-media-player-font-size: var(
|
|
13
|
+
$kendo-media-player-font-size: var(--kendo-font-size) !default;
|
|
14
14
|
/// The line height of the MediaPlayer.
|
|
15
15
|
/// @group mediaplayer
|
|
16
|
-
$kendo-media-player-line-height: var(
|
|
16
|
+
$kendo-media-player-line-height: var(--kendo-line-height) !default;
|
|
17
17
|
|
|
18
18
|
/// The background color of the MediaPlayer.
|
|
19
19
|
/// @group mediaplayer
|
|
@@ -16,13 +16,13 @@ $kendo-menu-group-default-size: "md" !default;
|
|
|
16
16
|
$kendo-menu-border-width: 1px !default;
|
|
17
17
|
/// The font family of the Menu.
|
|
18
18
|
/// @group menu
|
|
19
|
-
$kendo-menu-font-family: var(
|
|
19
|
+
$kendo-menu-font-family: var(--kendo-font-family) !default;
|
|
20
20
|
/// The font size of the Menu.
|
|
21
21
|
/// @group menu
|
|
22
|
-
$kendo-menu-font-size: var(
|
|
22
|
+
$kendo-menu-font-size: var(--kendo-font-size) !default;
|
|
23
23
|
/// The line height of the Menu used along with $kendo-font-size.
|
|
24
24
|
/// @group menu
|
|
25
|
-
$kendo-menu-line-height: var(
|
|
25
|
+
$kendo-menu-line-height: var(--kendo-line-height) !default;
|
|
26
26
|
|
|
27
27
|
/// The background color of the Menu.
|
|
28
28
|
/// @group menu
|
|
@@ -55,7 +55,7 @@ $kendo-menu-item-icon-spacing: $kendo-icon-spacing !default;
|
|
|
55
55
|
|
|
56
56
|
/// The font weight of the selected Menu item.
|
|
57
57
|
/// @group menu
|
|
58
|
-
$kendo-menu-item-selected-font-weight: var(
|
|
58
|
+
$kendo-menu-item-selected-font-weight: var(--kendo-font-weight-bold) !default;
|
|
59
59
|
|
|
60
60
|
/// The background color of the Menu item.
|
|
61
61
|
/// @group menu
|
|
@@ -175,23 +175,23 @@ $kendo-menu-popup-border-width: $kendo-popup-border-width !default;
|
|
|
175
175
|
|
|
176
176
|
/// The font size of the small Menu popup.
|
|
177
177
|
/// @group menu
|
|
178
|
-
$kendo-menu-popup-sm-font-size: var(
|
|
178
|
+
$kendo-menu-popup-sm-font-size: var(--kendo-font-size) !default;
|
|
179
179
|
/// The font size of the medium Menu popup.
|
|
180
180
|
/// @group menu
|
|
181
|
-
$kendo-menu-popup-md-font-size: var(
|
|
181
|
+
$kendo-menu-popup-md-font-size: var(--kendo-font-size) !default;
|
|
182
182
|
/// The font size of the large Menu popup.
|
|
183
183
|
/// @group menu
|
|
184
|
-
$kendo-menu-popup-lg-font-size: var(
|
|
184
|
+
$kendo-menu-popup-lg-font-size: var(--kendo-font-size-lg) !default;
|
|
185
185
|
|
|
186
186
|
/// The line height of the small Menu popup.
|
|
187
187
|
/// @group menu
|
|
188
|
-
$kendo-menu-popup-sm-line-height: var(
|
|
188
|
+
$kendo-menu-popup-sm-line-height: var(--kendo-line-height) !default;
|
|
189
189
|
/// The line height of the medium Menu popup.
|
|
190
190
|
/// @group menu
|
|
191
|
-
$kendo-menu-popup-md-line-height: var(
|
|
191
|
+
$kendo-menu-popup-md-line-height: var(--kendo-line-height) !default;
|
|
192
192
|
/// The line height of the large Menu popup.
|
|
193
193
|
/// @group menu
|
|
194
|
-
$kendo-menu-popup-lg-line-height: var(
|
|
194
|
+
$kendo-menu-popup-lg-line-height: var(--kendo-line-height) !default;
|
|
195
195
|
|
|
196
196
|
/// The background color of the Menu popup.
|
|
197
197
|
/// @group menu
|
|
@@ -211,7 +211,7 @@ $kendo-menu-popup-gradient: null !default;
|
|
|
211
211
|
|
|
212
212
|
/// The horizontal padding of the small Menu popup item.
|
|
213
213
|
/// @group menu
|
|
214
|
-
$kendo-menu-popup-sm-item-padding-x: k-spacing(2)
|
|
214
|
+
$kendo-menu-popup-sm-item-padding-x: k-spacing(2) !default;
|
|
215
215
|
/// The horizontal padding of the medium Menu popup item.
|
|
216
216
|
/// @group menu
|
|
217
217
|
$kendo-menu-popup-md-item-padding-x: k-spacing(2) !default;
|
|
@@ -22,10 +22,10 @@ $kendo-message-box-border-width: 0 0 0 4px !default;
|
|
|
22
22
|
|
|
23
23
|
/// The font size of the MessageBox.
|
|
24
24
|
/// @group messagebox
|
|
25
|
-
$kendo-message-box-font-size: var(
|
|
25
|
+
$kendo-message-box-font-size: var(--kendo-font-size) !default;
|
|
26
26
|
/// The line height of the MessageBox.
|
|
27
27
|
/// @group messagebox
|
|
28
|
-
$kendo-message-box-line-height: var(
|
|
28
|
+
$kendo-message-box-line-height: var(--kendo-line-height) !default;
|
|
29
29
|
|
|
30
30
|
/// The background color level of the MessageBox.
|
|
31
31
|
/// @group messagebox
|
|
@@ -28,13 +28,13 @@ $kendo-notification-border-width: 1px !default;
|
|
|
28
28
|
$kendo-notification-border-radius: k-border-radius(md) !default;
|
|
29
29
|
/// The font family of the Notification.
|
|
30
30
|
/// @group notification
|
|
31
|
-
$kendo-notification-font-family: var(
|
|
31
|
+
$kendo-notification-font-family: var(--kendo-font-family) !default;
|
|
32
32
|
/// The font size of the Notification.
|
|
33
33
|
/// @group notification
|
|
34
|
-
$kendo-notification-font-size: var(
|
|
34
|
+
$kendo-notification-font-size: var(--kendo-font-size-sm) !default;
|
|
35
35
|
/// The line height of the Notification.
|
|
36
36
|
/// @group notification
|
|
37
|
-
$kendo-notification-line-height: var(
|
|
37
|
+
$kendo-notification-line-height: var(--kendo-line-height) !default;
|
|
38
38
|
/// The horizontal padding of the Notification actions.
|
|
39
39
|
/// @group notification
|
|
40
40
|
$kendo-notification-actions-padding-x: null !default;
|
|
@@ -15,13 +15,13 @@ $kendo-orgchart-padding-y: $kendo-orgchart-spacer !default;
|
|
|
15
15
|
$kendo-orgchart-padding-x: $kendo-orgchart-padding-y !default;
|
|
16
16
|
/// The font family of the OrgChart.
|
|
17
17
|
/// @group orgchart
|
|
18
|
-
$kendo-orgchart-font-family: var(
|
|
18
|
+
$kendo-orgchart-font-family: var(--kendo-font-family) !default;
|
|
19
19
|
/// The font size of the OrgChart.
|
|
20
20
|
/// @group orgchart
|
|
21
|
-
$kendo-orgchart-font-size: var(
|
|
21
|
+
$kendo-orgchart-font-size: var(--kendo-font-size) !default;
|
|
22
22
|
/// The line height of the OrgChart.
|
|
23
23
|
/// @group orgchart
|
|
24
|
-
$kendo-orgchart-line-height: var(
|
|
24
|
+
$kendo-orgchart-line-height: var(--kendo-line-height) !default;
|
|
25
25
|
/// The background color of the OrgChart.
|
|
26
26
|
/// @group orgchart
|
|
27
27
|
$kendo-orgchart-bg: k-color(surface-alt) !default;
|
|
@@ -70,13 +70,13 @@ $kendo-orgchart-node-group-focus-shadow: $kendo-card-focus-shadow !default;
|
|
|
70
70
|
|
|
71
71
|
/// The font size of the OrgChart node group title.
|
|
72
72
|
/// @group orgchart
|
|
73
|
-
$kendo-orgchart-node-group-title-font-size: var(
|
|
73
|
+
$kendo-orgchart-node-group-title-font-size: var(--kendo-font-size-xl) !default;
|
|
74
74
|
/// The bottom margin of the OrgChart node group title.
|
|
75
75
|
/// @group orgchart
|
|
76
76
|
$kendo-orgchart-node-group-title-margin-bottom: calc( #{$kendo-orgchart-spacer} / 4 ) !default;
|
|
77
77
|
/// The line height of the OrgChart node group title.
|
|
78
78
|
/// @group orgchart
|
|
79
|
-
$kendo-orgchart-node-group-title-line-height: var(
|
|
79
|
+
$kendo-orgchart-node-group-title-line-height: var(--kendo-line-height-sm) !default;
|
|
80
80
|
|
|
81
81
|
/// The bottom margin of the OrgChart node group subtitle.
|
|
82
82
|
/// @group orgchart
|
|
@@ -84,7 +84,7 @@ $kendo-orgchart-node-group-subtitle-margin-bottom: $kendo-orgchart-spacer !defau
|
|
|
84
84
|
|
|
85
85
|
/// The font size of the OrgChart node group subtitle.
|
|
86
86
|
/// @group orgchart
|
|
87
|
-
$kendo-orgchart-node-group-subtitle-font-size: var(
|
|
87
|
+
$kendo-orgchart-node-group-subtitle-font-size: var(--kendo-font-size) !default;
|
|
88
88
|
|
|
89
89
|
/// The line height of the OrgChart node group subtitle.
|
|
90
90
|
/// @group orgchart
|
|
@@ -53,13 +53,13 @@ $kendo-pager-lg-item-group-spacing: k-spacing(4) !default;
|
|
|
53
53
|
$kendo-pager-border-width: 1px !default;
|
|
54
54
|
/// The font family of the Pager.
|
|
55
55
|
/// @group pager
|
|
56
|
-
$kendo-pager-font-family: var(
|
|
56
|
+
$kendo-pager-font-family: var(--kendo-font-family) !default;
|
|
57
57
|
/// The font size of the Pager.
|
|
58
58
|
/// @group pager
|
|
59
|
-
$kendo-pager-font-size: var(
|
|
59
|
+
$kendo-pager-font-size: var(--kendo-font-size) !default;
|
|
60
60
|
/// The line height of the Pager.
|
|
61
61
|
/// @group pager
|
|
62
|
-
$kendo-pager-line-height: var(
|
|
62
|
+
$kendo-pager-line-height: var(--kendo-line-height) !default;
|
|
63
63
|
/// The background color of the Pager.
|
|
64
64
|
/// @group pager
|
|
65
65
|
$kendo-pager-bg: k-color(surface) !default;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
/// The font family of the PanelBar.
|
|
7
7
|
/// @group panelbar
|
|
8
|
-
$kendo-panelbar-font-family: var(
|
|
8
|
+
$kendo-panelbar-font-family: var(--kendo-font-family) !default;
|
|
9
9
|
/// The font size of the PanelBar.
|
|
10
10
|
/// @group panelbar
|
|
11
|
-
$kendo-panelbar-font-size: var(
|
|
11
|
+
$kendo-panelbar-font-size: var(--kendo-font-size) !default;
|
|
12
12
|
/// The line height of the PanelBar.
|
|
13
13
|
/// @group panelbar
|
|
14
|
-
$kendo-panelbar-line-height: var(
|
|
14
|
+
$kendo-panelbar-line-height: var(--kendo-line-height) !default;
|
|
15
15
|
/// The width of the border around the PanelBar.
|
|
16
16
|
/// @group panelbar
|
|
17
17
|
$kendo-panelbar-border-width: 1px !default;
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
$kendo-pdf-viewer-border-width: 1px !default;
|
|
11
11
|
/// The font family of the PDFViewer.
|
|
12
12
|
/// @group pdf-viewer
|
|
13
|
-
$kendo-pdf-viewer-font-family: var(
|
|
13
|
+
$kendo-pdf-viewer-font-family: var(--kendo-font-family) !default;
|
|
14
14
|
/// The font size of the PDFViewer.
|
|
15
15
|
/// @group pdf-viewer
|
|
16
|
-
$kendo-pdf-viewer-font-size: var(
|
|
16
|
+
$kendo-pdf-viewer-font-size: var(--kendo-font-size) !default;
|
|
17
17
|
/// The line height of the PDFViewer.
|
|
18
18
|
/// @group pdf-viewer
|
|
19
|
-
$kendo-pdf-viewer-line-height: var(
|
|
19
|
+
$kendo-pdf-viewer-line-height: var(--kendo-line-height) !default;
|
|
20
20
|
|
|
21
21
|
/// The background color of the PDFViewer.
|
|
22
22
|
/// @group pdf-viewer
|
|
@@ -16,13 +16,13 @@ $kendo-pivotgrid-padding-x: null !default;
|
|
|
16
16
|
$kendo-pivotgrid-padding-y: null !default;
|
|
17
17
|
/// The font family of the PivotGrid.
|
|
18
18
|
/// @group pivotgrid
|
|
19
|
-
$kendo-pivotgrid-font-family: var(
|
|
19
|
+
$kendo-pivotgrid-font-family: var(--kendo-font-family) !default;
|
|
20
20
|
/// The font size of the PivotGrid.
|
|
21
21
|
/// @group pivotgrid
|
|
22
|
-
$kendo-pivotgrid-font-size: var(
|
|
22
|
+
$kendo-pivotgrid-font-size: var(--kendo-font-size) !default;
|
|
23
23
|
/// The line height of the PivotGrid.
|
|
24
24
|
/// @group pivotgrid
|
|
25
|
-
$kendo-pivotgrid-line-height: var(
|
|
25
|
+
$kendo-pivotgrid-line-height: var(--kendo-line-height) !default;
|
|
26
26
|
/// The border width of the PivotGrid.
|
|
27
27
|
/// @group pivotgrid
|
|
28
28
|
$kendo-pivotgrid-border-width: 1px !default;
|
|
@@ -9,10 +9,10 @@ $kendo-popup-border-radius: null !default;
|
|
|
9
9
|
|
|
10
10
|
/// Font size of the popup.
|
|
11
11
|
/// @group popup
|
|
12
|
-
$kendo-popup-font-size: var(
|
|
12
|
+
$kendo-popup-font-size: var(--kendo-font-size) !default;
|
|
13
13
|
/// Line height of the popup.
|
|
14
14
|
/// @group popup
|
|
15
|
-
$kendo-popup-line-height: var(
|
|
15
|
+
$kendo-popup-line-height: var(--kendo-line-height) !default;
|
|
16
16
|
|
|
17
17
|
/// Horizontal padding of the popup content.
|
|
18
18
|
/// @group popup
|
|
@@ -17,13 +17,13 @@ $kendo-progressbar-animation-timing: 1s linear infinite !default;
|
|
|
17
17
|
$kendo-progressbar-border-width: 0px !default;
|
|
18
18
|
/// The font family of the ProgressBar.
|
|
19
19
|
/// @group progressbar
|
|
20
|
-
$kendo-progressbar-font-family: var(
|
|
20
|
+
$kendo-progressbar-font-family: var(--kendo-font-family) !default;
|
|
21
21
|
/// The font size of the ProgressBar.
|
|
22
22
|
/// @group progressbar
|
|
23
|
-
$kendo-progressbar-font-size: var(
|
|
23
|
+
$kendo-progressbar-font-size: var(--kendo-font-size-sm) !default;
|
|
24
24
|
/// The line height of the ProgressBar.
|
|
25
25
|
/// @group progressbar
|
|
26
|
-
$kendo-progressbar-line-height: var(
|
|
26
|
+
$kendo-progressbar-line-height: var(--kendo-line-height-xs) !default;
|
|
27
27
|
|
|
28
28
|
/// The background color of the ProgressBar.
|
|
29
29
|
/// @group progressbar
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
/// The font family of the Rating.
|
|
8
8
|
/// @group rating
|
|
9
|
-
$kendo-rating-font-family: var(
|
|
9
|
+
$kendo-rating-font-family: var(--kendo-font-family) !default;
|
|
10
10
|
/// The font size of the Rating.
|
|
11
11
|
/// @group rating
|
|
12
|
-
$kendo-rating-font-size: var(
|
|
12
|
+
$kendo-rating-font-size: var(--kendo-font-size) !default;
|
|
13
13
|
/// The line height of the Rating.
|
|
14
14
|
/// @group rating
|
|
15
|
-
$kendo-rating-line-height: var(
|
|
15
|
+
$kendo-rating-line-height: var(--kendo-line-height) !default;
|
|
16
16
|
|
|
17
17
|
/// The horizontal margin of the Rating container.
|
|
18
18
|
/// @group rating
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
$kendo-scheduler-border-width: 1px !default;
|
|
11
11
|
/// The font family of the Scheduler.
|
|
12
12
|
/// @group scheduler
|
|
13
|
-
$kendo-scheduler-font-family: var(
|
|
13
|
+
$kendo-scheduler-font-family: var(--kendo-font-family) !default;
|
|
14
14
|
/// The font size of the Scheduler.
|
|
15
15
|
/// @group scheduler
|
|
16
|
-
$kendo-scheduler-font-size: var(
|
|
16
|
+
$kendo-scheduler-font-size: var(--kendo-font-size) !default;
|
|
17
17
|
/// The line height of the Scheduler.
|
|
18
18
|
/// @group scheduler
|
|
19
|
-
$kendo-scheduler-line-height: var(
|
|
19
|
+
$kendo-scheduler-line-height: var(--kendo-line-height) !default;
|
|
20
20
|
|
|
21
21
|
/// The background color of the Scheduler.
|
|
22
22
|
/// @group scheduler
|
|
@@ -205,10 +205,10 @@ $kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
|
|
|
205
205
|
$kendo-scheduler-tooltip-title-margin-y: k-spacing(1) !default;
|
|
206
206
|
/// The font size of the month inside the Scheduler Tooltip.
|
|
207
207
|
/// @group scheduler
|
|
208
|
-
$kendo-scheduler-tooltip-month-font-size: var(
|
|
208
|
+
$kendo-scheduler-tooltip-month-font-size: var(--kendo-font-size-sm) !default;
|
|
209
209
|
/// The font size of the day inside the Scheduler Tooltip.
|
|
210
210
|
/// @group scheduler
|
|
211
|
-
$kendo-scheduler-tooltip-day-font-size: calc( var(
|
|
211
|
+
$kendo-scheduler-tooltip-day-font-size: calc( var(--kendo-font-size-sm) * 2 ) !default;
|
|
212
212
|
|
|
213
213
|
/// The max height of the events inside the Scheduler Tooltip.
|
|
214
214
|
/// @group scheduler
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
$kendo-scrollview-border-width: 1px !default;
|
|
10
10
|
/// The font family of the ScrollView.
|
|
11
11
|
/// @group scrollview
|
|
12
|
-
$kendo-scrollview-font-family: var(
|
|
12
|
+
$kendo-scrollview-font-family: var(--kendo-font-family) !default;
|
|
13
13
|
/// The font size of the ScrollView.
|
|
14
14
|
/// @group scrollview
|
|
15
|
-
$kendo-scrollview-font-size: var(
|
|
15
|
+
$kendo-scrollview-font-size: var(--kendo-font-size) !default;
|
|
16
16
|
/// The line height of the ScrollView.
|
|
17
17
|
/// @group scrollview
|
|
18
|
-
$kendo-scrollview-line-height: var(
|
|
18
|
+
$kendo-scrollview-line-height: var(--kendo-line-height) !default;
|
|
19
19
|
|
|
20
20
|
/// The text color of the ScrollView.
|
|
21
21
|
/// @group scrollview
|
|
@@ -28,27 +28,27 @@ $kendo-segmented-control-text: k-color(on-app-surface) !default;
|
|
|
28
28
|
|
|
29
29
|
/// The font size of the small Segmented Control.
|
|
30
30
|
/// @group segmented-control
|
|
31
|
-
$kendo-segmented-control-sm-font-size: var(
|
|
31
|
+
$kendo-segmented-control-sm-font-size: var(--kendo-font-size) !default;
|
|
32
32
|
/// The font size of the medium Segmented Control.
|
|
33
33
|
/// @group segmented-control
|
|
34
|
-
$kendo-segmented-control-md-font-size: var(
|
|
34
|
+
$kendo-segmented-control-md-font-size: var(--kendo-font-size) !default;
|
|
35
35
|
/// The font size of the large Segmented Control.
|
|
36
36
|
/// @group segmented-control
|
|
37
|
-
$kendo-segmented-control-lg-font-size: var(
|
|
37
|
+
$kendo-segmented-control-lg-font-size: var(--kendo-font-size-lg) !default;
|
|
38
38
|
|
|
39
39
|
/// The font family of the Segmented Control.
|
|
40
40
|
/// @group segmented-control
|
|
41
|
-
$kendo-segmented-control-font-family: var(
|
|
41
|
+
$kendo-segmented-control-font-family: var(--kendo-font-family) !default;
|
|
42
42
|
|
|
43
43
|
/// The line height of the small Segmented Control.
|
|
44
44
|
/// @group segmented-control
|
|
45
|
-
$kendo-segmented-control-sm-line-height: var(
|
|
45
|
+
$kendo-segmented-control-sm-line-height: var(--kendo-line-height) !default;
|
|
46
46
|
/// The line height of the medium Segmented Control.
|
|
47
47
|
/// @group segmented-control
|
|
48
|
-
$kendo-segmented-control-md-line-height: var(
|
|
48
|
+
$kendo-segmented-control-md-line-height: var(--kendo-line-height) !default;
|
|
49
49
|
/// The line height of the large Segmented Control.
|
|
50
50
|
/// @group segmented-control
|
|
51
|
-
$kendo-segmented-control-lg-line-height: var(
|
|
51
|
+
$kendo-segmented-control-lg-line-height: var(--kendo-line-height) !default;
|
|
52
52
|
|
|
53
53
|
/// The border radius of the Segmented Control thumb.
|
|
54
54
|
/// @group segmented-control
|
|
@@ -25,7 +25,7 @@ $kendo-signature-maximized-height: 252px !default;
|
|
|
25
25
|
$kendo-signature-sm-padding-x: k-spacing(0.5) !default;
|
|
26
26
|
/// The horizontal padding of the medium Signature.
|
|
27
27
|
/// @group signature
|
|
28
|
-
$kendo-signature-md-padding-x: k-spacing(1)!default;
|
|
28
|
+
$kendo-signature-md-padding-x: k-spacing(1) !default;
|
|
29
29
|
/// The horizontal padding of the large Signature.
|
|
30
30
|
/// @group signature
|
|
31
31
|
$kendo-signature-lg-padding-x: k-spacing(2) !default;
|
|
@@ -11,13 +11,13 @@ $kendo-slider-alt-size: 30px !default;
|
|
|
11
11
|
|
|
12
12
|
/// The font family of the Slider.
|
|
13
13
|
/// @group slider
|
|
14
|
-
$kendo-slider-font-family: var(
|
|
14
|
+
$kendo-slider-font-family: var(--kendo-font-family) !default;
|
|
15
15
|
/// The font size of the Slider.
|
|
16
16
|
/// @group slider
|
|
17
|
-
$kendo-slider-font-size: var(
|
|
17
|
+
$kendo-slider-font-size: var(--kendo-font-size) !default;
|
|
18
18
|
/// The line height of the Slider.
|
|
19
19
|
/// @group slider
|
|
20
|
-
$kendo-slider-line-height: var(
|
|
20
|
+
$kendo-slider-line-height: var(--kendo-line-height) !default;
|
|
21
21
|
|
|
22
22
|
/// The offset of the Slider Buttons.
|
|
23
23
|
/// @group slider
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
$kendo-splitter-border-width: 1px !default;
|
|
9
9
|
/// The font family of the Splitter.
|
|
10
10
|
/// @group splitter
|
|
11
|
-
$kendo-splitter-font-family: var(
|
|
11
|
+
$kendo-splitter-font-family: var(--kendo-font-family) !default;
|
|
12
12
|
/// The font size of the Splitter.
|
|
13
13
|
/// @group splitter
|
|
14
|
-
$kendo-splitter-font-size: var(
|
|
14
|
+
$kendo-splitter-font-size: var(--kendo-font-size) !default;
|
|
15
15
|
/// The line height of the Splitter.
|
|
16
16
|
/// @group splitter
|
|
17
|
-
$kendo-splitter-line-height: var(
|
|
17
|
+
$kendo-splitter-line-height: var(--kendo-line-height) !default;
|
|
18
18
|
|
|
19
19
|
/// The background color of the Splitter.
|
|
20
20
|
/// @group splitter
|
|
@@ -9,13 +9,13 @@
|
|
|
9
9
|
$kendo-spreadsheet-border-width: 1px !default;
|
|
10
10
|
/// The font family of the Spreadsheet.
|
|
11
11
|
/// @group spreadsheet
|
|
12
|
-
$kendo-spreadsheet-font-family: var(
|
|
12
|
+
$kendo-spreadsheet-font-family: var(--kendo-font-family) !default;
|
|
13
13
|
/// The font size of the Spreadsheet.
|
|
14
14
|
/// @group spreadsheet
|
|
15
|
-
$kendo-spreadsheet-font-size: var(
|
|
15
|
+
$kendo-spreadsheet-font-size: var(--kendo-font-size) !default;
|
|
16
16
|
/// The line height of the Spreadsheet.
|
|
17
17
|
/// @group spreadsheet
|
|
18
|
-
$kendo-spreadsheet-line-height: var(
|
|
18
|
+
$kendo-spreadsheet-line-height: var(--kendo-line-height) !default;
|
|
19
19
|
|
|
20
20
|
/// The background color of the Spreadsheet.
|
|
21
21
|
/// @group spreadsheet
|