@progress/kendo-theme-classic 11.2.1-dev.1 → 11.3.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 +5092 -6604
- package/dist/meta/sassdoc-raw-data.json +2490 -3190
- package/dist/meta/variables.json +16 -200
- 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/badge/_variables.scss +1 -9
- package/scss/breadcrumb/_variables.scss +4 -20
- package/scss/button/_variables.scss +1 -11
- package/scss/chat/_variables.scss +10 -1
- package/scss/chip/_variables.scss +1 -9
- package/scss/coloreditor/_variables.scss +7 -23
- package/scss/colorgradient/_variables.scss +2 -10
- package/scss/column-menu/_variables.scss +4 -9
- package/scss/fab/_variables.scss +7 -9
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/grid/_variables.scss +2 -2
- package/scss/input/_variables.scss +8 -10
- package/scss/list/_variables.scss +6 -27
- package/scss/menu/_variables.scss +0 -6
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/otp/_variables.scss +3 -15
- package/scss/pager/_variables.scss +0 -4
- package/scss/signature/_variables.scss +1 -7
- package/scss/split-button/_variables.scss +2 -2
- package/scss/spreadsheet/_variables.scss +2 -2
- package/scss/table/_variables.scss +0 -10
- package/scss/tabstrip/_variables.scss +2 -10
- package/scss/timeline/_variables.scss +2 -2
- package/scss/toolbar/_variables.scss +3 -15
- package/scss/treeview/_variables.scss +0 -8
|
@@ -22,14 +22,12 @@ $kendo-list-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
|
22
22
|
|
|
23
23
|
/// The horizontal padding of the List header, if no size is set.
|
|
24
24
|
/// @group list
|
|
25
|
-
$kendo-list-header-padding-x: null !default;
|
|
26
25
|
$kendo-list-sm-header-padding-x: k-spacing(2) !default;
|
|
27
26
|
$kendo-list-md-header-padding-x: k-spacing(2) !default;
|
|
28
27
|
$kendo-list-lg-header-padding-x: k-spacing(2) !default;
|
|
29
28
|
|
|
30
29
|
/// The vertical padding of the List header, if no size is set.
|
|
31
30
|
/// @group list
|
|
32
|
-
$kendo-list-header-padding-y: null !default;
|
|
33
31
|
$kendo-list-sm-header-padding-y: k-spacing(0.5) !default;
|
|
34
32
|
$kendo-list-md-header-padding-y: k-spacing(1) !default;
|
|
35
33
|
$kendo-list-lg-header-padding-y: k-spacing(1.5) !default;
|
|
@@ -56,34 +54,26 @@ $kendo-list-lg-header-line-height: null !default;
|
|
|
56
54
|
/// @group list
|
|
57
55
|
$kendo-list-header-font-weight: var( --kendo-font-weight-bold, normal ) !default;
|
|
58
56
|
|
|
59
|
-
/// The padding of the the List filter input.
|
|
60
|
-
/// @group list
|
|
61
|
-
$kendo-list-filter-padding: k-spacing(2) !default;
|
|
62
|
-
|
|
63
57
|
/// The horizontal padding of the List filter, when no size is set.
|
|
64
58
|
/// @group list
|
|
65
|
-
$kendo-list-filter-padding-x:
|
|
66
|
-
$kendo-list-
|
|
67
|
-
$kendo-list-
|
|
68
|
-
$kendo-list-lg-filter-padding-x: $kendo-list-filter-padding !default;
|
|
59
|
+
$kendo-list-sm-filter-padding-x: k-spacing(2) !default;
|
|
60
|
+
$kendo-list-md-filter-padding-x: k-spacing(2) !default;
|
|
61
|
+
$kendo-list-lg-filter-padding-x: k-spacing(2) !default;
|
|
69
62
|
|
|
70
63
|
/// The vertical padding of the List filter, when no size is set.
|
|
71
64
|
/// @group list
|
|
72
|
-
$kendo-list-filter-padding-y:
|
|
73
|
-
$kendo-list-
|
|
74
|
-
$kendo-list-
|
|
75
|
-
$kendo-list-lg-filter-padding-y: $kendo-list-filter-padding !default;
|
|
65
|
+
$kendo-list-sm-filter-padding-y: k-spacing(2) !default;
|
|
66
|
+
$kendo-list-md-filter-padding-y: k-spacing(2) !default;
|
|
67
|
+
$kendo-list-lg-filter-padding-y: k-spacing(2) !default;
|
|
76
68
|
|
|
77
69
|
/// The horizontal padding of the List items, when no size is set.
|
|
78
70
|
/// @group list
|
|
79
|
-
$kendo-list-item-padding-x: null !default;
|
|
80
71
|
$kendo-list-sm-item-padding-x: k-spacing(2) !default;
|
|
81
72
|
$kendo-list-md-item-padding-x: k-spacing(2) !default;
|
|
82
73
|
$kendo-list-lg-item-padding-x: k-spacing(3) !default;
|
|
83
74
|
|
|
84
75
|
/// The vertical padding of the List items, when no size is set.
|
|
85
76
|
/// @group list
|
|
86
|
-
$kendo-list-item-padding-y: null !default;
|
|
87
77
|
$kendo-list-sm-item-padding-y: k-spacing(0.5) !default;
|
|
88
78
|
$kendo-list-md-item-padding-y: k-spacing(1) !default;
|
|
89
79
|
$kendo-list-lg-item-padding-y: k-spacing(2) !default;
|
|
@@ -104,14 +94,12 @@ $kendo-list-lg-item-line-height: null !default;
|
|
|
104
94
|
|
|
105
95
|
/// The horizontal padding of the List group items, when no size is set.
|
|
106
96
|
/// @group list
|
|
107
|
-
$kendo-list-group-item-padding-x: null !default;
|
|
108
97
|
$kendo-list-sm-group-item-padding-x: k-spacing(2) !default;
|
|
109
98
|
$kendo-list-md-group-item-padding-x: k-spacing(2) !default;
|
|
110
99
|
$kendo-list-lg-group-item-padding-x: k-spacing(2) !default;
|
|
111
100
|
|
|
112
101
|
/// The vertical padding of the List group items, when no size is set.
|
|
113
102
|
/// @group list
|
|
114
|
-
$kendo-list-group-item-padding-y: null !default;
|
|
115
103
|
$kendo-list-sm-group-item-padding-y: k-spacing(0.5) !default;
|
|
116
104
|
$kendo-list-md-group-item-padding-y: k-spacing(1) !default;
|
|
117
105
|
$kendo-list-lg-group-item-padding-y: k-spacing(1.5) !default;
|
|
@@ -318,11 +306,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
|
|
|
318
306
|
$kendo-list-sm-line-height: $kendo-list-sm-line-height,
|
|
319
307
|
$kendo-list-md-line-height: $kendo-list-md-line-height,
|
|
320
308
|
$kendo-list-lg-line-height: $kendo-list-lg-line-height,
|
|
321
|
-
$kendo-list-header-padding-x: $kendo-list-header-padding-x,
|
|
322
309
|
$kendo-list-sm-header-padding-x: $kendo-list-sm-header-padding-x,
|
|
323
310
|
$kendo-list-md-header-padding-x: $kendo-list-md-header-padding-x,
|
|
324
311
|
$kendo-list-lg-header-padding-x: $kendo-list-lg-header-padding-x,
|
|
325
|
-
$kendo-list-header-padding-y: $kendo-list-header-padding-y,
|
|
326
312
|
$kendo-list-sm-header-padding-y: $kendo-list-sm-header-padding-y,
|
|
327
313
|
$kendo-list-md-header-padding-y: $kendo-list-md-header-padding-y,
|
|
328
314
|
$kendo-list-lg-header-padding-y: $kendo-list-lg-header-padding-y,
|
|
@@ -336,12 +322,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
|
|
|
336
322
|
$kendo-list-md-header-line-height: $kendo-list-md-header-line-height,
|
|
337
323
|
$kendo-list-lg-header-line-height: $kendo-list-lg-header-line-height,
|
|
338
324
|
$kendo-list-header-font-weight: $kendo-list-header-font-weight,
|
|
339
|
-
$kendo-list-filter-padding: $kendo-list-filter-padding,
|
|
340
|
-
$kendo-list-item-padding-x: $kendo-list-item-padding-x,
|
|
341
325
|
$kendo-list-sm-item-padding-x: $kendo-list-sm-item-padding-x,
|
|
342
326
|
$kendo-list-md-item-padding-x: $kendo-list-md-item-padding-x,
|
|
343
327
|
$kendo-list-lg-item-padding-x: $kendo-list-lg-item-padding-x,
|
|
344
|
-
$kendo-list-item-padding-y: $kendo-list-item-padding-y,
|
|
345
328
|
$kendo-list-sm-item-padding-y: $kendo-list-sm-item-padding-y,
|
|
346
329
|
$kendo-list-md-item-padding-y: $kendo-list-md-item-padding-y,
|
|
347
330
|
$kendo-list-lg-item-padding-y: $kendo-list-lg-item-padding-y,
|
|
@@ -353,11 +336,9 @@ $kendo-list-option-label-text: k-color(subtle) !default;
|
|
|
353
336
|
$kendo-list-sm-item-line-height: $kendo-list-sm-item-line-height,
|
|
354
337
|
$kendo-list-md-item-line-height: $kendo-list-md-item-line-height,
|
|
355
338
|
$kendo-list-lg-item-line-height: $kendo-list-lg-item-line-height,
|
|
356
|
-
$kendo-list-group-item-padding-x: $kendo-list-group-item-padding-x,
|
|
357
339
|
$kendo-list-sm-group-item-padding-x: $kendo-list-sm-group-item-padding-x,
|
|
358
340
|
$kendo-list-md-group-item-padding-x: $kendo-list-md-group-item-padding-x,
|
|
359
341
|
$kendo-list-lg-group-item-padding-x: $kendo-list-lg-group-item-padding-x,
|
|
360
|
-
$kendo-list-group-item-padding-y: $kendo-list-group-item-padding-y,
|
|
361
342
|
$kendo-list-sm-group-item-padding-y: $kendo-list-sm-group-item-padding-y,
|
|
362
343
|
$kendo-list-md-group-item-padding-y: $kendo-list-md-group-item-padding-y,
|
|
363
344
|
$kendo-list-lg-group-item-padding-y: $kendo-list-lg-group-item-padding-y,
|
|
@@ -382,8 +363,6 @@ $kendo-list-option-label-text: k-color(subtle) !default;
|
|
|
382
363
|
$kendo-list-sm-group-item-line-height: $kendo-list-sm-group-item-line-height,
|
|
383
364
|
$kendo-list-md-group-item-line-height: $kendo-list-md-group-item-line-height,
|
|
384
365
|
$kendo-list-lg-group-item-line-height: $kendo-list-lg-group-item-line-height,
|
|
385
|
-
$kendo-list-filter-padding-x: $kendo-list-filter-padding-x,
|
|
386
|
-
$kendo-list-filter-padding-y: $kendo-list-filter-padding-y,
|
|
387
366
|
$kendo-list-sm-filter-padding-x: $kendo-list-sm-filter-padding-x,
|
|
388
367
|
$kendo-list-sm-filter-padding-y: $kendo-list-sm-filter-padding-y,
|
|
389
368
|
$kendo-list-md-filter-padding-x: $kendo-list-md-filter-padding-x,
|
|
@@ -194,21 +194,18 @@ $kendo-menu-popup-gradient: null !default;
|
|
|
194
194
|
|
|
195
195
|
/// The horizontal padding of the Menu item in popup.
|
|
196
196
|
/// @group menu
|
|
197
|
-
$kendo-menu-popup-item-padding-x: k-spacing(2) !default;
|
|
198
197
|
$kendo-menu-popup-sm-item-padding-x: k-spacing(2) !default;
|
|
199
198
|
$kendo-menu-popup-md-item-padding-x: k-spacing(2) !default;
|
|
200
199
|
$kendo-menu-popup-lg-item-padding-x: k-spacing(2) !default;
|
|
201
200
|
|
|
202
201
|
/// The vertical padding of the Menu item in popup.
|
|
203
202
|
/// @group menu
|
|
204
|
-
$kendo-menu-popup-item-padding-y: k-spacing(1) !default;
|
|
205
203
|
$kendo-menu-popup-sm-item-padding-y: k-spacing(0.5) !default;
|
|
206
204
|
$kendo-menu-popup-md-item-padding-y: k-spacing(1) !default;
|
|
207
205
|
$kendo-menu-popup-lg-item-padding-y: k-spacing(1.5) !default;
|
|
208
206
|
|
|
209
207
|
/// The end padding of the Menu item in popup.
|
|
210
208
|
/// @group menu
|
|
211
|
-
$kendo-menu-popup-item-padding-end: calc( #{$kendo-menu-popup-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
|
|
212
209
|
$kendo-menu-popup-sm-item-padding-end: calc( #{$kendo-menu-popup-sm-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
|
|
213
210
|
$kendo-menu-popup-md-item-padding-end: calc( #{$kendo-menu-popup-md-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
|
|
214
211
|
$kendo-menu-popup-lg-item-padding-end: calc( #{$kendo-menu-popup-lg-item-padding-x} * 2 + #{$kendo-icon-size} ) !default;
|
|
@@ -330,15 +327,12 @@ $kendo-menu-popup-item-focus-shadow: $kendo-menu-item-focus-shadow !default;
|
|
|
330
327
|
$kendo-menu-popup-text: $kendo-menu-popup-text,
|
|
331
328
|
$kendo-menu-popup-border: $kendo-menu-popup-border,
|
|
332
329
|
$kendo-menu-popup-gradient: $kendo-menu-popup-gradient,
|
|
333
|
-
$kendo-menu-popup-item-padding-x: $kendo-menu-popup-item-padding-x,
|
|
334
330
|
$kendo-menu-popup-sm-item-padding-x: $kendo-menu-popup-sm-item-padding-x,
|
|
335
331
|
$kendo-menu-popup-md-item-padding-x: $kendo-menu-popup-md-item-padding-x,
|
|
336
332
|
$kendo-menu-popup-lg-item-padding-x: $kendo-menu-popup-lg-item-padding-x,
|
|
337
|
-
$kendo-menu-popup-item-padding-y: $kendo-menu-popup-item-padding-y,
|
|
338
333
|
$kendo-menu-popup-sm-item-padding-y: $kendo-menu-popup-sm-item-padding-y,
|
|
339
334
|
$kendo-menu-popup-md-item-padding-y: $kendo-menu-popup-md-item-padding-y,
|
|
340
335
|
$kendo-menu-popup-lg-item-padding-y: $kendo-menu-popup-lg-item-padding-y,
|
|
341
|
-
$kendo-menu-popup-item-padding-end: $kendo-menu-popup-item-padding-end,
|
|
342
336
|
$kendo-menu-popup-sm-item-padding-end: $kendo-menu-popup-sm-item-padding-end,
|
|
343
337
|
$kendo-menu-popup-md-item-padding-end: $kendo-menu-popup-md-item-padding-end,
|
|
344
338
|
$kendo-menu-popup-lg-item-padding-end: $kendo-menu-popup-lg-item-padding-end,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
/// The horizontal padding of the button arrow in the Menu Button.
|
|
6
6
|
/// @group menu-button
|
|
7
|
-
$kendo-menu-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
7
|
+
$kendo-menu-button-arrow-padding-x: $kendo-button-md-padding-y !default;
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
@forward "@progress/kendo-theme-core/scss/components/menu-button/_variables.scss" with (
|
package/scss/otp/_variables.scss
CHANGED
|
@@ -3,41 +3,32 @@
|
|
|
3
3
|
|
|
4
4
|
// OTP
|
|
5
5
|
|
|
6
|
-
/// The gap between the items in the OTP.
|
|
7
|
-
/// @group one-time-password
|
|
8
|
-
$kendo-otp-gap: k-spacing(1.5) !default;
|
|
9
6
|
/// The gap between the items in the small OTP.
|
|
10
7
|
/// @group one-time-password
|
|
11
8
|
$kendo-otp-sm-gap: k-spacing(1) !default;
|
|
12
9
|
/// The gap between the items in the medium OTP.
|
|
13
10
|
/// @group one-time-password
|
|
14
|
-
$kendo-otp-md-gap:
|
|
11
|
+
$kendo-otp-md-gap: k-spacing(1.5) !default;
|
|
15
12
|
/// The gap between the items in the large OTP.
|
|
16
13
|
/// @group one-time-password
|
|
17
14
|
$kendo-otp-lg-gap: k-spacing(2) !default;
|
|
18
15
|
|
|
19
|
-
/// The horizontal padding of the OTP separator.
|
|
20
|
-
/// @group one-time-password
|
|
21
|
-
$kendo-otp-separator-padding-x: $kendo-otp-gap !default;
|
|
22
16
|
/// The horizontal padding of the small OTP separator.
|
|
23
17
|
/// @group one-time-password
|
|
24
18
|
$kendo-otp-sm-separator-padding-x: $kendo-otp-sm-gap !default;
|
|
25
19
|
/// The horizontal padding of the medium OTP separator.
|
|
26
20
|
/// @group one-time-password
|
|
27
|
-
$kendo-otp-md-separator-padding-x: $kendo-otp-
|
|
21
|
+
$kendo-otp-md-separator-padding-x: $kendo-otp-md-gap !default;
|
|
28
22
|
/// The horizontal padding of the large OTP separator.
|
|
29
23
|
/// @group one-time-password
|
|
30
24
|
$kendo-otp-lg-separator-padding-x: $kendo-otp-lg-gap !default;
|
|
31
25
|
|
|
32
|
-
/// The horizontal padding of the OTP separator.
|
|
33
|
-
/// @group one-time-password
|
|
34
|
-
$kendo-otp-input-width: $kendo-input-calc-size !default;
|
|
35
26
|
/// The horizontal padding of the small OTP separator.
|
|
36
27
|
/// @group one-time-password
|
|
37
28
|
$kendo-otp-sm-input-width: $kendo-input-sm-calc-size !default;
|
|
38
29
|
/// The horizontal padding of the medium OTP separator.
|
|
39
30
|
/// @group one-time-password
|
|
40
|
-
$kendo-otp-md-input-width: $kendo-
|
|
31
|
+
$kendo-otp-md-input-width: $kendo-input-md-calc-size !default;
|
|
41
32
|
/// The horizontal padding of the large OTP separator.
|
|
42
33
|
/// @group one-time-password
|
|
43
34
|
$kendo-otp-lg-input-width: $kendo-input-lg-calc-size !default;
|
|
@@ -61,15 +52,12 @@ $kendo-otp-sizes: (
|
|
|
61
52
|
) !default;
|
|
62
53
|
|
|
63
54
|
@forward "@progress/kendo-theme-core/scss/components/otp/_variables.scss" with (
|
|
64
|
-
$kendo-otp-gap: $kendo-otp-gap,
|
|
65
55
|
$kendo-otp-sm-gap: $kendo-otp-sm-gap,
|
|
66
56
|
$kendo-otp-md-gap: $kendo-otp-md-gap,
|
|
67
57
|
$kendo-otp-lg-gap: $kendo-otp-lg-gap,
|
|
68
|
-
$kendo-otp-separator-padding-x: $kendo-otp-separator-padding-x,
|
|
69
58
|
$kendo-otp-sm-separator-padding-x: $kendo-otp-sm-separator-padding-x,
|
|
70
59
|
$kendo-otp-md-separator-padding-x: $kendo-otp-md-separator-padding-x,
|
|
71
60
|
$kendo-otp-lg-separator-padding-x: $kendo-otp-lg-separator-padding-x,
|
|
72
|
-
$kendo-otp-input-width: $kendo-otp-input-width,
|
|
73
61
|
$kendo-otp-sm-input-width: $kendo-otp-sm-input-width,
|
|
74
62
|
$kendo-otp-md-input-width: $kendo-otp-md-input-width,
|
|
75
63
|
$kendo-otp-lg-input-width: $kendo-otp-lg-input-width,
|
|
@@ -4,9 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
// Pager
|
|
6
6
|
|
|
7
|
-
/// The horizontal padding of the Pager.
|
|
8
|
-
/// @group pager
|
|
9
|
-
$kendo-pager-padding-x: k-spacing(2) !default;
|
|
10
7
|
/// The horizontal padding of the small Pager.
|
|
11
8
|
/// @group pager
|
|
12
9
|
$kendo-pager-sm-padding-x: k-spacing(1) !default;
|
|
@@ -124,7 +121,6 @@ $kendo-pager-sizes: (
|
|
|
124
121
|
|
|
125
122
|
|
|
126
123
|
@forward "@progress/kendo-theme-core/scss/components/pager/_variables.scss" with (
|
|
127
|
-
$kendo-pager-padding-x: $kendo-pager-padding-x,
|
|
128
124
|
$kendo-pager-sm-padding-x: $kendo-pager-sm-padding-x,
|
|
129
125
|
$kendo-pager-md-padding-x: $kendo-pager-md-padding-x,
|
|
130
126
|
$kendo-pager-lg-padding-x: $kendo-pager-lg-padding-x,
|
|
@@ -10,12 +10,10 @@ $kendo-signature-lg-min-height: 110px !default;
|
|
|
10
10
|
$kendo-signature-maximized-width: 750px !default;
|
|
11
11
|
$kendo-signature-maximized-height: 252px !default;
|
|
12
12
|
|
|
13
|
-
$kendo-signature-padding-x: k-spacing(1) !default;
|
|
14
13
|
$kendo-signature-sm-padding-x: k-spacing(0.5) !default;
|
|
15
|
-
$kendo-signature-md-padding-x:
|
|
14
|
+
$kendo-signature-md-padding-x: k-spacing(1)!default;
|
|
16
15
|
$kendo-signature-lg-padding-x: k-spacing(2) !default;
|
|
17
16
|
|
|
18
|
-
$kendo-signature-padding-y: $kendo-signature-padding-x !default;
|
|
19
17
|
$kendo-signature-sm-padding-y: $kendo-signature-sm-padding-x !default;
|
|
20
18
|
$kendo-signature-md-padding-y: $kendo-signature-md-padding-x !default;
|
|
21
19
|
$kendo-signature-lg-padding-y: $kendo-signature-lg-padding-x !default;
|
|
@@ -24,7 +22,6 @@ $kendo-signature-line-width: 1px !default;
|
|
|
24
22
|
$kendo-signature-line-style: dashed !default;
|
|
25
23
|
$kendo-signature-line-color: color-mix(in srgb, k-color(info) 24%, transparent) !default;
|
|
26
24
|
|
|
27
|
-
$kendo-signature-line-size: calc( 100% - 2 * #{$kendo-signature-padding-x} ) !default;
|
|
28
25
|
$kendo-signature-sm-line-size: calc( 100% - 2 * #{$kendo-signature-sm-padding-x} ) !default;
|
|
29
26
|
$kendo-signature-md-line-size: calc( 100% - 2 * #{$kendo-signature-md-padding-x} ) !default;
|
|
30
27
|
$kendo-signature-lg-line-size: calc( 100% - 2 * #{$kendo-signature-lg-padding-x} ) !default;
|
|
@@ -59,18 +56,15 @@ $kendo-signature-maximized-line-width: 3px !default;
|
|
|
59
56
|
$kendo-signature-lg-min-height: $kendo-signature-lg-min-height,
|
|
60
57
|
$kendo-signature-maximized-width: $kendo-signature-maximized-width,
|
|
61
58
|
$kendo-signature-maximized-height: $kendo-signature-maximized-height,
|
|
62
|
-
$kendo-signature-padding-x: $kendo-signature-padding-x,
|
|
63
59
|
$kendo-signature-sm-padding-x: $kendo-signature-sm-padding-x,
|
|
64
60
|
$kendo-signature-md-padding-x: $kendo-signature-md-padding-x,
|
|
65
61
|
$kendo-signature-lg-padding-x: $kendo-signature-lg-padding-x,
|
|
66
|
-
$kendo-signature-padding-y: $kendo-signature-padding-y,
|
|
67
62
|
$kendo-signature-sm-padding-y: $kendo-signature-sm-padding-y,
|
|
68
63
|
$kendo-signature-md-padding-y: $kendo-signature-md-padding-y,
|
|
69
64
|
$kendo-signature-lg-padding-y: $kendo-signature-lg-padding-y,
|
|
70
65
|
$kendo-signature-line-width: $kendo-signature-line-width,
|
|
71
66
|
$kendo-signature-line-style: $kendo-signature-line-style,
|
|
72
67
|
$kendo-signature-line-color: $kendo-signature-line-color,
|
|
73
|
-
$kendo-signature-line-size: $kendo-signature-line-size,
|
|
74
68
|
$kendo-signature-sm-line-size: $kendo-signature-sm-line-size,
|
|
75
69
|
$kendo-signature-md-line-size: $kendo-signature-md-line-size,
|
|
76
70
|
$kendo-signature-lg-line-size: $kendo-signature-lg-line-size,
|
|
@@ -8,7 +8,7 @@ $kendo-split-button-focus-shadow: $kendo-button-focus-shadow !default;
|
|
|
8
8
|
|
|
9
9
|
/// The horizontal padding of the arrow Button.
|
|
10
10
|
/// @group split-button
|
|
11
|
-
$kendo-split-button-arrow-padding-x: $kendo-button-padding-y !default;
|
|
11
|
+
$kendo-split-button-arrow-padding-x: $kendo-button-md-padding-y !default;
|
|
12
12
|
/// The horizontal padding of the small arrow Button.
|
|
13
13
|
/// @group split-button
|
|
14
14
|
$kendo-split-button-sm-arrow-padding-x: $kendo-button-sm-padding-y !default;
|
|
@@ -21,7 +21,7 @@ $kendo-split-button-lg-arrow-padding-x: $kendo-button-lg-padding-y !default;
|
|
|
21
21
|
|
|
22
22
|
/// The vertical padding of the arrow Button.
|
|
23
23
|
/// @group split-button
|
|
24
|
-
$kendo-split-button-arrow-padding-y: $kendo-button-padding-y !default;
|
|
24
|
+
$kendo-split-button-arrow-padding-y: $kendo-button-md-padding-y !default;
|
|
25
25
|
/// The vertical padding of the small arrow Button.
|
|
26
26
|
/// @group split-button
|
|
27
27
|
$kendo-split-button-sm-arrow-padding-y: $kendo-button-sm-padding-y !default;
|
|
@@ -78,10 +78,10 @@ $kendo-spreadsheet-formula-bar-gap: k-spacing(2) !default;
|
|
|
78
78
|
|
|
79
79
|
/// The horizontal padding of the Spreadsheet formula input.
|
|
80
80
|
/// @group spreadsheet
|
|
81
|
-
$kendo-spreadsheet-formula-input-padding-x: $kendo-input-padding-x !default;
|
|
81
|
+
$kendo-spreadsheet-formula-input-padding-x: $kendo-input-md-padding-x !default;
|
|
82
82
|
/// The vertical padding of the Spreadsheet formula input.
|
|
83
83
|
/// @group spreadsheet
|
|
84
|
-
$kendo-spreadsheet-formula-input-padding-y: $kendo-input-padding-y !default;
|
|
84
|
+
$kendo-spreadsheet-formula-input-padding-y: $kendo-input-md-padding-y !default;
|
|
85
85
|
/// The line height of the Spreadsheet formula input.
|
|
86
86
|
/// @group spreadsheet
|
|
87
87
|
$kendo-spreadsheet-formula-input-line-height: $kendo-input-line-height !default;
|
|
@@ -23,14 +23,6 @@ $kendo-table-font-size: null !default;
|
|
|
23
23
|
/// @group table
|
|
24
24
|
$kendo-table-line-height: null !default;
|
|
25
25
|
|
|
26
|
-
/// The horizontal padding of the cells in the table if no size is specified.
|
|
27
|
-
/// @group table
|
|
28
|
-
$kendo-table-cell-padding-x: null !default;
|
|
29
|
-
|
|
30
|
-
/// The vertical padding of the cells in the table if no size is specified.
|
|
31
|
-
/// @group table
|
|
32
|
-
$kendo-table-cell-padding-y: null !default;
|
|
33
|
-
|
|
34
26
|
$kendo-table-sm-cell-padding-x: k-spacing(1) !default;
|
|
35
27
|
$kendo-table-sm-cell-padding-y: k-spacing(1) !default;
|
|
36
28
|
|
|
@@ -179,8 +171,6 @@ $kendo-table-cell-row-span-shadow: inset 0 0 0 1px $kendo-table-border !default;
|
|
|
179
171
|
$kendo-table-cell-horizontal-border-width: $kendo-table-cell-horizontal-border-width,
|
|
180
172
|
$kendo-table-font-size: $kendo-table-font-size,
|
|
181
173
|
$kendo-table-line-height: $kendo-table-line-height,
|
|
182
|
-
$kendo-table-cell-padding-x: $kendo-table-cell-padding-x,
|
|
183
|
-
$kendo-table-cell-padding-y: $kendo-table-cell-padding-y,
|
|
184
174
|
$kendo-table-sm-cell-padding-x: $kendo-table-sm-cell-padding-x,
|
|
185
175
|
$kendo-table-sm-cell-padding-y: $kendo-table-sm-cell-padding-y,
|
|
186
176
|
$kendo-table-md-cell-padding-x: $kendo-table-md-cell-padding-x,
|
|
@@ -66,12 +66,6 @@ $kendo-tabstrip-text: k-color(on-app-surface) !default;
|
|
|
66
66
|
/// @group tabstrip
|
|
67
67
|
$kendo-tabstrip-border: k-color(border) !default;
|
|
68
68
|
|
|
69
|
-
/// The horizontal padding of the TabStrip items.
|
|
70
|
-
/// @group tabstrip
|
|
71
|
-
$kendo-tabstrip-item-padding-x: k-spacing(2) !default;
|
|
72
|
-
/// The vertical padding of the TabStrip items.
|
|
73
|
-
/// @group tabstrip
|
|
74
|
-
$kendo-tabstrip-item-padding-y: k-spacing(1) !default;
|
|
75
69
|
/// The border width around the TabStrip items.
|
|
76
70
|
/// @group tabstrip
|
|
77
71
|
$kendo-tabstrip-item-border-width: 1px !default;
|
|
@@ -89,10 +83,10 @@ $kendo-tabstrip-sm-item-padding-x: k-spacing(2) !default;
|
|
|
89
83
|
$kendo-tabstrip-sm-item-padding-y: k-spacing(0.5) !default;
|
|
90
84
|
/// The horizontal padding of the medium TabStrip items.
|
|
91
85
|
/// @group tabstrip
|
|
92
|
-
$kendo-tabstrip-md-item-padding-x:
|
|
86
|
+
$kendo-tabstrip-md-item-padding-x: k-spacing(2) !default;
|
|
93
87
|
/// The vertical padding of the medium TabStrip items.
|
|
94
88
|
/// @group tabstrip
|
|
95
|
-
$kendo-tabstrip-md-item-padding-y:
|
|
89
|
+
$kendo-tabstrip-md-item-padding-y: k-spacing(1) !default;
|
|
96
90
|
/// The horizontal padding of the large TabStrip items.
|
|
97
91
|
/// @group tabstrip
|
|
98
92
|
$kendo-tabstrip-lg-item-padding-x: k-spacing(2) !default;
|
|
@@ -246,8 +240,6 @@ $kendo-tabstrip-sizes: (
|
|
|
246
240
|
$kendo-tabstrip-bg: $kendo-tabstrip-bg,
|
|
247
241
|
$kendo-tabstrip-text: $kendo-tabstrip-text,
|
|
248
242
|
$kendo-tabstrip-border: $kendo-tabstrip-border,
|
|
249
|
-
$kendo-tabstrip-item-padding-x: $kendo-tabstrip-item-padding-x,
|
|
250
|
-
$kendo-tabstrip-item-padding-y: $kendo-tabstrip-item-padding-y,
|
|
251
243
|
$kendo-tabstrip-item-border-width: $kendo-tabstrip-item-border-width,
|
|
252
244
|
$kendo-tabstrip-item-border-radius: $kendo-tabstrip-item-border-radius,
|
|
253
245
|
$kendo-tabstrip-item-gap: $kendo-tabstrip-item-gap,
|
|
@@ -87,10 +87,10 @@ $kendo-timeline-track-event-offset: 36px !default;
|
|
|
87
87
|
|
|
88
88
|
/// The horizontal padding of the Timeline flag.
|
|
89
89
|
/// @group timeline
|
|
90
|
-
$kendo-timeline-flag-padding-x: $kendo-button-padding-x !default;
|
|
90
|
+
$kendo-timeline-flag-padding-x: $kendo-button-md-padding-x !default;
|
|
91
91
|
/// The vertical padding of the Timeline flag.
|
|
92
92
|
/// @group timeline
|
|
93
|
-
$kendo-timeline-flag-padding-y: $kendo-button-padding-y !default;
|
|
93
|
+
$kendo-timeline-flag-padding-y: $kendo-button-md-padding-y !default;
|
|
94
94
|
/// The line height of the Timeline flag.
|
|
95
95
|
/// @group timeline
|
|
96
96
|
$kendo-timeline-flag-line-height: $kendo-button-line-height !default;
|
|
@@ -4,41 +4,32 @@
|
|
|
4
4
|
|
|
5
5
|
// Toolbar
|
|
6
6
|
|
|
7
|
-
/// The horizontal padding of the Toolbar.
|
|
8
|
-
/// @group toolbar
|
|
9
|
-
$kendo-toolbar-padding-x: k-spacing(2) !default;
|
|
10
7
|
/// The horizontal padding of the small Toolbar.
|
|
11
8
|
/// @group toolbar
|
|
12
9
|
$kendo-toolbar-sm-padding-x: k-spacing(1) !default;
|
|
13
10
|
/// The horizontal padding of the medium Toolbar.
|
|
14
11
|
/// @group toolbar
|
|
15
|
-
$kendo-toolbar-md-padding-x:
|
|
12
|
+
$kendo-toolbar-md-padding-x: k-spacing(2) !default;
|
|
16
13
|
/// The horizontal padding of the large Toolbar.
|
|
17
14
|
/// @group toolbar
|
|
18
15
|
$kendo-toolbar-lg-padding-x: k-spacing(2.5) !default;
|
|
19
16
|
|
|
20
|
-
/// The vertical padding of the Toolbar.
|
|
21
|
-
/// @group toolbar
|
|
22
|
-
$kendo-toolbar-padding-y: k-spacing(2) !default;
|
|
23
17
|
/// The vertical padding of the small Toolbar.
|
|
24
18
|
/// @group toolbar
|
|
25
19
|
$kendo-toolbar-sm-padding-y: k-spacing(1) !default;
|
|
26
20
|
/// The vertical padding of the medium Toolbar.
|
|
27
21
|
/// @group toolbar
|
|
28
|
-
$kendo-toolbar-md-padding-y:
|
|
22
|
+
$kendo-toolbar-md-padding-y: k-spacing(2) !default;
|
|
29
23
|
/// The vertical padding of the large Toolbar.
|
|
30
24
|
/// @group toolbar
|
|
31
25
|
$kendo-toolbar-lg-padding-y: k-spacing(2.5) !default;
|
|
32
26
|
|
|
33
|
-
/// The spacing between the Toolbar tools.
|
|
34
|
-
/// @group toolbar
|
|
35
|
-
$kendo-toolbar-spacing: k-spacing(2) !default;
|
|
36
27
|
/// The spacing between the tools of the small Toolbar.
|
|
37
28
|
/// @group toolbar
|
|
38
29
|
$kendo-toolbar-sm-spacing: k-spacing(1.5) !default;
|
|
39
30
|
/// The spacing between the tools of the medium Toolbar.
|
|
40
31
|
/// @group toolbar
|
|
41
|
-
$kendo-toolbar-md-spacing:
|
|
32
|
+
$kendo-toolbar-md-spacing: k-spacing(2) !default;
|
|
42
33
|
/// The spacing between the tools of the large Toolbar.
|
|
43
34
|
/// @group toolbar
|
|
44
35
|
$kendo-toolbar-lg-spacing: k-spacing(2.5) !default;
|
|
@@ -171,15 +162,12 @@ $kendo-toolbar-sizes: (
|
|
|
171
162
|
|
|
172
163
|
|
|
173
164
|
@forward "@progress/kendo-theme-core/scss/components/toolbar/_variables.scss" with (
|
|
174
|
-
$kendo-toolbar-padding-x: $kendo-toolbar-padding-x,
|
|
175
165
|
$kendo-toolbar-sm-padding-x: $kendo-toolbar-sm-padding-x,
|
|
176
166
|
$kendo-toolbar-md-padding-x: $kendo-toolbar-md-padding-x,
|
|
177
167
|
$kendo-toolbar-lg-padding-x: $kendo-toolbar-lg-padding-x,
|
|
178
|
-
$kendo-toolbar-padding-y: $kendo-toolbar-padding-y,
|
|
179
168
|
$kendo-toolbar-sm-padding-y: $kendo-toolbar-sm-padding-y,
|
|
180
169
|
$kendo-toolbar-md-padding-y: $kendo-toolbar-md-padding-y,
|
|
181
170
|
$kendo-toolbar-lg-padding-y: $kendo-toolbar-lg-padding-y,
|
|
182
|
-
$kendo-toolbar-spacing: $kendo-toolbar-spacing,
|
|
183
171
|
$kendo-toolbar-sm-spacing: $kendo-toolbar-sm-spacing,
|
|
184
172
|
$kendo-toolbar-md-spacing: $kendo-toolbar-md-spacing,
|
|
185
173
|
$kendo-toolbar-lg-spacing: $kendo-toolbar-lg-spacing,
|
|
@@ -33,9 +33,6 @@ $kendo-treeview-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
|
33
33
|
/// @group treeview
|
|
34
34
|
$kendo-treeview-indent: 24px !default;
|
|
35
35
|
|
|
36
|
-
/// The horizontal padding of the TreeView items.
|
|
37
|
-
/// @group treeview
|
|
38
|
-
$kendo-treeview-item-padding-x: k-spacing(2) !default;
|
|
39
36
|
/// The horizontal padding of the small TreeView items.
|
|
40
37
|
/// @group treeview
|
|
41
38
|
$kendo-treeview-sm-item-padding-x: k-spacing(2) !default;
|
|
@@ -45,9 +42,6 @@ $kendo-treeview-md-item-padding-x: k-spacing(2) !default;
|
|
|
45
42
|
/// The horizontal padding of the large TreeView items.
|
|
46
43
|
/// @group treeview
|
|
47
44
|
$kendo-treeview-lg-item-padding-x: k-spacing(3) !default;
|
|
48
|
-
/// The vertical padding of the TreeView items.
|
|
49
|
-
/// @group treeview
|
|
50
|
-
$kendo-treeview-item-padding-y: k-spacing(1) !default;
|
|
51
45
|
/// The vertical padding of the small TreeView items.
|
|
52
46
|
/// @group treeview
|
|
53
47
|
$kendo-treeview-sm-item-padding-y: k-spacing(0.5) !default;
|
|
@@ -200,11 +194,9 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
200
194
|
$kendo-treeview-md-line-height: $kendo-treeview-md-line-height,
|
|
201
195
|
$kendo-treeview-lg-line-height: $kendo-treeview-lg-line-height,
|
|
202
196
|
$kendo-treeview-indent: $kendo-treeview-indent,
|
|
203
|
-
$kendo-treeview-item-padding-x: $kendo-treeview-item-padding-x,
|
|
204
197
|
$kendo-treeview-sm-item-padding-x: $kendo-treeview-sm-item-padding-x,
|
|
205
198
|
$kendo-treeview-md-item-padding-x: $kendo-treeview-md-item-padding-x,
|
|
206
199
|
$kendo-treeview-lg-item-padding-x: $kendo-treeview-lg-item-padding-x,
|
|
207
|
-
$kendo-treeview-item-padding-y: $kendo-treeview-item-padding-y,
|
|
208
200
|
$kendo-treeview-sm-item-padding-y: $kendo-treeview-sm-item-padding-y,
|
|
209
201
|
$kendo-treeview-md-item-padding-y: $kendo-treeview-md-item-padding-y,
|
|
210
202
|
$kendo-treeview-lg-item-padding-y: $kendo-treeview-lg-item-padding-y,
|