@progress/kendo-theme-bootstrap 8.0.0-dev.0 → 8.0.0-dev.2
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 +6443 -3393
- package/dist/all.scss +5308 -4919
- package/dist/meta/sassdoc-data.json +31246 -27238
- package/dist/meta/sassdoc-raw-data.json +3560 -1710
- package/dist/meta/variables.json +2001 -1893
- 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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-bootstrap",
|
|
3
3
|
"description": "Bootstrap theme for Kendo UI",
|
|
4
|
-
"version": "8.0.0-dev.
|
|
4
|
+
"version": "8.0.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -53,14 +53,14 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@progress/kendo-svg-icons": "2.1.0",
|
|
56
|
-
"@progress/kendo-theme-core": "8.0.0-dev.
|
|
57
|
-
"@progress/kendo-theme-default": "8.0.0-dev.
|
|
58
|
-
"@progress/kendo-theme-utils": "8.0.0-dev.
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.0-dev.2",
|
|
57
|
+
"@progress/kendo-theme-default": "8.0.0-dev.2",
|
|
58
|
+
"@progress/kendo-theme-utils": "8.0.0-dev.2",
|
|
59
59
|
"bootstrap": "5.2.1"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "6d8ad8ad9108d3a9ec0aaadd488571a639a412a5"
|
|
66
66
|
}
|
package/scss/_variables.scss
CHANGED
|
@@ -14,46 +14,6 @@ $kendo-use-input-spinner-icon-offset: false !default;
|
|
|
14
14
|
|
|
15
15
|
$kendo-auto-bootstrap: true !default;
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
// Spacing
|
|
19
|
-
$kendo-spacing: (
|
|
20
|
-
0: 0,
|
|
21
|
-
1px: 1px,
|
|
22
|
-
0.5: .125rem,
|
|
23
|
-
1: .25rem,
|
|
24
|
-
1.5: .375rem,
|
|
25
|
-
2: .5rem,
|
|
26
|
-
2.5: .625rem,
|
|
27
|
-
3: .75rem,
|
|
28
|
-
3.5: .875rem,
|
|
29
|
-
4: 1rem,
|
|
30
|
-
4.5: 1.125rem,
|
|
31
|
-
5: 1.25rem,
|
|
32
|
-
5.5: 1.375rem,
|
|
33
|
-
6: 1.5rem,
|
|
34
|
-
6.5: 1.625rem,
|
|
35
|
-
7: 1.75rem,
|
|
36
|
-
7.5: 1.875rem,
|
|
37
|
-
8: 2rem,
|
|
38
|
-
9: 2.25rem,
|
|
39
|
-
10: 2.5rem,
|
|
40
|
-
11: 2.75rem,
|
|
41
|
-
12: 3rem,
|
|
42
|
-
13: 3.25rem,
|
|
43
|
-
14: 3.5rem,
|
|
44
|
-
15: 3.75rem,
|
|
45
|
-
16: 4rem,
|
|
46
|
-
17: 4.25rem,
|
|
47
|
-
18: 4.5rem,
|
|
48
|
-
19: 4.75rem,
|
|
49
|
-
20: 5rem,
|
|
50
|
-
21: 5.25rem,
|
|
51
|
-
22: 5.5rem,
|
|
52
|
-
23: 5.75rem,
|
|
53
|
-
24: 6rem
|
|
54
|
-
) !default;
|
|
55
|
-
|
|
56
|
-
|
|
57
17
|
// Icons
|
|
58
18
|
$kendo-icon-size: 16px !default;
|
|
59
19
|
|
|
@@ -65,91 +25,10 @@ $kendo-icon-size-xl: calc( #{$kendo-icon-size} * 1.5 ) !default;
|
|
|
65
25
|
$kendo-icon-size-xxl: calc( #{$kendo-icon-size} * 2 ) !default;
|
|
66
26
|
$kendo-icon-size-xxxl: calc( #{$kendo-icon-size} * 3 ) !default;
|
|
67
27
|
|
|
68
|
-
$kendo-icon-spacing: k-map-get( $kendo-spacing, 2 ) !default;
|
|
69
|
-
$kendo-icon-padding: k-map-get( $kendo-spacing, 1 ) !default;
|
|
70
|
-
|
|
71
|
-
// Metrics
|
|
72
|
-
$kendo-padding-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
73
|
-
$kendo-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
74
|
-
$kendo-padding-sm-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
75
|
-
$kendo-padding-sm-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
76
|
-
$kendo-padding-md-x: k-map-get( $kendo-spacing, 4 ) !default;
|
|
77
|
-
$kendo-padding-md-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
78
|
-
$kendo-padding-lg-x: k-map-get( $kendo-spacing, 6 ) !default;
|
|
79
|
-
$kendo-padding-lg-y: k-map-get( $kendo-spacing, 3 ) !default;
|
|
80
|
-
|
|
81
|
-
/// Border radius for all components.
|
|
82
|
-
$kendo-border-radius: $border-radius !default;
|
|
83
|
-
$kendo-border-radius-sm: $border-radius-sm !default;
|
|
84
|
-
$kendo-border-radius-md: $kendo-border-radius !default;
|
|
85
|
-
$kendo-border-radius-lg: $border-radius-lg !default;
|
|
86
|
-
|
|
87
|
-
$kendo-border-radii: (
|
|
88
|
-
DEFAULT: $kendo-border-radius-md,
|
|
89
|
-
0: 0,
|
|
90
|
-
sm: $kendo-border-radius-sm,
|
|
91
|
-
md: $kendo-border-radius-md,
|
|
92
|
-
lg: $kendo-border-radius-lg,
|
|
93
|
-
full: 9999px
|
|
94
|
-
) !default;
|
|
95
|
-
|
|
96
|
-
|
|
97
28
|
$kendo-zindex-popup: 1 !default;
|
|
98
29
|
$kendo-zindex-window: 2 !default;
|
|
99
30
|
$kendo-zindex-loading: 100 !default;
|
|
100
31
|
|
|
101
|
-
|
|
102
|
-
// Typography
|
|
103
|
-
|
|
104
|
-
/// Base font size across all components.
|
|
105
|
-
/// @group typography
|
|
106
|
-
$kendo-font-size: $font-size-base !default;
|
|
107
|
-
$kendo-font-size-xs: ( $kendo-font-size * .75 ) !default;
|
|
108
|
-
$kendo-font-size-sm: $font-size-sm !default;
|
|
109
|
-
$kendo-font-size-md: $kendo-font-size !default;
|
|
110
|
-
$kendo-font-size-lg: $font-size-lg !default;
|
|
111
|
-
$kendo-font-size-xl: ( $kendo-font-size-md * 1.5 ) !default;
|
|
112
|
-
|
|
113
|
-
$kendo-font-sizes: (
|
|
114
|
-
xs: $kendo-font-size-xs,
|
|
115
|
-
sm: $kendo-font-size-sm,
|
|
116
|
-
md: $kendo-font-size-md,
|
|
117
|
-
lg: $kendo-font-size-lg,
|
|
118
|
-
xl: $kendo-font-size-xl
|
|
119
|
-
) !default;
|
|
120
|
-
|
|
121
|
-
/// Font family for text.
|
|
122
|
-
/// @group typography
|
|
123
|
-
$kendo-font-family-sans-serif: $font-family-sans-serif !default;
|
|
124
|
-
|
|
125
|
-
/// Font family for monospaced text. Used for styling the code.
|
|
126
|
-
/// @group typography
|
|
127
|
-
$kendo-font-family-monospace: $font-family-monospace !default;
|
|
128
|
-
|
|
129
|
-
/// Font family across all components.
|
|
130
|
-
/// @group typography
|
|
131
|
-
$kendo-font-family: $kendo-font-family-sans-serif !default;
|
|
132
|
-
|
|
133
|
-
/// Line height used along with $kendo-font-size.
|
|
134
|
-
/// @group typography
|
|
135
|
-
$kendo-line-height: $line-height-base !default;
|
|
136
|
-
$kendo-line-height-xs: 1 !default;
|
|
137
|
-
$kendo-line-height-sm: $line-height-sm !default;
|
|
138
|
-
$kendo-line-height-md: $kendo-line-height !default;
|
|
139
|
-
$kendo-line-height-lg: $line-height-lg !default;
|
|
140
|
-
$kendo-line-height-em: calc( #{$kendo-line-height} * 1em ) !default;
|
|
141
|
-
|
|
142
|
-
// Font weight
|
|
143
|
-
$kendo-font-weight-light: $font-weight-light !default;
|
|
144
|
-
$kendo-font-weight-normal: $font-weight-normal !default;
|
|
145
|
-
$kendo-font-weight-medium: 500 !default; // TODO: use from bootstrap when we update
|
|
146
|
-
$kendo-font-weight-semibold: 600 !default; // TODO: use from bootstrap when we update
|
|
147
|
-
$kendo-font-weight-bold: $font-weight-bold !default;
|
|
148
|
-
|
|
149
|
-
// Letter Spacing
|
|
150
|
-
$kendo-letter-spacing: null !default;
|
|
151
|
-
|
|
152
|
-
|
|
153
32
|
// TODO: refactor
|
|
154
33
|
$kendo-focus-shadow: null !default;
|
|
155
34
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
// Actions
|
|
2
|
-
$kendo-actions-margin-top: k-
|
|
3
|
-
$kendo-actions-padding-x: k-
|
|
4
|
-
$kendo-actions-padding-y: k-
|
|
2
|
+
$kendo-actions-margin-top: k-spacing(4) !default;
|
|
3
|
+
$kendo-actions-padding-x: k-spacing(2) !default;
|
|
4
|
+
$kendo-actions-padding-y: k-spacing(2) !default;
|
|
5
5
|
$kendo-actions-border-width: 0px !default;
|
|
6
|
-
$kendo-actions-button-spacing: k-
|
|
6
|
+
$kendo-actions-button-spacing: k-spacing(2) !default;
|
|
7
7
|
|
|
8
8
|
$kendo-actions-bg: null !default;
|
|
9
9
|
$kendo-actions-text: null !default;
|
|
@@ -9,9 +9,9 @@ $kendo-actionsheet-max-height: 60vh !default;
|
|
|
9
9
|
$kendo-actionsheet-border-width: 0px !default;
|
|
10
10
|
$kendo-actionsheet-border-radius: 0px !default;
|
|
11
11
|
|
|
12
|
-
$kendo-actionsheet-font-size:
|
|
13
|
-
$kendo-actionsheet-font-family:
|
|
14
|
-
$kendo-actionsheet-line-height:
|
|
12
|
+
$kendo-actionsheet-font-size: var( --kendo-font-size, inherit ) !default;
|
|
13
|
+
$kendo-actionsheet-font-family: var( --kendo-font-family, inherit ) !default;
|
|
14
|
+
$kendo-actionsheet-line-height: var( --kendo-line-height, normal ) !default;
|
|
15
15
|
|
|
16
16
|
$kendo-actionsheet-bg: $kendo-component-bg !default;
|
|
17
17
|
$kendo-actionsheet-text: $kendo-component-text !default;
|
|
@@ -20,13 +20,13 @@ $kendo-actionsheet-shadow: k-elevation(7) !default;
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
// Actionsheet header
|
|
23
|
-
$kendo-actionsheet-titlebar-padding-x: k-
|
|
24
|
-
$kendo-actionsheet-titlebar-padding-y: k-
|
|
23
|
+
$kendo-actionsheet-titlebar-padding-x: k-spacing(4) !default;
|
|
24
|
+
$kendo-actionsheet-titlebar-padding-y: k-spacing(2) !default;
|
|
25
25
|
$kendo-actionsheet-titlebar-border-width: null !default;
|
|
26
26
|
$kendo-actionsheet-titlebar-font-size: null !default;
|
|
27
27
|
$kendo-actionsheet-titlebar-font-family: null !default;
|
|
28
28
|
$kendo-actionsheet-titlebar-line-height: null !default;
|
|
29
|
-
$kendo-actionsheet-titlebar-gap: k-
|
|
29
|
+
$kendo-actionsheet-titlebar-gap: k-spacing(4) !default;
|
|
30
30
|
|
|
31
31
|
$kendo-actionsheet-titlebar-bg: null !default;
|
|
32
32
|
$kendo-actionsheet-titlebar-text: null !default;
|
|
@@ -34,17 +34,17 @@ $kendo-actionsheet-titlebar-border: null !default;
|
|
|
34
34
|
$kendo-actionsheet-titlebar-gradient: null !default;
|
|
35
35
|
$kendo-actionsheet-titlebar-shadow: null !default;
|
|
36
36
|
|
|
37
|
-
$kendo-actionsheet-subtitle-font-size:
|
|
38
|
-
$kendo-actionsheet-subtitle-line-height:
|
|
37
|
+
$kendo-actionsheet-subtitle-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
38
|
+
$kendo-actionsheet-subtitle-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
39
39
|
$kendo-actionsheet-subtitle-text: $kendo-subtle-text !default;
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
// Actionsheet item
|
|
43
43
|
$kendo-actionsheet-item-min-height: 40px !default;
|
|
44
|
-
$kendo-actionsheet-item-padding-x: k-
|
|
45
|
-
$kendo-actionsheet-item-padding-y: k-
|
|
44
|
+
$kendo-actionsheet-item-padding-x: k-spacing(4) !default;
|
|
45
|
+
$kendo-actionsheet-item-padding-y: k-spacing(2) !default;
|
|
46
46
|
$kendo-actionsheet-item-border-width: 1px !default;
|
|
47
|
-
$kendo-actionsheet-item-spacing:
|
|
47
|
+
$kendo-actionsheet-item-spacing: k-spacing(3) !default;
|
|
48
48
|
|
|
49
49
|
$kendo-actionsheet-item-title-font-weight: null !default;
|
|
50
50
|
$kendo-actionsheet-item-title-text-transform: null !default;
|
|
@@ -72,14 +72,14 @@ $kendo-actionsheet-item-disabled-shadow: null !default;
|
|
|
72
72
|
|
|
73
73
|
|
|
74
74
|
// Adaptive Actionsheet
|
|
75
|
-
$kendo-adaptive-actionsheet-font-size:
|
|
75
|
+
$kendo-adaptive-actionsheet-font-size: var( --kendo-font-size-lg, inherit ) !default;
|
|
76
76
|
$kendo-adaptive-actionsheet-titlebar-border-width: 1px !default;
|
|
77
|
-
$kendo-adaptive-actionsheet-titlebar-padding-y: k-
|
|
77
|
+
$kendo-adaptive-actionsheet-titlebar-padding-y: k-spacing(4) !default;
|
|
78
78
|
$kendo-adaptive-actionsheet-titlebar-padding-x: $kendo-adaptive-actionsheet-titlebar-padding-y !default;
|
|
79
79
|
$kendo-adaptive-actionsheet-titlebar-border: $kendo-component-border !default;
|
|
80
80
|
|
|
81
|
-
$kendo-adaptive-actionsheet-content-padding-y: k-
|
|
82
|
-
$kendo-adaptive-actionsheet-content-padding-x: k-
|
|
81
|
+
$kendo-adaptive-actionsheet-content-padding-y: k-spacing(2) !default;
|
|
82
|
+
$kendo-adaptive-actionsheet-content-padding-x: k-spacing(4) !default;
|
|
83
83
|
|
|
84
|
-
$kendo-adaptive-actionsheet-footer-padding-y: k-
|
|
85
|
-
$kendo-adaptive-actionsheet-footer-padding-x: k-
|
|
84
|
+
$kendo-adaptive-actionsheet-footer-padding-y: k-spacing(2) !default;
|
|
85
|
+
$kendo-adaptive-actionsheet-footer-padding-x: k-spacing(4) !default;
|
|
@@ -15,9 +15,9 @@ $kendo-adaptive-menu-item-border: $kendo-component-border !default;
|
|
|
15
15
|
$kendo-adaptive-menu-title-text: $kendo-component-text !default;
|
|
16
16
|
|
|
17
17
|
$kendo-adaptive-border-width: 1px !default;
|
|
18
|
-
$kendo-adaptive-font-family:
|
|
19
|
-
$kendo-adaptive-font-size:
|
|
20
|
-
$kendo-adaptive-line-height:
|
|
18
|
+
$kendo-adaptive-font-family: var( --kendo-font-family, inherit ) !default;
|
|
19
|
+
$kendo-adaptive-font-size: var( --kendo-font-size, inherit ) !default;
|
|
20
|
+
$kendo-adaptive-line-height: var( --kendo-line-height, normal ) !default;
|
|
21
21
|
|
|
22
22
|
// Adaptive Grid
|
|
23
23
|
$kendo-adaptive-grid-sort-text: $kendo-color-primary !default;
|
|
@@ -8,10 +8,10 @@ $kendo-appbar-margin-x: null !default;
|
|
|
8
8
|
$kendo-appbar-margin-y: null !default;
|
|
9
9
|
/// The horizontal padding of the AppBar.
|
|
10
10
|
/// @group appbar
|
|
11
|
-
$kendo-appbar-padding-x: k-
|
|
11
|
+
$kendo-appbar-padding-x: k-spacing(2) !default;
|
|
12
12
|
/// The vertical padding of the AppBar.
|
|
13
13
|
/// @group appbar
|
|
14
|
-
$kendo-appbar-padding-y: k-
|
|
14
|
+
$kendo-appbar-padding-y: k-spacing(2) !default;
|
|
15
15
|
/// The width of the border around the AppBar.
|
|
16
16
|
/// @group appbar
|
|
17
17
|
$kendo-appbar-border-width: 0px !default;
|
|
@@ -20,17 +20,17 @@ $kendo-appbar-border-width: 0px !default;
|
|
|
20
20
|
$kendo-appbar-zindex: 1000 !default;
|
|
21
21
|
/// The font family of the AppBar.
|
|
22
22
|
/// @group appbar
|
|
23
|
-
$kendo-appbar-font-family:
|
|
23
|
+
$kendo-appbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
24
24
|
/// The font size of the AppBar.
|
|
25
25
|
/// @group appbar
|
|
26
|
-
$kendo-appbar-font-size:
|
|
26
|
+
$kendo-appbar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
27
27
|
/// The line height of the AppBar.
|
|
28
28
|
/// @group appbar
|
|
29
|
-
$kendo-appbar-line-height:
|
|
29
|
+
$kendo-appbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
30
30
|
|
|
31
31
|
/// The spacing between the AppBar sections.
|
|
32
32
|
/// @group appbar
|
|
33
|
-
$kendo-appbar-gap: k-
|
|
33
|
+
$kendo-appbar-gap: k-spacing(2) !default;
|
|
34
34
|
|
|
35
35
|
/// The background color of the AppBar based on light theme color.
|
|
36
36
|
/// @group appbar
|
|
@@ -6,20 +6,20 @@ $kendo-avatar-border-width: 1px !default;
|
|
|
6
6
|
|
|
7
7
|
/// The font family of the Avatar.
|
|
8
8
|
/// @group avatar
|
|
9
|
-
$kendo-avatar-font-family:
|
|
9
|
+
$kendo-avatar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
10
10
|
/// The font size of the Avatar.
|
|
11
11
|
/// @group avatar
|
|
12
|
-
$kendo-avatar-font-size:
|
|
12
|
+
$kendo-avatar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
13
13
|
/// The line height of the Avatar.
|
|
14
14
|
/// @group avatar
|
|
15
|
-
$kendo-avatar-line-height:
|
|
15
|
+
$kendo-avatar-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
16
|
|
|
17
17
|
/// The sizes map of the Avatar.
|
|
18
18
|
/// @group avatar
|
|
19
19
|
$kendo-avatar-sizes: (
|
|
20
|
-
sm: k-
|
|
21
|
-
md: k-
|
|
22
|
-
lg: k-
|
|
20
|
+
sm: k-spacing(4),
|
|
21
|
+
md: k-spacing(8),
|
|
22
|
+
lg: k-spacing(16)
|
|
23
23
|
) !default;
|
|
24
24
|
|
|
25
25
|
/// The theme colors map of the Avatar.
|
|
@@ -63,16 +63,16 @@ $kendo-badge-lg-line-height: $kendo-badge-line-height !default;
|
|
|
63
63
|
|
|
64
64
|
/// The calculated minimum width of the circular Badge.
|
|
65
65
|
/// @group badge
|
|
66
|
-
$kendo-badge-min-width: calc( #{$kendo-badge-line-height * 1em} + #{$kendo-badge-padding-y * 2
|
|
66
|
+
$kendo-badge-min-width: calc( #{$kendo-badge-line-height * 1em} + calc( #{$kendo-badge-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 )) !default;
|
|
67
67
|
/// The calculated minimum width of the small circular Badge.
|
|
68
68
|
/// @group badge
|
|
69
|
-
$kendo-badge-sm-min-width: calc( #{$kendo-badge-sm-line-height * 1em} + #{$kendo-badge-sm-padding-y * 2
|
|
69
|
+
$kendo-badge-sm-min-width: calc( #{$kendo-badge-sm-line-height * 1em} + calc( #{$kendo-badge-sm-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) !default;
|
|
70
70
|
/// The calculated minimum width of the medium circular Badge.
|
|
71
71
|
/// @group badge
|
|
72
|
-
$kendo-badge-md-min-width: calc( #{$kendo-badge-md-line-height * 1em} + #{$kendo-badge-md-padding-y * 2
|
|
72
|
+
$kendo-badge-md-min-width: calc( #{$kendo-badge-md-line-height * 1em} + calc( #{$kendo-badge-md-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) !default;
|
|
73
73
|
/// The calculated minimum width of the large circular Badge.
|
|
74
74
|
/// @group badge
|
|
75
|
-
$kendo-badge-lg-min-width: calc( #{$kendo-badge-lg-line-height * 1em} + #{$kendo-badge-lg-padding-y * 2
|
|
75
|
+
$kendo-badge-lg-min-width: calc( #{$kendo-badge-lg-line-height * 1em} + calc( #{$kendo-badge-lg-padding-y} * 2 ) + calc( #{$kendo-badge-border-width} * 2 ) ) !default;
|
|
76
76
|
|
|
77
77
|
/// The sizes map for the Badge.
|
|
78
78
|
/// @group badge
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/// The horizontal padding of the BottomNavigation.
|
|
4
4
|
/// @group bottom-navigation
|
|
5
|
-
$kendo-bottom-nav-padding-x:
|
|
5
|
+
$kendo-bottom-nav-padding-x: k-spacing(0) !default;
|
|
6
6
|
/// The vertical padding of the BottomNavigation.
|
|
7
7
|
/// @group bottom-navigation
|
|
8
8
|
$kendo-bottom-nav-padding-y: $kendo-bottom-nav-padding-x !default;
|
|
@@ -14,23 +14,23 @@ $kendo-bottom-nav-gap: $kendo-bottom-nav-padding-x !default;
|
|
|
14
14
|
$kendo-bottom-nav-border-width: 1px 0px 0px 0px !default;
|
|
15
15
|
/// The font family of the BottomNavigation.
|
|
16
16
|
/// @group bottom-navigation
|
|
17
|
-
$kendo-bottom-nav-font-family:
|
|
17
|
+
$kendo-bottom-nav-font-family: var( --kendo-font-family, inherit ) !default;
|
|
18
18
|
/// The font size of the BottomNavigation.
|
|
19
19
|
/// @group bottom-navigation
|
|
20
|
-
$kendo-bottom-nav-font-size:
|
|
20
|
+
$kendo-bottom-nav-font-size: var( --kendo-font-size, inherit ) !default;
|
|
21
21
|
/// The line height of the BottomNavigation.
|
|
22
22
|
/// @group bottom-navigation
|
|
23
|
-
$kendo-bottom-nav-line-height: normal !default;
|
|
23
|
+
$kendo-bottom-nav-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
24
24
|
/// The letter spacing of the BottomNavigation.
|
|
25
25
|
/// @group bottom-navigation
|
|
26
26
|
$kendo-bottom-nav-letter-spacing: .2px !default;
|
|
27
27
|
|
|
28
28
|
/// The horizontal padding of the BottomNavigation item.
|
|
29
29
|
/// @group bottom-navigation
|
|
30
|
-
$kendo-bottom-nav-item-padding-x: k-
|
|
30
|
+
$kendo-bottom-nav-item-padding-x: k-spacing(2) !default;
|
|
31
31
|
/// The vertical padding of the BottomNavigation item.
|
|
32
32
|
/// @group bottom-navigation
|
|
33
|
-
$kendo-bottom-nav-item-padding-y: 0 !default;
|
|
33
|
+
$kendo-bottom-nav-item-padding-y: k-spacing(0) !default;
|
|
34
34
|
/// The minimum width of the BottomNavigation item.
|
|
35
35
|
/// @group bottom-navigation
|
|
36
36
|
$kendo-bottom-nav-item-min-width: 72px !default;
|
|
@@ -39,13 +39,13 @@ $kendo-bottom-nav-item-min-width: 72px !default;
|
|
|
39
39
|
$kendo-bottom-nav-item-max-width: null !default;
|
|
40
40
|
/// The minimum height of the BottomNavigation item.
|
|
41
41
|
/// @group bottom-navigation
|
|
42
|
-
$kendo-bottom-nav-item-min-height: calc( #{$kendo-icon-size * 2.5} + #{k-
|
|
42
|
+
$kendo-bottom-nav-item-min-height: calc( #{$kendo-icon-size * 2.5} + #{k-spacing(4)} - calc( #{$kendo-bottom-nav-padding-x} * 2 ) ) !default;
|
|
43
43
|
/// The border radius of the BottomNavigation item.
|
|
44
44
|
/// @group bottom-navigation
|
|
45
45
|
$kendo-bottom-nav-item-border-radius: null !default;
|
|
46
46
|
/// The spacing of the BottomNavigation item.
|
|
47
47
|
/// @group bottom-navigation
|
|
48
|
-
$kendo-bottom-nav-item-gap: 0 k-
|
|
48
|
+
$kendo-bottom-nav-item-gap: 0 k-spacing(1) !default;
|
|
49
49
|
|
|
50
50
|
/// The box shadow of the BottomNavigation.
|
|
51
51
|
/// @group bottom-navigation
|
|
@@ -20,24 +20,24 @@ $kendo-breadcrumb-padding-y: null !default;
|
|
|
20
20
|
|
|
21
21
|
/// The font family of the Breadcrumb.
|
|
22
22
|
/// @group breadcrumb
|
|
23
|
-
$kendo-breadcrumb-font-family:
|
|
23
|
+
$kendo-breadcrumb-font-family: var( --kendo-font-family, inherit ) !default;
|
|
24
24
|
|
|
25
25
|
/// The font size of the Breadcrumb.
|
|
26
26
|
/// @group breadcrumb
|
|
27
|
-
$kendo-breadcrumb-font-size:
|
|
27
|
+
$kendo-breadcrumb-font-size: var( --kendo-font-size, inherit ) !default;
|
|
28
28
|
/// The font size of the small Breadcrumb.
|
|
29
29
|
/// @group breadcrumb
|
|
30
|
-
$kendo-breadcrumb-sm-font-size:
|
|
30
|
+
$kendo-breadcrumb-sm-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
31
31
|
/// The font size of the medium Breadcrumb.
|
|
32
32
|
/// @group breadcrumb
|
|
33
33
|
$kendo-breadcrumb-md-font-size: $kendo-breadcrumb-font-size !default;
|
|
34
34
|
/// The font size of the large Breadcrumb.
|
|
35
35
|
/// @group breadcrumb
|
|
36
|
-
$kendo-breadcrumb-lg-font-size:
|
|
36
|
+
$kendo-breadcrumb-lg-font-size: var( --kendo-font-size, inherit ) !default;
|
|
37
37
|
|
|
38
38
|
/// The line-height of the Breadcrumb.
|
|
39
39
|
/// @group breadcrumb
|
|
40
|
-
$kendo-breadcrumb-line-height:
|
|
40
|
+
$kendo-breadcrumb-line-height: var( --kendo-line-height, normal ) !default;
|
|
41
41
|
/// The line-height of the small Breadcrumb.
|
|
42
42
|
/// @group breadcrumb
|
|
43
43
|
$kendo-breadcrumb-sm-line-height: k-math-div( 20, 14 ) !default;
|
|
@@ -46,7 +46,7 @@ $kendo-breadcrumb-sm-line-height: k-math-div( 20, 14 ) !default;
|
|
|
46
46
|
$kendo-breadcrumb-md-line-height: $kendo-breadcrumb-line-height !default;
|
|
47
47
|
/// The line-height of the height Breadcrumb.
|
|
48
48
|
/// @group breadcrumb
|
|
49
|
-
$kendo-breadcrumb-lg-line-height:
|
|
49
|
+
$kendo-breadcrumb-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
50
50
|
|
|
51
51
|
/// The base background of the Breadcrumb.
|
|
52
52
|
/// @group breadcrumb
|
|
@@ -64,46 +64,46 @@ $kendo-breadcrumb-focus-shadow: 0 0 2px 1px rgba( black, .06 ) !default;
|
|
|
64
64
|
|
|
65
65
|
/// The horizontal padding of the Breadcrumb link.
|
|
66
66
|
/// @group breadcrumb
|
|
67
|
-
$kendo-breadcrumb-link-padding-x: k-
|
|
67
|
+
$kendo-breadcrumb-link-padding-x: k-spacing(3) !default;
|
|
68
68
|
/// The horizontal padding of the small Breadcrumb link.
|
|
69
69
|
/// @group breadcrumb
|
|
70
|
-
$kendo-breadcrumb-sm-link-padding-x: k-
|
|
70
|
+
$kendo-breadcrumb-sm-link-padding-x: k-spacing(3) !default;
|
|
71
71
|
/// The horizontal padding of the medium Breadcrumb link.
|
|
72
72
|
/// @group breadcrumb
|
|
73
73
|
$kendo-breadcrumb-md-link-padding-x: $kendo-breadcrumb-link-padding-x !default;
|
|
74
74
|
/// The horizontal padding of the large Breadcrumb link.
|
|
75
75
|
/// @group breadcrumb
|
|
76
|
-
$kendo-breadcrumb-lg-link-padding-x: k-
|
|
76
|
+
$kendo-breadcrumb-lg-link-padding-x: k-spacing(3) !default;
|
|
77
77
|
|
|
78
78
|
/// The vertical padding of the Breadcrumb link.
|
|
79
79
|
/// @group breadcrumb
|
|
80
|
-
$kendo-breadcrumb-link-padding-y: k-
|
|
80
|
+
$kendo-breadcrumb-link-padding-y: k-spacing(2) !default;
|
|
81
81
|
/// The vertical padding of the small Breadcrumb link.
|
|
82
82
|
/// @group breadcrumb
|
|
83
|
-
$kendo-breadcrumb-sm-link-padding-y: k-
|
|
83
|
+
$kendo-breadcrumb-sm-link-padding-y: k-spacing(1.5) !default;
|
|
84
84
|
/// The vertical padding of the medium Breadcrumb link.
|
|
85
85
|
/// @group breadcrumb
|
|
86
86
|
$kendo-breadcrumb-md-link-padding-y: $kendo-breadcrumb-link-padding-y !default;
|
|
87
87
|
/// The vertical padding of the large Breadcrumb link.
|
|
88
88
|
/// @group breadcrumb
|
|
89
|
-
$kendo-breadcrumb-lg-link-padding-y: k-
|
|
89
|
+
$kendo-breadcrumb-lg-link-padding-y: k-spacing(2.5) !default;
|
|
90
90
|
|
|
91
91
|
/// The border-radius of the Breadcrumb link.
|
|
92
92
|
/// @group breadcrumb
|
|
93
|
-
$kendo-breadcrumb-link-border-radius:
|
|
93
|
+
$kendo-breadcrumb-link-border-radius: k-border-radius(md) !default;
|
|
94
94
|
|
|
95
95
|
/// The vertical padding of the Breadcrumb link icon.
|
|
96
96
|
/// @group breadcrumb
|
|
97
|
-
$kendo-breadcrumb-icon-link-padding-y: k-
|
|
97
|
+
$kendo-breadcrumb-icon-link-padding-y: k-spacing(3) !default;
|
|
98
98
|
/// The vertical padding of the small Breadcrumb link icon.
|
|
99
99
|
/// @group breadcrumb
|
|
100
|
-
$kendo-breadcrumb-sm-icon-link-padding-y: k-
|
|
100
|
+
$kendo-breadcrumb-sm-icon-link-padding-y: k-spacing(2) !default;
|
|
101
101
|
/// The vertical padding of the medium Breadcrumb link icon.
|
|
102
102
|
/// @group breadcrumb
|
|
103
103
|
$kendo-breadcrumb-md-icon-link-padding-y: $kendo-breadcrumb-icon-link-padding-y !default;
|
|
104
104
|
/// The vertical padding of the large Breadcrumb link icon.
|
|
105
105
|
/// @group breadcrumb
|
|
106
|
-
$kendo-breadcrumb-lg-icon-link-padding-y: k-
|
|
106
|
+
$kendo-breadcrumb-lg-icon-link-padding-y: k-spacing(3.5) !default;
|
|
107
107
|
|
|
108
108
|
/// The horizontal padding of the Breadcrumb link icon.
|
|
109
109
|
/// @group breadcrumb
|