@progress/kendo-theme-default 6.1.1-dev.4 → 6.1.1-dev.53
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 +1159 -459
- package/dist/all.scss +3048 -1583
- package/dist/meta/sassdoc-data.json +44390 -0
- package/dist/meta/sassdoc-raw-data.json +20464 -0
- package/dist/meta/variables.json +12658 -0
- package/dist/meta/variables.scss +10 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/_variables.scss +104 -12
- package/scss/action-buttons/_layout.scss +3 -2
- package/scss/action-sheet/_layout.scss +10 -5
- package/scss/adaptive/_layout.scss +10 -5
- package/scss/appbar/_layout.scss +4 -2
- package/scss/badge/_layout.scss +2 -1
- package/scss/bottom-navigation/_layout.scss +8 -4
- package/scss/breadcrumb/_layout.scss +8 -4
- package/scss/button/_layout.scss +3 -2
- package/scss/button/_variables.scss +1 -1
- package/scss/calendar/_layout.scss +23 -19
- package/scss/card/_layout.scss +8 -4
- package/scss/chat/_layout.scss +10 -10
- package/scss/checkbox/_layout.scss +2 -1
- package/scss/chip/_layout.scss +15 -5
- package/scss/coloreditor/_layout.scss +2 -1
- package/scss/colorgradient/_layout.scss +2 -2
- package/scss/colorpicker/_layout.scss +1 -1
- package/scss/common/_base.scss +1 -2
- package/scss/common/_dragdrop.scss +2 -1
- package/scss/dataviz/_layout.scss +10 -6
- package/scss/daterangepicker/_layout.scss +2 -2
- package/scss/datetimepicker/_layout.scss +2 -1
- package/scss/dialog/_layout.scss +2 -1
- package/scss/draggable/_layout.scss +2 -1
- package/scss/drawer/_layout.scss +6 -3
- package/scss/dropdowntree/_layout.scss +2 -1
- package/scss/dropzone/_layout.scss +2 -2
- package/scss/editor/_layout.scss +20 -9
- package/scss/expansion-panel/_layout.scss +4 -2
- package/scss/fab/_layout.scss +12 -6
- package/scss/filemanager/_layout.scss +6 -3
- package/scss/filter/_layout.scss +2 -1
- package/scss/floating-label/_layout.scss +1 -1
- package/scss/floating-label/_variables.scss +1 -0
- package/scss/forms/_layout.scss +7 -6
- package/scss/gantt/_layout.scss +21 -15
- package/scss/grid/_layout.scss +42 -22
- package/scss/icons/_layout.scss +4 -4
- package/scss/imageeditor/_layout.scss +8 -4
- package/scss/input/_layout.scss +14 -7
- package/scss/input/_variables.scss +228 -32
- package/scss/list/_layout.scss +15 -8
- package/scss/list/_variables.scss +1 -1
- package/scss/listgroup/_layout.scss +10 -5
- package/scss/listview/_layout.scss +8 -4
- package/scss/map/_layout.scss +2 -1
- package/scss/mediaplayer/_layout.scss +2 -1
- package/scss/menu/_layout.scss +22 -11
- package/scss/messagebox/_layout.scss +2 -1
- package/scss/notification/_layout.scss +2 -1
- package/scss/orgchart/_layout.scss +8 -4
- package/scss/pager/_layout.scss +8 -7
- package/scss/panelbar/_layout.scss +4 -2
- package/scss/pdf-viewer/_layout.scss +4 -2
- package/scss/pivotgrid/_layout.scss +24 -12
- package/scss/pivotgrid/_theme.scss +1 -1
- package/scss/popover/_layout.scss +4 -2
- package/scss/popup/_layout.scss +4 -2
- package/scss/progressbar/_layout.scss +1 -1
- package/scss/radio/_layout.scss +2 -1
- package/scss/rating/_layout.scss +6 -3
- package/scss/scheduler/_layout.scss +15 -10
- package/scss/scroller/_layout.scss +1 -1
- package/scss/slider/_layout.scss +3 -3
- package/scss/split-button/_layout.scss +8 -4
- package/scss/split-button/_variables.scss +12 -0
- package/scss/spreadsheet/_layout.scss +10 -5
- package/scss/stepper/_layout.scss +8 -4
- package/scss/table/_layout.scss +7 -5
- package/scss/tabstrip/_layout.scss +86 -57
- package/scss/tabstrip/_theme.scss +12 -0
- package/scss/tabstrip/_variables.scss +7 -0
- package/scss/taskboard/_layout.scss +20 -10
- package/scss/timeline/_layout.scss +18 -10
- package/scss/timeselector/_layout.scss +8 -4
- package/scss/toolbar/_layout.scss +8 -4
- package/scss/tooltip/_layout.scss +2 -1
- package/scss/treelist/_layout.scss +4 -2
- package/scss/treeview/_layout.scss +4 -2
- package/scss/treeview/_variables.scss +1 -1
- package/scss/typography/_layout.scss +14 -12
- package/scss/upload/_layout.scss +4 -2
- package/scss/window/_layout.scss +12 -6
- package/scss/wizard/_layout.scss +2 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "6.1.1-dev.
|
|
4
|
+
"version": "6.1.1-dev.53+36ac80531",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@progress/kendo-font-icons": "1.4.0",
|
|
51
|
-
"@progress/kendo-theme-core": "
|
|
52
|
-
"@progress/kendo-theme-utils": "
|
|
51
|
+
"@progress/kendo-theme-core": "6.1.1-dev.53+36ac80531",
|
|
52
|
+
"@progress/kendo-theme-utils": "6.1.1-dev.53+36ac80531"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "36ac80531f631f59ceb617dcb11f3b0df360d953"
|
|
55
55
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -55,34 +55,70 @@ $kendo-spacing: (
|
|
|
55
55
|
) !default;
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
/// Icon size.
|
|
59
|
+
/// @group common
|
|
59
60
|
$kendo-icon-size: 16px !default;
|
|
60
|
-
|
|
61
|
+
/// xtra small icon size.
|
|
62
|
+
/// @group common
|
|
61
63
|
$kendo-icon-size-xs: calc( #{$kendo-icon-size} * .75 ) !default;
|
|
64
|
+
/// Small icon size.
|
|
65
|
+
/// @group common
|
|
62
66
|
$kendo-icon-size-sm: calc( #{$kendo-icon-size} * .875 ) !default;
|
|
67
|
+
/// Medium icon size.
|
|
68
|
+
/// @group common
|
|
63
69
|
$kendo-icon-size-md: $kendo-icon-size !default;
|
|
70
|
+
/// Large icon size.
|
|
71
|
+
/// @group common
|
|
64
72
|
$kendo-icon-size-lg: calc( #{$kendo-icon-size} * 1.25 ) !default;
|
|
73
|
+
/// Extra large icon size.
|
|
74
|
+
/// @group common
|
|
65
75
|
$kendo-icon-size-xl: calc( #{$kendo-icon-size} * 1.5 ) !default;
|
|
76
|
+
/// Double extra large icon size.
|
|
77
|
+
/// @group common
|
|
66
78
|
$kendo-icon-size-xxl: calc( #{$kendo-icon-size} * 2 ) !default;
|
|
79
|
+
/// Triple extra large icon size.
|
|
80
|
+
/// @group common
|
|
67
81
|
$kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
68
82
|
|
|
69
83
|
$kendo-icon-spacing: k-map-get( $kendo-spacing, 1 ) !default;
|
|
70
84
|
$kendo-icon-padding: k-map-get( $kendo-spacing, 1 ) !default;
|
|
71
85
|
|
|
72
|
-
|
|
86
|
+
/// Horizontal padding.
|
|
87
|
+
/// @group common
|
|
73
88
|
$kendo-padding-x: 8px !default;
|
|
89
|
+
/// Vertical padding.
|
|
90
|
+
/// @group common
|
|
74
91
|
$kendo-padding-y: 4px !default;
|
|
92
|
+
/// Small horizontal padding.
|
|
93
|
+
/// @group common
|
|
75
94
|
$kendo-padding-sm-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
95
|
+
/// Small vertical padding.
|
|
96
|
+
/// @group common
|
|
76
97
|
$kendo-padding-sm-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
98
|
+
/// Medium horizontal padding.
|
|
99
|
+
/// @group common
|
|
77
100
|
$kendo-padding-md-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
101
|
+
/// Medium vertical padding.
|
|
102
|
+
/// @group common
|
|
78
103
|
$kendo-padding-md-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
104
|
+
/// Large horizontal padding.
|
|
105
|
+
/// @group common
|
|
79
106
|
$kendo-padding-lg-x: k-map-get( $kendo-spacing, 3 ) !default;
|
|
107
|
+
/// Large vertical padding.
|
|
108
|
+
/// @group common
|
|
80
109
|
$kendo-padding-lg-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
81
110
|
|
|
82
111
|
/// Border radius for all components.
|
|
112
|
+
/// @group common
|
|
83
113
|
$kendo-border-radius: k-map-get( $kendo-spacing, 1 ) !default;
|
|
114
|
+
/// Small border radius.
|
|
115
|
+
/// @group common
|
|
84
116
|
$kendo-border-radius-sm: $kendo-border-radius - k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
117
|
+
/// Medium border radius.
|
|
118
|
+
/// @group common
|
|
85
119
|
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
120
|
+
/// Large border radius.
|
|
121
|
+
/// @group common
|
|
86
122
|
$kendo-border-radius-lg: $kendo-border-radius + k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
87
123
|
|
|
88
124
|
$kendo-border-radii: (
|
|
@@ -206,10 +242,20 @@ $kendo-theme-colors: (
|
|
|
206
242
|
/// Base font size across all components.
|
|
207
243
|
/// @group typography
|
|
208
244
|
$kendo-font-size: 14px !default;
|
|
245
|
+
/// Extra small font size across all components.
|
|
246
|
+
/// @group typography
|
|
209
247
|
$kendo-font-size-xs: 10px !default;
|
|
248
|
+
/// Small font size across all components.
|
|
249
|
+
/// @group typography
|
|
210
250
|
$kendo-font-size-sm: 12px !default;
|
|
251
|
+
/// Medium font size across all components.
|
|
252
|
+
/// @group typography
|
|
211
253
|
$kendo-font-size-md: $kendo-font-size !default;
|
|
254
|
+
/// Large font size across all components.
|
|
255
|
+
/// @group typography
|
|
212
256
|
$kendo-font-size-lg: 16px !default;
|
|
257
|
+
/// Extra large font size across all components.
|
|
258
|
+
/// @group typography
|
|
213
259
|
$kendo-font-size-xl: 20px !default;
|
|
214
260
|
|
|
215
261
|
$kendo-font-sizes: (
|
|
@@ -235,29 +281,52 @@ $kendo-font-family: inherit !default;
|
|
|
235
281
|
/// Line height used along with $kendo-font-size.
|
|
236
282
|
/// @group typography
|
|
237
283
|
$kendo-line-height: k-math-div( 20, 14 ) !default;
|
|
284
|
+
/// Extra small line height used along with $kendo-font-size-xs.
|
|
285
|
+
/// @group typography
|
|
238
286
|
$kendo-line-height-xs: 1 !default;
|
|
287
|
+
/// Small line height used along with $kendo-font-size-sm.
|
|
288
|
+
/// @group typography
|
|
239
289
|
$kendo-line-height-sm: 1.25 !default;
|
|
290
|
+
/// Medium line height used along with $kendo-font-size-md.
|
|
291
|
+
/// @group typography
|
|
240
292
|
$kendo-line-height-md: $kendo-line-height !default;
|
|
293
|
+
/// Large line height used along with $kendo-font-size-lg.
|
|
294
|
+
/// @group typography
|
|
241
295
|
$kendo-line-height-lg: 1.5 !default;
|
|
242
296
|
$kendo-line-height-em: calc( #{$kendo-line-height} * 1em ) !default;
|
|
243
297
|
|
|
244
|
-
|
|
298
|
+
/// Light font weight.
|
|
299
|
+
/// @group typography
|
|
245
300
|
$kendo-font-weight-light: 300 !default;
|
|
301
|
+
/// Normal font weight.
|
|
302
|
+
/// @group typography
|
|
246
303
|
$kendo-font-weight-normal: 400 !default;
|
|
304
|
+
/// Medium font weight.
|
|
305
|
+
/// @group typography
|
|
247
306
|
$kendo-font-weight-medium: 500 !default;
|
|
307
|
+
/// Semibold font weight.
|
|
308
|
+
/// @group typography
|
|
248
309
|
$kendo-font-weight-semibold: 600 !default;
|
|
310
|
+
/// Bold font weight.
|
|
311
|
+
/// @group typography
|
|
249
312
|
$kendo-font-weight-bold: 700 !default;
|
|
250
313
|
|
|
251
|
-
|
|
314
|
+
/// Letter spacing.
|
|
315
|
+
/// @group typography
|
|
252
316
|
$kendo-letter-spacing: null !default;
|
|
253
317
|
|
|
254
318
|
|
|
255
319
|
// Generic styles
|
|
256
320
|
|
|
257
|
-
|
|
321
|
+
/// Background color of the body.
|
|
322
|
+
/// @group common
|
|
258
323
|
$kendo-body-bg: $kendo-color-white !default;
|
|
324
|
+
/// Text color of the body.
|
|
325
|
+
/// @group common
|
|
259
326
|
$kendo-body-text: #424242 !default;
|
|
260
327
|
|
|
328
|
+
/// Subtle text color.
|
|
329
|
+
/// @group common
|
|
261
330
|
$kendo-subtle-text: #666666 !default;
|
|
262
331
|
|
|
263
332
|
$kendo-app-bg: k-try-shade( $kendo-body-bg, .25 ) !default;
|
|
@@ -265,7 +334,11 @@ $kendo-app-text: $kendo-body-text !default;
|
|
|
265
334
|
$kendo-app-border: rgba( $kendo-color-black, .08 ) !default;
|
|
266
335
|
|
|
267
336
|
// Link
|
|
337
|
+
/// Text color of the links.
|
|
338
|
+
/// @group common
|
|
268
339
|
$kendo-link-text: $kendo-color-primary !default;
|
|
340
|
+
/// Text color of the links on hover.
|
|
341
|
+
/// @group common
|
|
269
342
|
$kendo-link-hover-text: $kendo-color-primary-darker !default;
|
|
270
343
|
|
|
271
344
|
|
|
@@ -313,20 +386,28 @@ $kendo-selected-border: $kendo-base-border !default;
|
|
|
313
386
|
/// The gradient background of selected items.
|
|
314
387
|
$kendo-selected-gradient: $kendo-base-gradient !default;
|
|
315
388
|
|
|
389
|
+
/// The background of selected and hovered items.
|
|
316
390
|
$kendo-selected-hover-bg: k-try-shade( $kendo-selected-bg, .5 ) !default;
|
|
391
|
+
/// The text color of selected and hovered items.
|
|
317
392
|
$kendo-selected-hover-text: $kendo-selected-text !default;
|
|
393
|
+
/// The border of selected and hovered items.
|
|
318
394
|
$kendo-selected-hover-border: $kendo-base-border !default;
|
|
395
|
+
/// The gradient of selected and hovered items.
|
|
319
396
|
$kendo-selected-hover-gradient: $kendo-base-gradient !default;
|
|
320
397
|
|
|
321
398
|
// TODO: refactor
|
|
399
|
+
/// Box shadow of focused items.
|
|
322
400
|
$kendo-focus-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
323
401
|
|
|
402
|
+
/// Transition used across all components.
|
|
324
403
|
$kendo-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out !default;
|
|
325
404
|
|
|
326
405
|
|
|
327
|
-
|
|
406
|
+
/// Text color of disabled items.
|
|
328
407
|
$kendo-disabled-text: #8f8f8f !default;
|
|
408
|
+
/// Filter used for disabled items.
|
|
329
409
|
$kendo-disabled-filter: grayscale(.1) !default;
|
|
410
|
+
/// Opacity used for disabled items.
|
|
330
411
|
$kendo-disabled-opacity: .6 !default;
|
|
331
412
|
|
|
332
413
|
$kendo-disabled-styling: (
|
|
@@ -337,18 +418,29 @@ $kendo-disabled-styling: (
|
|
|
337
418
|
|
|
338
419
|
// Generic styles
|
|
339
420
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
// Header
|
|
421
|
+
/// Background color of the component header.
|
|
422
|
+
/// @group component
|
|
344
423
|
$kendo-component-header-bg: $kendo-base-bg !default;
|
|
424
|
+
/// Text color of the component header.
|
|
425
|
+
/// @group component
|
|
345
426
|
$kendo-component-header-text: $kendo-base-text !default;
|
|
427
|
+
/// Border color of the component header.
|
|
428
|
+
/// @group component
|
|
346
429
|
$kendo-component-header-border: $kendo-base-border !default;
|
|
430
|
+
/// Gradient of the component header.
|
|
431
|
+
/// @group component
|
|
347
432
|
$kendo-component-header-gradient: null !default;
|
|
348
433
|
|
|
349
434
|
|
|
350
|
-
|
|
435
|
+
/// Background color of the invalid items.
|
|
436
|
+
/// @group component
|
|
351
437
|
$kendo-invalid-bg: null !default;
|
|
438
|
+
/// Text color of the invalid items.
|
|
439
|
+
/// @group component
|
|
352
440
|
$kendo-invalid-text: $kendo-color-error !default;
|
|
441
|
+
/// Border color of the invalid items.
|
|
442
|
+
/// @group component
|
|
353
443
|
$kendo-invalid-border: $kendo-color-error !default;
|
|
444
|
+
/// Shadow of the invalid items.
|
|
445
|
+
/// @group component
|
|
354
446
|
$kendo-invalid-shadow: null !default;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
@include exports("action-buttons/layout") {
|
|
2
2
|
|
|
3
3
|
.k-actions {
|
|
4
|
-
padding: $kendo-actions-padding-y
|
|
4
|
+
padding-block: $kendo-actions-padding-y;
|
|
5
|
+
padding-inline: $kendo-actions-padding-x;
|
|
5
6
|
box-sizing: border-box;
|
|
6
7
|
border-width: $kendo-actions-border-width 0 0 0;
|
|
7
8
|
border-style: solid;
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
.k-edit-buttons,
|
|
34
35
|
.k-action-buttons,
|
|
35
36
|
.k-columnmenu-actions {
|
|
36
|
-
@extend .k-actions;
|
|
37
|
+
@extend .k-actions !optional;
|
|
37
38
|
}
|
|
38
39
|
|
|
39
40
|
// Actions align
|
|
@@ -82,7 +82,8 @@
|
|
|
82
82
|
|
|
83
83
|
// Actionsheet titlebar
|
|
84
84
|
.k-actionsheet-titlebar {
|
|
85
|
-
padding: $kendo-actionsheet-titlebar-padding-y
|
|
85
|
+
padding-block: $kendo-actionsheet-titlebar-padding-y;
|
|
86
|
+
padding-inline: $kendo-actionsheet-titlebar-padding-x;
|
|
86
87
|
border-width: 0;
|
|
87
88
|
border-bottom-width: if( $kendo-actionsheet-titlebar-border-width, $kendo-actionsheet-titlebar-border-width, null );
|
|
88
89
|
border-style: solid;
|
|
@@ -147,7 +148,8 @@
|
|
|
147
148
|
}
|
|
148
149
|
.k-actionsheet-action {
|
|
149
150
|
margin: 0;
|
|
150
|
-
padding: $kendo-actionsheet-item-padding-y
|
|
151
|
+
padding-block: $kendo-actionsheet-item-padding-y;
|
|
152
|
+
padding-inline: $kendo-actionsheet-item-padding-x;
|
|
151
153
|
min-height: $kendo-actionsheet-item-min-height;
|
|
152
154
|
box-sizing: border-box;
|
|
153
155
|
color: inherit;
|
|
@@ -242,16 +244,19 @@
|
|
|
242
244
|
flex-flow: column nowrap;
|
|
243
245
|
|
|
244
246
|
.k-actionsheet-titlebar {
|
|
245
|
-
padding: $kendo-adaptive-actionsheet-titlebar-padding-y
|
|
247
|
+
padding-block: $kendo-adaptive-actionsheet-titlebar-padding-y;
|
|
248
|
+
padding-inline: $kendo-adaptive-actionsheet-titlebar-padding-x;
|
|
246
249
|
border-bottom-width: $kendo-adaptive-actionsheet-titlebar-border-width;
|
|
247
250
|
}
|
|
248
251
|
|
|
249
252
|
.k-actionsheet-content {
|
|
250
|
-
padding: $kendo-adaptive-actionsheet-content-padding-y
|
|
253
|
+
padding-block: $kendo-adaptive-actionsheet-content-padding-y;
|
|
254
|
+
padding-inline: $kendo-adaptive-actionsheet-content-padding-x;
|
|
251
255
|
}
|
|
252
256
|
|
|
253
257
|
.k-actionsheet-footer {
|
|
254
|
-
padding: $kendo-adaptive-actionsheet-footer-padding-y
|
|
258
|
+
padding-block: $kendo-adaptive-actionsheet-footer-padding-y;
|
|
259
|
+
padding-inline: $kendo-adaptive-actionsheet-footer-padding-x;
|
|
255
260
|
}
|
|
256
261
|
|
|
257
262
|
.k-actionsheet-filter {
|
|
@@ -134,7 +134,8 @@
|
|
|
134
134
|
|
|
135
135
|
.k-recur-items-wrap {
|
|
136
136
|
width: 100%;
|
|
137
|
-
margin: -1px
|
|
137
|
+
margin-block: -1px;
|
|
138
|
+
margin-inline: 0;
|
|
138
139
|
}
|
|
139
140
|
|
|
140
141
|
.k-scheduler-recur-end-wrap {
|
|
@@ -160,7 +161,8 @@
|
|
|
160
161
|
}
|
|
161
162
|
|
|
162
163
|
.k-scheduler-toolbar {
|
|
163
|
-
padding: $kendo-toolbar-md-padding-y
|
|
164
|
+
padding-block: $kendo-toolbar-md-padding-y;
|
|
165
|
+
padding-inline: $kendo-toolbar-md-padding-x;
|
|
164
166
|
|
|
165
167
|
> * {
|
|
166
168
|
margin: 0;
|
|
@@ -195,7 +197,8 @@
|
|
|
195
197
|
}
|
|
196
198
|
|
|
197
199
|
.k-scheduler-footer {
|
|
198
|
-
padding: $kendo-toolbar-md-padding-y
|
|
200
|
+
padding-block: $kendo-toolbar-md-padding-y;
|
|
201
|
+
padding-inline: $kendo-toolbar-md-padding-x;
|
|
199
202
|
display: flex;
|
|
200
203
|
justify-content: space-between;
|
|
201
204
|
|
|
@@ -353,12 +356,14 @@
|
|
|
353
356
|
|
|
354
357
|
.k-list-title,
|
|
355
358
|
.k-filter-help-text {
|
|
356
|
-
padding: $kendo-listgroup-item-padding-y
|
|
359
|
+
padding-block: $kendo-listgroup-item-padding-y;
|
|
360
|
+
padding-inline: $kendo-listgroup-item-padding-x;
|
|
357
361
|
display: block;
|
|
358
362
|
}
|
|
359
363
|
|
|
360
364
|
.k-listgroup-title {
|
|
361
|
-
padding: $kendo-listgroup-item-padding-y
|
|
365
|
+
padding-block: $kendo-listgroup-item-padding-y;
|
|
366
|
+
padding-inline: $kendo-listgroup-item-padding-x;
|
|
362
367
|
font-weight: bold;
|
|
363
368
|
text-transform: uppercase;
|
|
364
369
|
}
|
package/scss/appbar/_layout.scss
CHANGED
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
// Appbar
|
|
4
4
|
.k-appbar {
|
|
5
|
-
margin: $kendo-appbar-margin-y
|
|
6
|
-
|
|
5
|
+
margin-block: $kendo-appbar-margin-y;
|
|
6
|
+
margin-inline: $kendo-appbar-margin-x;
|
|
7
|
+
padding-block: $kendo-appbar-padding-y;
|
|
8
|
+
padding-inline: $kendo-appbar-padding-x;
|
|
7
9
|
border-width: $kendo-appbar-border-width;
|
|
8
10
|
border-style: solid;
|
|
9
11
|
box-sizing: border-box;
|
package/scss/badge/_layout.scss
CHANGED
|
@@ -60,7 +60,8 @@
|
|
|
60
60
|
$_min-width: k-map-get( $size-props, min-width );
|
|
61
61
|
|
|
62
62
|
.k-badge-#{$size} {
|
|
63
|
-
padding: $_padding-y
|
|
63
|
+
padding-block: $_padding-y;
|
|
64
|
+
padding-inline: $_padding-x;
|
|
64
65
|
font-size: $_font-size;
|
|
65
66
|
line-height: $_line-height;
|
|
66
67
|
min-width: $_min-width;
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
// Bottom Navigation
|
|
4
4
|
.k-bottom-nav {
|
|
5
|
-
padding: $kendo-bottom-nav-padding-y
|
|
5
|
+
padding-block: $kendo-bottom-nav-padding-y;
|
|
6
|
+
padding-inline: $kendo-bottom-nav-padding-x;
|
|
6
7
|
width: 100%;
|
|
7
8
|
border-width: 0;
|
|
8
9
|
border-style: solid;
|
|
@@ -38,7 +39,8 @@
|
|
|
38
39
|
|
|
39
40
|
// Items
|
|
40
41
|
.k-bottom-nav-item {
|
|
41
|
-
padding: $kendo-bottom-nav-item-padding-y
|
|
42
|
+
padding-block: $kendo-bottom-nav-item-padding-y;
|
|
43
|
+
padding-inline: $kendo-bottom-nav-item-padding-x;
|
|
42
44
|
min-width: $kendo-bottom-nav-item-min-width;
|
|
43
45
|
max-width: $kendo-bottom-nav-item-max-width;
|
|
44
46
|
min-height: $kendo-bottom-nav-item-min-height;
|
|
@@ -68,8 +70,10 @@
|
|
|
68
70
|
}
|
|
69
71
|
|
|
70
72
|
> .k-bottom-nav-link {
|
|
71
|
-
margin: (-$kendo-bottom-nav-item-padding-y)
|
|
72
|
-
|
|
73
|
+
margin-block: (-$kendo-bottom-nav-item-padding-y);
|
|
74
|
+
margin-inline: (-$kendo-bottom-nav-item-padding-x);
|
|
75
|
+
padding-block: $kendo-bottom-nav-item-padding-y;
|
|
76
|
+
padding-inline: $kendo-bottom-nav-item-padding-x;
|
|
73
77
|
width: 100%;
|
|
74
78
|
color: inherit;
|
|
75
79
|
display: flex;
|
|
@@ -2,8 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
// Breadcrumb
|
|
4
4
|
.k-breadcrumb {
|
|
5
|
-
margin: $kendo-breadcrumb-margin-y
|
|
6
|
-
|
|
5
|
+
margin-block: $kendo-breadcrumb-margin-y;
|
|
6
|
+
margin-inline: $kendo-breadcrumb-margin-x;
|
|
7
|
+
padding-block: $kendo-breadcrumb-padding-y;
|
|
8
|
+
padding-inline: $kendo-breadcrumb-padding-x;
|
|
7
9
|
border-width: $kendo-breadcrumb-border-width;
|
|
8
10
|
border-style: solid;
|
|
9
11
|
box-sizing: border-box;
|
|
@@ -67,7 +69,8 @@
|
|
|
67
69
|
.k-breadcrumb-link,
|
|
68
70
|
.k-breadcrumb-root-link {
|
|
69
71
|
@include border-radius( $kendo-breadcrumb-link-border-radius );
|
|
70
|
-
padding: $kendo-breadcrumb-link-padding-y
|
|
72
|
+
padding-block: $kendo-breadcrumb-link-padding-y;
|
|
73
|
+
padding-inline: $kendo-breadcrumb-link-padding-x;
|
|
71
74
|
color: $kendo-breadcrumb-link-initial-text;
|
|
72
75
|
text-decoration: none;
|
|
73
76
|
white-space: nowrap;
|
|
@@ -91,7 +94,8 @@
|
|
|
91
94
|
}
|
|
92
95
|
|
|
93
96
|
.k-breadcrumb-icon-link {
|
|
94
|
-
padding: $kendo-breadcrumb-icon-link-padding-y
|
|
97
|
+
padding-block: $kendo-breadcrumb-icon-link-padding-y;
|
|
98
|
+
padding-inline: $kendo-breadcrumb-icon-link-padding-x;
|
|
95
99
|
}
|
|
96
100
|
|
|
97
101
|
|
package/scss/button/_layout.scss
CHANGED
|
@@ -77,7 +77,8 @@
|
|
|
77
77
|
$_line-height: k-map-get( $size-props, line-height );
|
|
78
78
|
|
|
79
79
|
.k-button-#{$size} {
|
|
80
|
-
padding: $_padding-y
|
|
80
|
+
padding-block: $_padding-y;
|
|
81
|
+
padding-inline: $_padding-x;
|
|
81
82
|
font-size: $_font-size;
|
|
82
83
|
line-height: $_line-height;
|
|
83
84
|
}
|
|
@@ -283,7 +284,7 @@
|
|
|
283
284
|
.k-button {
|
|
284
285
|
|
|
285
286
|
&::before {
|
|
286
|
-
@extend .k-button-overlay;
|
|
287
|
+
@extend .k-button-overlay !optional;
|
|
287
288
|
}
|
|
288
289
|
|
|
289
290
|
// Hovered state
|
|
@@ -19,7 +19,7 @@ $kendo-button-sm-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
19
19
|
$kendo-button-md-padding-x: $kendo-button-padding-x !default;
|
|
20
20
|
/// Horizontal padding of the large button.
|
|
21
21
|
/// @group button
|
|
22
|
-
$kendo-button-lg-padding-x: k-map-get( $kendo-spacing,
|
|
22
|
+
$kendo-button-lg-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
23
23
|
|
|
24
24
|
/// Vertical padding of the button.
|
|
25
25
|
/// @group button
|