@progress/kendo-theme-bootstrap 8.0.0-dev.0 → 8.0.0-dev.1
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 +4824 -5158
- package/dist/all.scss +5378 -4916
- package/dist/meta/sassdoc-data.json +31246 -27238
- package/dist/meta/sassdoc-raw-data.json +3560 -1710
- package/dist/meta/variables.json +1999 -1891
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
- package/scss/_variables.scss +0 -121
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_variables.scss +17 -17
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +6 -6
- package/scss/avatar/_variables.scss +6 -6
- package/scss/badge/_variables.scss +4 -4
- package/scss/bottom-navigation/_variables.scss +8 -8
- package/scss/breadcrumb/_variables.scss +16 -16
- package/scss/button/_variables.scss +14 -14
- package/scss/calendar/_variables.scss +33 -61
- package/scss/captcha/_variables.scss +6 -6
- package/scss/card/_variables.scss +10 -10
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_layout.scss +3 -3
- package/scss/checkbox/_variables.scss +9 -9
- package/scss/chip/_variables.scss +18 -18
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +8 -8
- package/scss/colorgradient/_variables.scss +11 -11
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/core/_index.scss +14 -0
- package/scss/core/border-radii/index.import.scss +23 -0
- package/scss/core/spacing/index.import.scss +14 -0
- package/scss/core/typography/index.import.scss +110 -0
- package/scss/dataviz/_variables.scss +8 -8
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dock-manager/_variables.scss +10 -10
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_variables.scss +5 -14
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +8 -8
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +9 -9
- package/scss/fab/_variables.scss +16 -16
- package/scss/filemanager/_variables.scss +9 -9
- package/scss/forms/_layout.scss +3 -3
- package/scss/forms/_variables.scss +17 -17
- package/scss/gantt/_variables.scss +152 -7
- package/scss/grid/_variables.scss +64 -64
- package/scss/imageeditor/_variables.scss +7 -7
- package/scss/input/_variables.scss +8 -8
- package/scss/list/_variables.scss +26 -26
- package/scss/listbox/_variables.scss +6 -6
- package/scss/listgroup/_variables.scss +5 -5
- package/scss/listview/_variables.scss +7 -7
- package/scss/loader/_layout.scss +1 -1
- package/scss/loader/_variables.scss +25 -25
- package/scss/map/_variables.scss +8 -8
- package/scss/mediaplayer/_variables.scss +5 -5
- package/scss/menu/_layout.scss +1 -1
- package/scss/menu/_variables.scss +28 -28
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +4 -4
- package/scss/orgchart/_variables.scss +11 -11
- package/scss/pager/_variables.scss +12 -12
- package/scss/panelbar/_variables.scss +9 -9
- package/scss/pdf-viewer/_variables.scss +5 -5
- package/scss/pivotgrid/_variables.scss +15 -15
- package/scss/popup/_variables.scss +5 -5
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/prompt/_variables.scss +7 -7
- package/scss/radio/_variables.scss +9 -9
- package/scss/rating/_variables.scss +3 -3
- package/scss/scheduler/_layout.scss +1 -1
- package/scss/scheduler/_variables.scss +18 -18
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +7 -7
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_variables.scss +3 -3
- package/scss/splitter/_variables.scss +6 -6
- package/scss/spreadsheet/_layout.scss +1 -1
- package/scss/spreadsheet/_variables.scss +17 -17
- package/scss/stepper/_variables.scss +9 -9
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +9 -9
- package/scss/taskboard/_variables.scss +17 -17
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +7 -7
- package/scss/timeselector/_variables.scss +6 -6
- package/scss/toolbar/_variables.scss +12 -12
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treelist/_variables.scss +5 -0
- package/scss/treeview/_variables.scss +19 -19
- package/scss/typography/_variables.scss +95 -12
- package/scss/upload/_variables.scss +8 -8
- package/scss/window/_variables.scss +10 -10
- package/scss/wizard/_variables.scss +7 -7
|
@@ -36,20 +36,20 @@ $kendo-button-lg-padding-y: $btn-padding-y-lg !default;
|
|
|
36
36
|
|
|
37
37
|
/// The font family of the Button.
|
|
38
38
|
/// @group button
|
|
39
|
-
$kendo-button-font-family:
|
|
39
|
+
$kendo-button-font-family: var( --kendo-font-family, inherit ) !default;
|
|
40
40
|
|
|
41
41
|
/// The font size of the Button.
|
|
42
42
|
/// @group button
|
|
43
43
|
$kendo-button-font-size: $btn-font-size !default;
|
|
44
44
|
/// The font size of the small Button.
|
|
45
45
|
/// @group button
|
|
46
|
-
$kendo-button-sm-font-size:
|
|
46
|
+
$kendo-button-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
47
47
|
/// The font size of the medium Button.
|
|
48
48
|
/// @group button
|
|
49
|
-
$kendo-button-md-font-size:
|
|
49
|
+
$kendo-button-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
50
50
|
/// The font size of the large Button.
|
|
51
51
|
/// @group button
|
|
52
|
-
$kendo-button-lg-font-size:
|
|
52
|
+
$kendo-button-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
53
53
|
|
|
54
54
|
/// The line height used along with the $kendo-font-size variable.
|
|
55
55
|
/// @group button
|
|
@@ -59,24 +59,24 @@ $kendo-button-line-height: $btn-line-height !default;
|
|
|
59
59
|
$kendo-button-sm-line-height: k-math-div( 20, 14 ) !default;
|
|
60
60
|
/// The line height used along with the $kendo-font-size variable of the medium Button.
|
|
61
61
|
/// @group button
|
|
62
|
-
$kendo-button-md-line-height:
|
|
62
|
+
$kendo-button-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
63
63
|
/// The line height used along with the $kendo-font-size variable of the large Button.
|
|
64
64
|
/// @group button
|
|
65
|
-
$kendo-button-lg-line-height:
|
|
65
|
+
$kendo-button-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
66
66
|
|
|
67
67
|
/// The calculated height of the Button.
|
|
68
68
|
/// @group button
|
|
69
|
-
$kendo-button-calc-size: calc( #{$kendo-button-line-height * 1em
|
|
70
|
-
$kendo-button-sm-calc-size: calc( #{$kendo-button-sm-line-height * 1em
|
|
71
|
-
$kendo-button-md-calc-size: calc( #{$kendo-button-md-line-height * 1em
|
|
72
|
-
$kendo-button-lg-calc-size: calc( #{$kendo-button-lg-line-height * 1em
|
|
69
|
+
$kendo-button-calc-size: calc( calc( #{$kendo-button-line-height} * 1em ) + calc( #{$kendo-button-padding-y} * 2 ) + #{$kendo-button-border-width * 2} ) !default;
|
|
70
|
+
$kendo-button-sm-calc-size: calc( calc( #{$kendo-button-sm-line-height} * 1em ) + calc(#{$kendo-button-sm-padding-y} * 2 ) + #{$kendo-button-border-width * 2} ) !default;
|
|
71
|
+
$kendo-button-md-calc-size: calc( calc( #{$kendo-button-md-line-height} * 1em ) + calc(#{$kendo-button-md-padding-y} * 2 ) + #{$kendo-button-border-width * 2} ) !default;
|
|
72
|
+
$kendo-button-lg-calc-size: calc( calc( #{$kendo-button-lg-line-height} * 1em ) + calc(#{$kendo-button-lg-padding-y} * 2 ) + #{$kendo-button-border-width * 2} ) !default;
|
|
73
73
|
|
|
74
74
|
/// The calculated inner height of the Button excluding the border width.
|
|
75
75
|
/// @group button
|
|
76
|
-
$kendo-button-inner-calc-size: calc( #{$kendo-button-line-height * 1em
|
|
77
|
-
$kendo-button-sm-inner-calc-size: calc( #{$kendo-button-sm-line-height * 1em
|
|
78
|
-
$kendo-button-md-inner-calc-size: calc( #{$kendo-button-md-line-height * 1em
|
|
79
|
-
$kendo-button-lg-inner-calc-size: calc( #{$kendo-button-lg-line-height * 1em
|
|
76
|
+
$kendo-button-inner-calc-size: calc( calc( #{$kendo-button-line-height} * 1em ) + calc( #{$kendo-button-padding-y} * 2 ) ) !default;
|
|
77
|
+
$kendo-button-sm-inner-calc-size: calc( calc( #{$kendo-button-sm-line-height} * 1em ) + calc( #{$kendo-button-sm-padding-y} * 2 ) ) !default;
|
|
78
|
+
$kendo-button-md-inner-calc-size: calc( calc( #{$kendo-button-md-line-height} * 1em ) + calc( #{$kendo-button-md-padding-y} * 2 ) ) !default;
|
|
79
|
+
$kendo-button-lg-inner-calc-size: calc( calc( #{$kendo-button-lg-line-height} * 1em ) + calc( #{$kendo-button-lg-padding-y} * 2 ) ) !default;
|
|
80
80
|
|
|
81
81
|
/// The sizes map for the Button.
|
|
82
82
|
/// @group button
|
|
@@ -3,16 +3,9 @@
|
|
|
3
3
|
/// The width of the border around the Calendar.
|
|
4
4
|
/// @group calendar
|
|
5
5
|
$kendo-calendar-border-width: 1px !default;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
$kendo-calendar-font-family: $kendo-font-family !default;
|
|
10
|
-
/// The font size of the Calendar.
|
|
11
|
-
/// @group calendar
|
|
12
|
-
$kendo-calendar-font-size: $kendo-font-size-md !default;
|
|
13
|
-
/// The line height of the Calendar.
|
|
14
|
-
/// @group calendar
|
|
15
|
-
$kendo-calendar-line-height: $kendo-line-height-md !default;
|
|
6
|
+
$kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
7
|
+
$kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
8
|
+
$kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
9
|
|
|
17
10
|
/// The size of the cells in the Calendar.
|
|
18
11
|
/// @group calendar
|
|
@@ -30,11 +23,10 @@ $kendo-calendar-border: $kendo-component-border !default;
|
|
|
30
23
|
|
|
31
24
|
/// The horizontal padding of the header in the Calendar.
|
|
32
25
|
/// @group calendar
|
|
33
|
-
$kendo-calendar-header-padding-x: k-
|
|
26
|
+
$kendo-calendar-header-padding-x: k-spacing(1) !default;
|
|
34
27
|
/// The vertical padding of the header in the Calendar.
|
|
35
28
|
/// @group calendar
|
|
36
|
-
$kendo-calendar-header-padding-y: k-
|
|
37
|
-
|
|
29
|
+
$kendo-calendar-header-padding-y: k-spacing(1) !default;
|
|
38
30
|
/// The border width of the header in the Calendar.
|
|
39
31
|
/// @group calendar
|
|
40
32
|
$kendo-calendar-header-border-width: 1px !default;
|
|
@@ -61,25 +53,24 @@ $kendo-calendar-nav-gap: null !default;
|
|
|
61
53
|
|
|
62
54
|
/// The horizontal padding of the footer in the Calendar.
|
|
63
55
|
/// @group calendar
|
|
64
|
-
$kendo-calendar-footer-padding-x: k-
|
|
56
|
+
$kendo-calendar-footer-padding-x: k-spacing(4) !default;
|
|
65
57
|
/// The vertical padding of the footer in the Calendar.
|
|
66
58
|
/// @group calendar
|
|
67
|
-
$kendo-calendar-footer-padding-y: k-
|
|
59
|
+
$kendo-calendar-footer-padding-y: k-spacing(2) !default;
|
|
68
60
|
|
|
69
61
|
/// The horizontal padding of the cells in the Calendar.
|
|
70
62
|
/// @group calendar
|
|
71
|
-
$kendo-calendar-cell-padding-x: k-
|
|
63
|
+
$kendo-calendar-cell-padding-x: k-spacing(1) !default;
|
|
72
64
|
/// The vertical padding of the cells in the Calendar.
|
|
73
65
|
/// @group calendar
|
|
74
|
-
$kendo-calendar-cell-padding-y: k-
|
|
75
|
-
|
|
66
|
+
$kendo-calendar-cell-padding-y: k-spacing(1) !default;
|
|
76
67
|
/// The line height of the cells in the Calendar.
|
|
77
68
|
/// @group calendar
|
|
78
69
|
$kendo-calendar-cell-line-height: $kendo-calendar-line-height !default;
|
|
79
70
|
|
|
80
71
|
/// The border radius of the cells in the Calendar.
|
|
81
72
|
/// @group calendar
|
|
82
|
-
$kendo-calendar-cell-border-radius:
|
|
73
|
+
$kendo-calendar-cell-border-radius: k-border-radius(md) !default;
|
|
83
74
|
|
|
84
75
|
/// The horizontal padding of the header cells in the Calendar.
|
|
85
76
|
/// @group calendar
|
|
@@ -93,11 +84,7 @@ $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
|
|
|
93
84
|
/// The height of the header cells in the Calendar.
|
|
94
85
|
/// @group calendar
|
|
95
86
|
$kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
|
|
96
|
-
|
|
97
|
-
/// @group calendar
|
|
98
|
-
$kendo-calendar-header-cell-font-size: $kendo-font-size-sm !default;
|
|
99
|
-
/// The line height of the header cells in the Calendar.
|
|
100
|
-
/// @group calendar
|
|
87
|
+
$kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
101
88
|
$kendo-calendar-header-cell-line-height: 2 !default;
|
|
102
89
|
|
|
103
90
|
/// The background color of the header cells in the Calendar.
|
|
@@ -112,10 +99,10 @@ $kendo-calendar-header-cell-opacity: null !default;
|
|
|
112
99
|
|
|
113
100
|
/// The horizontal padding of the caption in the Calendar.
|
|
114
101
|
/// @group calendar
|
|
115
|
-
$kendo-calendar-caption-padding-x: k-
|
|
102
|
+
$kendo-calendar-caption-padding-x: k-spacing(3) !default;
|
|
116
103
|
/// The vertical padding of the caption in the Calendar.
|
|
117
104
|
/// @group calendar
|
|
118
|
-
$kendo-calendar-caption-padding-y: k-
|
|
105
|
+
$kendo-calendar-caption-padding-y: k-spacing(1) !default;
|
|
119
106
|
/// The height of the caption in the Calendar.
|
|
120
107
|
/// @group calendar
|
|
121
108
|
$kendo-calendar-caption-height: $kendo-calendar-cell-size !default;
|
|
@@ -142,7 +129,7 @@ $kendo-calendar-view-height: ($kendo-calendar-cell-size * 7) !default;
|
|
|
142
129
|
|
|
143
130
|
/// The gap between the items in the Calendar view.
|
|
144
131
|
/// @group calendar
|
|
145
|
-
$kendo-calendar-view-gap: k-
|
|
132
|
+
$kendo-calendar-view-gap: k-spacing(4) !default;
|
|
146
133
|
|
|
147
134
|
/// The background color of the weekend cells in the Calendar.
|
|
148
135
|
/// @group calendar
|
|
@@ -256,17 +243,17 @@ $kendo-calendar-navigation-hover-text: $kendo-link-hover-text !default;
|
|
|
256
243
|
|
|
257
244
|
/// The horizontal padding of the header in the Infinite Calendar.
|
|
258
245
|
/// @group calendar
|
|
259
|
-
$kendo-infinite-calendar-header-padding-x: k-
|
|
246
|
+
$kendo-infinite-calendar-header-padding-x: k-spacing(4) !default;
|
|
260
247
|
/// The vertical padding of the header in the Infinite Calendar.
|
|
261
248
|
/// @group calendar
|
|
262
|
-
$kendo-infinite-calendar-header-padding-y: k-
|
|
249
|
+
$kendo-infinite-calendar-header-padding-y: k-spacing(2) !default;
|
|
263
250
|
|
|
264
251
|
/// The horizontal padding of the Calendar view in the Infinite Calendar.
|
|
265
252
|
/// @group calendar
|
|
266
|
-
$kendo-infinite-calendar-view-padding-x: k-
|
|
253
|
+
$kendo-infinite-calendar-view-padding-x: k-spacing(4) !default;
|
|
267
254
|
/// The vertical padding of the Calendar view in the Infinite Calendar.
|
|
268
255
|
/// @group calendar
|
|
269
|
-
$kendo-infinite-calendar-view-padding-y:
|
|
256
|
+
$kendo-infinite-calendar-view-padding-y: k-spacing(0) !default;
|
|
270
257
|
/// The height of the Calendar view in the Infinite Calendar.
|
|
271
258
|
/// @group calendar
|
|
272
259
|
$kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default;
|
|
@@ -275,53 +262,38 @@ $kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default
|
|
|
275
262
|
// Multiview calendar
|
|
276
263
|
|
|
277
264
|
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
$kendo-calendar-sm-
|
|
281
|
-
/// The line height of the small Calendar.
|
|
282
|
-
/// @group calendar
|
|
283
|
-
$kendo-calendar-sm-line-height: $kendo-line-height-md !default;
|
|
284
|
-
/// The size of the cells in the small Calendar.
|
|
285
|
-
/// @group calendar
|
|
265
|
+
// Calendar sizes
|
|
266
|
+
$kendo-calendar-sm-font-size: var( --kendo-font-size, inherit ) !default;
|
|
267
|
+
$kendo-calendar-sm-line-height: var( --kendo-line-height, normal ) !default;
|
|
286
268
|
$kendo-calendar-sm-cell-size: 34px !default;
|
|
287
269
|
/// The horizontal padding of the cells in the small Calendar.
|
|
288
270
|
/// @group calendar
|
|
289
|
-
$kendo-calendar-sm-cell-padding-x: .
|
|
271
|
+
$kendo-calendar-sm-cell-padding-x: k-spacing(0.5) !default;
|
|
290
272
|
/// The vertical padding of the cells in the small Calendar.
|
|
291
273
|
/// @group calendar
|
|
292
|
-
$kendo-calendar-sm-cell-padding-y: .
|
|
274
|
+
$kendo-calendar-sm-cell-padding-y: k-spacing(0.5) !default;
|
|
293
275
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
$kendo-calendar-md-font-size: $kendo-font-size-md !default;
|
|
297
|
-
/// The line height of the medium Calendar.
|
|
298
|
-
/// @group calendar
|
|
299
|
-
$kendo-calendar-md-line-height: $kendo-line-height-md !default;
|
|
300
|
-
/// The size of the cells in the medium Calendar.
|
|
301
|
-
/// @group calendar
|
|
276
|
+
$kendo-calendar-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
277
|
+
$kendo-calendar-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
302
278
|
$kendo-calendar-md-cell-size: 38px !default;
|
|
279
|
+
|
|
303
280
|
/// The horizontal padding of the cells in the medium Calendar.
|
|
304
281
|
/// @group calendar
|
|
305
|
-
$kendo-calendar-md-cell-padding-x: k-
|
|
282
|
+
$kendo-calendar-md-cell-padding-x: k-spacing(1) !default;
|
|
306
283
|
/// The vertical padding of the cells in the medium Calendar.
|
|
307
284
|
/// @group calendar
|
|
308
|
-
$kendo-calendar-md-cell-padding-y: k-
|
|
285
|
+
$kendo-calendar-md-cell-padding-y: k-spacing(1) !default;
|
|
309
286
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
$kendo-calendar-lg-font-size: $kendo-font-size-lg !default;
|
|
313
|
-
/// The line height of the large Calendar.
|
|
314
|
-
/// @group calendar
|
|
315
|
-
$kendo-calendar-lg-line-height: $kendo-line-height-lg !default;
|
|
316
|
-
/// The size of the cells in the large Calendar.
|
|
317
|
-
/// @group calendar
|
|
287
|
+
$kendo-calendar-lg-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
288
|
+
$kendo-calendar-lg-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
318
289
|
$kendo-calendar-lg-cell-size: 42px !default;
|
|
290
|
+
|
|
319
291
|
/// The horizontal padding of the cells in the large Calendar.
|
|
320
292
|
/// @group calendar
|
|
321
|
-
$kendo-calendar-lg-cell-padding-x: k-
|
|
293
|
+
$kendo-calendar-lg-cell-padding-x: k-spacing(1) !default;
|
|
322
294
|
/// The vertical padding of the cells in the large Calendar.
|
|
323
295
|
/// @group calendar
|
|
324
|
-
$kendo-calendar-lg-cell-padding-y: k-
|
|
296
|
+
$kendo-calendar-lg-cell-padding-y: k-spacing(1) !default;
|
|
325
297
|
|
|
326
298
|
/// The sizes Map of the Calendar.
|
|
327
299
|
/// @group calendar
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
/// The spacer of the Captcha.
|
|
4
4
|
/// @group captcha
|
|
5
|
-
$kendo-captcha-spacer: k-
|
|
5
|
+
$kendo-captcha-spacer: k-spacing(2) !default;
|
|
6
6
|
|
|
7
7
|
/// The width of the Captcha.
|
|
8
8
|
/// @group captcha
|
|
9
9
|
$kendo-captcha-width: 335px !default;
|
|
10
10
|
/// The font family of the Captcha.
|
|
11
11
|
/// @group captcha
|
|
12
|
-
$kendo-captcha-font-family:
|
|
12
|
+
$kendo-captcha-font-family: var( --kendo-font-family, inherit ) !default;
|
|
13
13
|
/// The font size of the Captcha.
|
|
14
14
|
/// @group captcha
|
|
15
|
-
$kendo-captcha-font-size:
|
|
15
|
+
$kendo-captcha-font-size: var( --kendo-font-size, inherit ) !default;
|
|
16
16
|
/// The line height of the Captcha.
|
|
17
17
|
/// @group captcha
|
|
18
|
-
$kendo-captcha-line-height:
|
|
18
|
+
$kendo-captcha-line-height: var( --kendo-line-height, normal ) !default;
|
|
19
19
|
/// The gap of the Captcha.
|
|
20
20
|
/// @group captcha
|
|
21
21
|
$kendo-captcha-gap: $kendo-captcha-spacer !default;
|
|
@@ -38,10 +38,10 @@ $kendo-captcha-image-controls-gap: $kendo-captcha-spacer !default;
|
|
|
38
38
|
|
|
39
39
|
/// The top margin of the Captcha validation message.
|
|
40
40
|
/// @group captcha
|
|
41
|
-
$kendo-captcha-validation-message-margin-top:
|
|
41
|
+
$kendo-captcha-validation-message-margin-top: calc( #{$kendo-captcha-spacer} / 2 ) !default;
|
|
42
42
|
/// The font size of the Captcha validation message.
|
|
43
43
|
/// @group captcha
|
|
44
|
-
$kendo-captcha-validation-message-font-size:
|
|
44
|
+
$kendo-captcha-validation-message-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
45
45
|
/// The font style of the Captcha validation message.
|
|
46
46
|
/// @group captcha
|
|
47
47
|
$kendo-captcha-validation-message-font-style: italic !default;
|
|
@@ -19,17 +19,17 @@ $kendo-card-border-radius: $card-border-radius !default;
|
|
|
19
19
|
$kendo-card-inner-border-radius: calc( #{$kendo-card-border-radius} - #{$kendo-card-border-width} ) !default;
|
|
20
20
|
/// The font family of the Card.
|
|
21
21
|
/// @group card
|
|
22
|
-
$kendo-card-font-family:
|
|
22
|
+
$kendo-card-font-family: var( --kendo-font-family, inherit ) !default;
|
|
23
23
|
/// The font size of the Card.
|
|
24
24
|
/// @group card
|
|
25
|
-
$kendo-card-font-size:
|
|
25
|
+
$kendo-card-font-size: var( --kendo-font-size, inherit ) !default;
|
|
26
26
|
/// The line height of the Card.
|
|
27
27
|
/// @group card
|
|
28
|
-
$kendo-card-line-height:
|
|
28
|
+
$kendo-card-line-height: var( --kendo-line-height, normal ) !default;
|
|
29
29
|
|
|
30
30
|
/// The spacing between the Cards in the Card deck.
|
|
31
31
|
/// @group card
|
|
32
|
-
$kendo-card-deck-gap: k-
|
|
32
|
+
$kendo-card-deck-gap: k-spacing(4) !default;
|
|
33
33
|
|
|
34
34
|
/// The background color of the Card.
|
|
35
35
|
/// @group card
|
|
@@ -107,10 +107,10 @@ $kendo-card-footer-border: $kendo-card-header-border !default;
|
|
|
107
107
|
|
|
108
108
|
/// The bottom margin of the Card title.
|
|
109
109
|
/// @group card
|
|
110
|
-
$kendo-card-title-margin-bottom: k-
|
|
110
|
+
$kendo-card-title-margin-bottom: k-spacing(3) !default;
|
|
111
111
|
/// The font size of the Card title.
|
|
112
112
|
/// @group card
|
|
113
|
-
$kendo-card-title-font-size:
|
|
113
|
+
$kendo-card-title-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
114
114
|
/// The font family of the Card title.
|
|
115
115
|
/// @group card
|
|
116
116
|
$kendo-card-title-font-family: $headings-font-family !default;
|
|
@@ -126,7 +126,7 @@ $kendo-card-title-letter-spacing: null !default;
|
|
|
126
126
|
|
|
127
127
|
/// The bottom margin of the Card subtitle.
|
|
128
128
|
/// @group card
|
|
129
|
-
$kendo-card-subtitle-margin-bottom: k-
|
|
129
|
+
$kendo-card-subtitle-margin-bottom: k-spacing(3) !default;
|
|
130
130
|
/// The font size of the Card subtitle.
|
|
131
131
|
/// @group card
|
|
132
132
|
$kendo-card-subtitle-font-size: $kendo-h6-font-size !default;
|
|
@@ -158,16 +158,16 @@ $kendo-card-avatar-spacing: $kendo-card-header-padding-x !default;
|
|
|
158
158
|
|
|
159
159
|
/// The horizontal padding of the Card actions.
|
|
160
160
|
/// @group card
|
|
161
|
-
$kendo-card-actions-padding-x: k-
|
|
161
|
+
$kendo-card-actions-padding-x: k-spacing(2) !default;
|
|
162
162
|
/// The vertical padding of the Card actions.
|
|
163
163
|
/// @group card
|
|
164
|
-
$kendo-card-actions-padding-y: k-
|
|
164
|
+
$kendo-card-actions-padding-y: k-spacing(2) !default;
|
|
165
165
|
/// The top border width of the Card actions.
|
|
166
166
|
/// @group card
|
|
167
167
|
$kendo-card-actions-border-width: 1px !default;
|
|
168
168
|
/// The spacing between the Card actions.
|
|
169
169
|
/// @group card
|
|
170
|
-
$kendo-card-actions-gap: k-
|
|
170
|
+
$kendo-card-actions-gap: k-spacing(2) !default;
|
|
171
171
|
|
|
172
172
|
/// The border radius of the scroll button in the Card deck.
|
|
173
173
|
/// @group card
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
/// The horizontal padding of the Chat.
|
|
4
4
|
/// @group chat
|
|
5
|
-
$kendo-chat-padding-x:
|
|
5
|
+
$kendo-chat-padding-x: k-spacing(4) !default;
|
|
6
6
|
/// The vertical padding of the Chat.
|
|
7
7
|
/// @group chat
|
|
8
|
-
$kendo-chat-padding-y:
|
|
8
|
+
$kendo-chat-padding-y: k-spacing(4) !default;
|
|
9
9
|
/// The width of the Chat.
|
|
10
10
|
/// @group chat
|
|
11
11
|
$kendo-chat-width: 500px !default;
|
|
@@ -17,20 +17,20 @@ $kendo-chat-height: 600px !default;
|
|
|
17
17
|
$kendo-chat-border-width: 1px !default;
|
|
18
18
|
/// The font family of the Chat.
|
|
19
19
|
/// @group chat
|
|
20
|
-
$kendo-chat-font-family:
|
|
20
|
+
$kendo-chat-font-family: var( --kendo-font-family, inherit ) !default;
|
|
21
21
|
/// The font size of the Chat.
|
|
22
22
|
/// @group chat
|
|
23
|
-
$kendo-chat-font-size:
|
|
23
|
+
$kendo-chat-font-size: var( --kendo-font-size, inherit ) !default;
|
|
24
24
|
/// The line height of the Chat.
|
|
25
25
|
/// @group chat
|
|
26
|
-
$kendo-chat-line-height:
|
|
26
|
+
$kendo-chat-line-height: var( --kendo-line-height, normal ) !default;
|
|
27
27
|
|
|
28
28
|
/// The horizontal spacing between the items of the Chat.
|
|
29
29
|
/// @group chat
|
|
30
|
-
$kendo-chat-item-spacing-x:
|
|
30
|
+
$kendo-chat-item-spacing-x: k-spacing(2) !default;
|
|
31
31
|
/// The vertical spacing between the items of the Chat.
|
|
32
32
|
/// @group chat
|
|
33
|
-
$kendo-chat-item-spacing-y:
|
|
33
|
+
$kendo-chat-item-spacing-y: k-spacing(4) !default;
|
|
34
34
|
|
|
35
35
|
/// The horizontal padding of the Chat message list.
|
|
36
36
|
/// @group chat
|
|
@@ -60,13 +60,13 @@ $kendo-chat-timestamp-bg: null !default;
|
|
|
60
60
|
|
|
61
61
|
/// The horizontal padding of the Chat bubble message.
|
|
62
62
|
/// @group chat
|
|
63
|
-
$kendo-chat-bubble-padding-x:
|
|
63
|
+
$kendo-chat-bubble-padding-x: k-spacing(4) !default;
|
|
64
64
|
/// The vertical padding of the Chat bubble message.
|
|
65
65
|
/// @group chat
|
|
66
|
-
$kendo-chat-bubble-padding-y:
|
|
66
|
+
$kendo-chat-bubble-padding-y: k-spacing(2) !default;
|
|
67
67
|
/// The spacing of the Chat bubble message.
|
|
68
68
|
/// @group chat
|
|
69
|
-
$kendo-chat-bubble-spacing:
|
|
69
|
+
$kendo-chat-bubble-spacing: k-spacing(0.5) !default;
|
|
70
70
|
/// The line height of the Chat bubble message.
|
|
71
71
|
/// @group chat
|
|
72
72
|
$kendo-chat-bubble-line-height: 1.25 !default;
|
|
@@ -106,13 +106,13 @@ $kendo-chat-toolbar-border: inherit !default;
|
|
|
106
106
|
|
|
107
107
|
/// The horizontal padding of the Chat quick reply.
|
|
108
108
|
/// @group chat
|
|
109
|
-
$kendo-chat-quick-reply-padding-x:
|
|
109
|
+
$kendo-chat-quick-reply-padding-x: k-spacing(3) !default;
|
|
110
110
|
/// The vertical padding of the Chat quick reply.
|
|
111
111
|
/// @group chat
|
|
112
|
-
$kendo-chat-quick-reply-padding-y:
|
|
112
|
+
$kendo-chat-quick-reply-padding-y: k-spacing(2) !default;
|
|
113
113
|
/// The spacing of the Chat quick reply.
|
|
114
114
|
/// @group chat
|
|
115
|
-
$kendo-chat-quick-reply-spacing:
|
|
115
|
+
$kendo-chat-quick-reply-spacing: k-spacing(2) !default;
|
|
116
116
|
/// The line height of the Chat quick reply.
|
|
117
117
|
/// @group chat
|
|
118
118
|
$kendo-chat-quick-reply-line-height: $kendo-chat-bubble-line-height !default;
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
|
|
8
8
|
// Override inherited bootstrap border radius
|
|
9
9
|
.k-checkbox.k-rounded-sm {
|
|
10
|
-
border-radius:
|
|
10
|
+
border-radius: calc( #{k-border-radius(sm)} / 2 );
|
|
11
11
|
}
|
|
12
12
|
.k-checkbox.k-rounded-md {
|
|
13
|
-
border-radius:
|
|
13
|
+
border-radius: k-border-radius(sm);
|
|
14
14
|
}
|
|
15
15
|
.k-checkbox.k-rounded-lg {
|
|
16
|
-
border-radius:
|
|
16
|
+
border-radius: k-border-radius(md);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
}
|
|
@@ -9,23 +9,23 @@ $kendo-checkbox-border-width: 1px !default;
|
|
|
9
9
|
|
|
10
10
|
/// The size of a small CheckBox.
|
|
11
11
|
/// @group checkbox
|
|
12
|
-
$kendo-checkbox-sm-size: k-
|
|
12
|
+
$kendo-checkbox-sm-size: k-spacing(3) !default;
|
|
13
13
|
/// The size of a medium CheckBox.
|
|
14
14
|
/// @group checkbox
|
|
15
|
-
$kendo-checkbox-md-size: k-
|
|
15
|
+
$kendo-checkbox-md-size: k-spacing(4) !default;
|
|
16
16
|
/// The size of a large CheckBox.
|
|
17
17
|
/// @group checkbox
|
|
18
|
-
$kendo-checkbox-lg-size: k-
|
|
18
|
+
$kendo-checkbox-lg-size: k-spacing(5) !default;
|
|
19
19
|
|
|
20
20
|
/// The glyph size of a small CheckBox.
|
|
21
21
|
/// @group checkbox
|
|
22
|
-
$kendo-checkbox-sm-glyph-size: k-
|
|
22
|
+
$kendo-checkbox-sm-glyph-size: k-spacing(2.5) !default;
|
|
23
23
|
/// The glyph size of a medium CheckBox.
|
|
24
24
|
/// @group checkbox
|
|
25
|
-
$kendo-checkbox-md-glyph-size: k-
|
|
25
|
+
$kendo-checkbox-md-glyph-size: k-spacing(3.5) !default;
|
|
26
26
|
/// The glyph size of a large CheckBox.
|
|
27
27
|
/// @group checkbox
|
|
28
|
-
$kendo-checkbox-lg-glyph-size: k-
|
|
28
|
+
$kendo-checkbox-lg-glyph-size: k-spacing(4.5) !default;
|
|
29
29
|
|
|
30
30
|
/// The ripple size of a small CheckBox.
|
|
31
31
|
/// @group checkbox
|
|
@@ -168,17 +168,17 @@ $kendo-checkbox-indeterminate-image: k-escape-svg( url("data:image/svg+xml,<svg
|
|
|
168
168
|
|
|
169
169
|
/// The horizontal margin of the CheckBox inside a label.
|
|
170
170
|
/// @group checkbox
|
|
171
|
-
$kendo-checkbox-label-margin-x: k-
|
|
171
|
+
$kendo-checkbox-label-margin-x: k-spacing(1) !default;
|
|
172
172
|
|
|
173
173
|
|
|
174
174
|
// CheckBox list
|
|
175
175
|
|
|
176
176
|
/// The spacing between the items in a horizontal CheckBox list.
|
|
177
177
|
/// @group checkbox
|
|
178
|
-
$kendo-checkbox-list-spacing: k-
|
|
178
|
+
$kendo-checkbox-list-spacing: k-spacing(4) !default;
|
|
179
179
|
/// The horizontal padding of the CheckBox list items.
|
|
180
180
|
/// @group checkbox
|
|
181
|
-
$kendo-checkbox-list-item-padding-x:
|
|
181
|
+
$kendo-checkbox-list-item-padding-x: k-spacing(0) !default;
|
|
182
182
|
/// The vertical padding of the CheckBox list items
|
|
183
183
|
/// @group checkbox
|
|
184
184
|
$kendo-checkbox-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
@@ -8,45 +8,45 @@
|
|
|
8
8
|
$kendo-chip-border-width: 1px !default;
|
|
9
9
|
/// The spacing between the text and the icons of the Chip.
|
|
10
10
|
/// @group chip
|
|
11
|
-
$kendo-chip-spacing: k-
|
|
11
|
+
$kendo-chip-spacing: k-spacing(1) !default;
|
|
12
12
|
|
|
13
13
|
/// The horizontal padding of the Chip.
|
|
14
14
|
/// @group chip
|
|
15
|
-
$kendo-chip-padding-x: k-
|
|
15
|
+
$kendo-chip-padding-x: k-spacing(1) !default;
|
|
16
16
|
/// The horizontal padding of the small Chip.
|
|
17
17
|
/// @group chip
|
|
18
|
-
$kendo-chip-sm-padding-x: k-
|
|
18
|
+
$kendo-chip-sm-padding-x: k-spacing(1) !default;
|
|
19
19
|
/// The horizontal padding of the medium Chip.
|
|
20
20
|
/// @group chip
|
|
21
|
-
$kendo-chip-md-padding-x: k-
|
|
21
|
+
$kendo-chip-md-padding-x: k-spacing(1) !default;
|
|
22
22
|
/// The horizontal padding of the large Chip.
|
|
23
23
|
/// @group chip
|
|
24
|
-
$kendo-chip-lg-padding-x: k-
|
|
24
|
+
$kendo-chip-lg-padding-x: k-spacing(1) !default;
|
|
25
25
|
|
|
26
26
|
/// The vertical padding of the Chip.
|
|
27
27
|
/// @group chip
|
|
28
|
-
$kendo-chip-padding-y: k-
|
|
28
|
+
$kendo-chip-padding-y: k-spacing(1) !default;
|
|
29
29
|
/// The vertical padding of the small Chip.
|
|
30
30
|
/// @group chip
|
|
31
|
-
$kendo-chip-sm-padding-y: k-
|
|
31
|
+
$kendo-chip-sm-padding-y: k-spacing(0.5) !default;
|
|
32
32
|
/// The vertical padding of the medium Chip.
|
|
33
33
|
/// @group chip
|
|
34
|
-
$kendo-chip-md-padding-y: k-
|
|
34
|
+
$kendo-chip-md-padding-y: k-spacing(1) !default;
|
|
35
35
|
/// The vertical padding of the large Chip.
|
|
36
36
|
/// @group chip
|
|
37
|
-
$kendo-chip-lg-padding-y: k-
|
|
37
|
+
$kendo-chip-lg-padding-y: k-spacing(1.5) !default;
|
|
38
38
|
|
|
39
39
|
/// The font size of the Chip.
|
|
40
40
|
/// @group chip
|
|
41
|
-
$kendo-chip-font-size:
|
|
41
|
+
$kendo-chip-font-size: var( --kendo-font-size, inherit ) !default;
|
|
42
42
|
/// The font size of the small Chip.
|
|
43
43
|
/// @group chip
|
|
44
|
-
$kendo-chip-sm-font-size:
|
|
44
|
+
$kendo-chip-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
45
45
|
/// The font size of the medium Chip.
|
|
46
46
|
/// @group chip
|
|
47
|
-
$kendo-chip-md-font-size:
|
|
47
|
+
$kendo-chip-md-font-size: var( --kendo-font-size, inherit ) !default;
|
|
48
48
|
/// The font size of the large Chip.
|
|
49
|
-
$kendo-chip-lg-font-size:
|
|
49
|
+
$kendo-chip-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
50
50
|
|
|
51
51
|
/// The Chip's line height that is related to the $kendo-font-size.
|
|
52
52
|
/// @group chip
|
|
@@ -63,8 +63,8 @@ $kendo-chip-lg-line-height: $kendo-chip-line-height !default;
|
|
|
63
63
|
|
|
64
64
|
/// The calculated height of the Chip.
|
|
65
65
|
/// @group chip
|
|
66
|
-
$kendo-chip-calc-size: calc( #{$kendo-chip-line-height * 1em} + #{$kendo-chip-padding-y * 2
|
|
67
|
-
$kendo-chip-sm-calc-size: calc( #{$kendo-chip-sm-line-height * 1em} + #{$kendo-chip-sm-padding-y * 2
|
|
66
|
+
$kendo-chip-calc-size: calc( #{$kendo-chip-line-height * 1em} + calc( #{$kendo-chip-padding-y} * 2 ) + #{$kendo-chip-border-width * 2} ) !default;
|
|
67
|
+
$kendo-chip-sm-calc-size: calc( #{$kendo-chip-sm-line-height * 1em} + calc( #{$kendo-chip-sm-padding-y} * 2 ) + #{$kendo-chip-border-width * 2} ) !default;
|
|
68
68
|
|
|
69
69
|
|
|
70
70
|
/// The map with the sizes of the Chip.
|
|
@@ -173,7 +173,7 @@ $kendo-chip-outline-selected-text: $kendo-chip-outline-hover-text !default;
|
|
|
173
173
|
/// The sizes of the Chip list.
|
|
174
174
|
/// @group chip
|
|
175
175
|
$kendo-chip-list-sizes: (
|
|
176
|
-
sm: k-
|
|
177
|
-
md: k-
|
|
178
|
-
lg: k-
|
|
176
|
+
sm: k-spacing(1),
|
|
177
|
+
md: k-spacing(1),
|
|
178
|
+
lg: k-spacing(1)
|
|
179
179
|
) !default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Color Preview
|
|
2
|
-
$kendo-color-preview-border-radius:
|
|
2
|
+
$kendo-color-preview-border-radius: k-border-radius(md) !default;
|
|
3
3
|
$kendo-color-preview-border-width: 1px !default;
|
|
4
4
|
$kendo-color-preview-bg: null !default;
|
|
5
5
|
$kendo-color-preview-text: null !default;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/// The spacer of the ColorEditor.
|
|
4
4
|
/// @group coloreditor
|
|
5
|
-
$kendo-color-editor-spacer: k-
|
|
5
|
+
$kendo-color-editor-spacer: k-spacing(4) !default;
|
|
6
6
|
|
|
7
7
|
/// The minimum width of the ColorEditor.
|
|
8
8
|
/// @group coloreditor
|
|
@@ -12,16 +12,16 @@ $kendo-color-editor-min-width: 328px !default;
|
|
|
12
12
|
$kendo-color-editor-border-width: 1px !default;
|
|
13
13
|
/// The border radius of the ColorEditor.
|
|
14
14
|
/// @group coloreditor
|
|
15
|
-
$kendo-color-editor-border-radius:
|
|
15
|
+
$kendo-color-editor-border-radius: k-border-radius(md) !default;
|
|
16
16
|
/// The font family of the ColorEditor.
|
|
17
17
|
/// @group coloreditor
|
|
18
|
-
$kendo-color-editor-font-family:
|
|
18
|
+
$kendo-color-editor-font-family: var( --kendo-font-family, inherit ) !default;
|
|
19
19
|
/// The font size of the ColorEditor.
|
|
20
20
|
/// @group coloreditor
|
|
21
|
-
$kendo-color-editor-font-size:
|
|
21
|
+
$kendo-color-editor-font-size: var( --kendo-font-size, inherit ) !default;
|
|
22
22
|
/// The line height of the ColorEditor.
|
|
23
23
|
/// @group coloreditor
|
|
24
|
-
$kendo-color-editor-line-height:
|
|
24
|
+
$kendo-color-editor-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
25
|
/// The text color of the ColorEditor.
|
|
26
26
|
/// @group coloreditor
|
|
27
27
|
$kendo-color-editor-text: $kendo-component-text !default;
|
|
@@ -47,7 +47,7 @@ $kendo-color-editor-header-padding-y: $kendo-color-editor-spacer !default;
|
|
|
47
47
|
$kendo-color-editor-header-padding-x: $kendo-color-editor-header-padding-y !default;
|
|
48
48
|
/// The spacing between the ColorEditor header actions.
|
|
49
49
|
/// @group coloreditor
|
|
50
|
-
$kendo-color-editor-header-actions-gap:
|
|
50
|
+
$kendo-color-editor-header-actions-gap: calc( #{$kendo-color-editor-spacer} / 2 ) !default;
|
|
51
51
|
|
|
52
52
|
/// The width of the ColorEditor preview.
|
|
53
53
|
/// @group coloreditor
|
|
@@ -57,7 +57,7 @@ $kendo-color-editor-color-preview-width: 32px !default;
|
|
|
57
57
|
$kendo-color-editor-color-preview-height: 12px !default;
|
|
58
58
|
/// The spacing between the colors in the ColorEditor preview.
|
|
59
59
|
/// @group coloreditor
|
|
60
|
-
$kendo-color-editor-preview-gap: k-
|
|
60
|
+
$kendo-color-editor-preview-gap: k-spacing(1) !default;
|
|
61
61
|
|
|
62
62
|
/// The vertical padding of the ColorEditor views container.
|
|
63
63
|
/// @group coloreditor
|
|
@@ -77,4 +77,4 @@ $kendo-color-editor-color-gradient-focus-outline-color: rgba(0, 0, 0, .3) !defau
|
|
|
77
77
|
$kendo-color-editor-color-gradient-focus-outline: 2px !default;
|
|
78
78
|
/// The outline offset of the focused ColorGradient.
|
|
79
79
|
/// @group coloreditor
|
|
80
|
-
$kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|
|
80
|
+
$kendo-color-editor-color-gradient-focus-outline-offset: 2px !default;
|