@progress/kendo-theme-fluent 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 +4808 -5183
- package/dist/meta/sassdoc-data.json +6206 -5756
- package/dist/meta/sassdoc-raw-data.json +3090 -2865
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-buttons/_variables.scss +3 -3
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_variables.scss +13 -13
- package/scss/adaptive/_layout.scss +8 -8
- package/scss/appbar/_variables.scss +6 -6
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +6 -6
- package/scss/bottom-navigation/_variables.scss +8 -8
- package/scss/breadcrumb/_variables.scss +16 -16
- package/scss/button/_layout.scss +1 -1
- package/scss/button/_variables.scss +9 -9
- package/scss/calendar/_variables.scss +36 -50
- package/scss/captcha/_variables.scss +3 -3
- package/scss/card/_variables.scss +13 -13
- package/scss/chat/_layout.scss +2 -2
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_variables.scss +15 -15
- package/scss/chip/_variables.scss +11 -11
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +6 -6
- package/scss/colorgradient/_variables.scss +9 -9
- package/scss/colorpalette/_variables.scss +1 -1
- package/scss/core/_index.scss +18 -1
- package/scss/core/_variables.scss +3 -59
- package/scss/core/border-radii/_index.scss +24 -0
- package/scss/core/color-system/_swatch-legacy.scss +0 -4
- package/scss/core/spacing/_index.scss +28 -0
- package/scss/core/typography/_index.scss +70 -0
- package/scss/dataviz/_layout.scss +6 -5
- package/scss/dataviz/_variables.scss +1 -1
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dialog/_variables.scss +8 -8
- package/scss/dock-manager/_layout.scss +1 -0
- package/scss/dock-manager/_variables.scss +5 -5
- package/scss/draggable/_variables.scss +2 -1
- package/scss/drawer/_variables.scss +7 -5
- package/scss/dropdowntree/_variables.scss +1 -1
- package/scss/dropzone/_variables.scss +5 -5
- package/scss/editor/_layout.scss +6 -5
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +6 -6
- package/scss/fab/_variables.scss +16 -16
- package/scss/filemanager/_variables.scss +6 -6
- package/scss/filter/_variables.scss +2 -1
- package/scss/forms/_layout.scss +6 -5
- package/scss/forms/_variables.scss +15 -14
- package/scss/gantt/_layout.scss +10 -9
- package/scss/gantt/_variables.scss +77 -76
- package/scss/grid/_layout.scss +2 -1
- package/scss/grid/_variables.scss +172 -172
- package/scss/icon/_variables.scss +2 -2
- package/scss/imageeditor/_variables.scss +11 -11
- package/scss/index.scss +8 -1
- package/scss/input/_variables.scss +9 -9
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_variables.scss +24 -24
- package/scss/listbox/_variables.scss +2 -2
- package/scss/listgroup/_layout.scss +6 -6
- package/scss/listgroup/_variables.scss +3 -3
- package/scss/listview/_variables.scss +8 -8
- package/scss/loader/_variables.scss +29 -29
- package/scss/map/_variables.scss +6 -5
- package/scss/mediaplayer/_variables.scss +2 -2
- package/scss/menu/_variables.scss +16 -16
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +6 -6
- package/scss/orgchart/_variables.scss +10 -10
- package/scss/pager/_variables.scss +8 -8
- package/scss/panelbar/_layout.scss +1 -0
- package/scss/panelbar/_variables.scss +9 -7
- package/scss/pdf-viewer/_variables.scss +4 -4
- package/scss/pivotgrid/_layout.scss +3 -3
- package/scss/pivotgrid/_variables.scss +17 -17
- package/scss/popover/_variables.scss +2 -2
- package/scss/popup/_variables.scss +5 -5
- package/scss/progressbar/_variables.scss +4 -4
- package/scss/prompt/_variables.scss +7 -7
- package/scss/radio/_variables.scss +13 -13
- package/scss/rating/_variables.scss +3 -3
- package/scss/scheduler/_layout.scss +2 -2
- package/scss/scheduler/_variables.scss +11 -11
- package/scss/scrollview/_variables.scss +2 -2
- package/scss/signature/_variables.scss +5 -5
- package/scss/skeleton/_variables.scss +2 -2
- package/scss/slider/_variables.scss +4 -4
- package/scss/splitter/_variables.scss +6 -6
- package/scss/spreadsheet/_layout.scss +8 -7
- package/scss/spreadsheet/_variables.scss +19 -18
- package/scss/stepper/_variables.scss +8 -8
- package/scss/table/_variables.scss +10 -10
- package/scss/tabstrip/_variables.scss +11 -10
- package/scss/taskboard/_variables.scss +23 -23
- package/scss/tilelayout/_variables.scss +1 -1
- package/scss/timeline/_variables.scss +24 -24
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_variables.scss +6 -6
- package/scss/toolbar/_layout.scss +1 -1
- package/scss/toolbar/_variables.scss +9 -9
- package/scss/tooltip/_layout.scss +10 -10
- package/scss/tooltip/_variables.scss +5 -5
- package/scss/treelist/_layout.scss +2 -2
- package/scss/treelist/_variables.scss +2 -2
- package/scss/treeview/_variables.scss +11 -11
- package/scss/typography/_layout.scss +9 -0
- package/scss/typography/_theme.scss +7 -0
- package/scss/typography/_variables.scss +125 -67
- package/scss/upload/_layout.scss +1 -0
- package/scss/upload/_variables.scss +5 -5
- package/scss/window/_layout.scss +1 -1
- package/scss/window/_variables.scss +10 -10
- package/scss/wizard/_variables.scss +8 -8
|
@@ -24,39 +24,39 @@ $kendo-treeview-md-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
24
24
|
$kendo-treeview-lg-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
25
|
/// The indentation of child groups in the TreeView.
|
|
26
26
|
/// @group treeview
|
|
27
|
-
$kendo-treeview-indent:
|
|
27
|
+
$kendo-treeview-indent: k-spacing(6) !default;
|
|
28
28
|
|
|
29
29
|
/// The horizontal padding of the small TreeView items.
|
|
30
30
|
/// @group treeview
|
|
31
|
-
$kendo-treeview-sm-item-padding-x:
|
|
31
|
+
$kendo-treeview-sm-item-padding-x: k-spacing(2) !default;
|
|
32
32
|
/// The horizontal padding of the medium TreeView items.
|
|
33
33
|
/// @group treeview
|
|
34
|
-
$kendo-treeview-md-item-padding-x:
|
|
34
|
+
$kendo-treeview-md-item-padding-x: k-spacing(2) !default;
|
|
35
35
|
/// The horizontal padding of the large TreeView items.
|
|
36
36
|
/// @group treeview
|
|
37
|
-
$kendo-treeview-lg-item-padding-x:
|
|
37
|
+
$kendo-treeview-lg-item-padding-x: k-spacing(2) !default;
|
|
38
38
|
/// The vertical padding of the small TreeView items.
|
|
39
39
|
/// @group treeview
|
|
40
|
-
$kendo-treeview-sm-item-padding-y:
|
|
40
|
+
$kendo-treeview-sm-item-padding-y: k-spacing(1.5) !default;
|
|
41
41
|
/// The vertical padding of the medium TreeView items.
|
|
42
42
|
/// @group treeview
|
|
43
|
-
$kendo-treeview-md-item-padding-y:
|
|
43
|
+
$kendo-treeview-md-item-padding-y: k-spacing(2) !default;
|
|
44
44
|
/// The vertical padding of the large TreeView items.
|
|
45
45
|
/// @group treeview
|
|
46
|
-
$kendo-treeview-lg-item-padding-y:
|
|
46
|
+
$kendo-treeview-lg-item-padding-y: k-spacing(2.5) !default;
|
|
47
47
|
/// The border width of the TreeView items.
|
|
48
48
|
/// @group treeview
|
|
49
49
|
$kendo-treeview-item-border-width: 0 !default;
|
|
50
50
|
/// The border radius of the TreeView items.
|
|
51
51
|
/// @group treeview
|
|
52
|
-
$kendo-treeview-item-border-radius:
|
|
52
|
+
$kendo-treeview-item-border-radius: k-border-radius(md) !default;
|
|
53
53
|
|
|
54
54
|
/// The horizontal padding of the TreeViews' filter element.
|
|
55
55
|
/// @group treeview
|
|
56
|
-
$kendo-treeview-filter-padding-x:
|
|
56
|
+
$kendo-treeview-filter-padding-x: k-spacing(2) !default;
|
|
57
57
|
/// The vertical padding of the TreeViews' filter element.
|
|
58
58
|
/// @group treeview
|
|
59
|
-
$kendo-treeview-filter-padding-y:
|
|
59
|
+
$kendo-treeview-filter-padding-y: k-spacing(2) !default;
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
/// The sizes map of the TreeView.
|
|
@@ -181,4 +181,4 @@ $kendo-treeview-loadmore-focus-shadow: $kendo-treeview-item-focus-shadow !defaul
|
|
|
181
181
|
|
|
182
182
|
/// The padding of the checkbox wrapper in the TreeView.
|
|
183
183
|
/// @group treeview
|
|
184
|
-
$kendo-treeview-checkbox-wrap-padding:
|
|
184
|
+
$kendo-treeview-checkbox-wrap-padding: k-spacing(.5) !default;
|
|
@@ -17,6 +17,15 @@
|
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.k-body {
|
|
20
|
+
@include typography(
|
|
21
|
+
var( --kendo-font-size, inherit ),
|
|
22
|
+
var( --kendo-font-family, inherit ),
|
|
23
|
+
var( --kendo-line-height, normal ),
|
|
24
|
+
var( --kendo-font-weight, normal ),
|
|
25
|
+
var( --kendo-letter-spacing, normal ),
|
|
26
|
+
);
|
|
27
|
+
margin: 0;
|
|
28
|
+
|
|
20
29
|
p {
|
|
21
30
|
margin: var( --kendo-paragraph-margin, #{$kendo-paragraph-margin});
|
|
22
31
|
}
|
|
@@ -3,65 +3,98 @@
|
|
|
3
3
|
|
|
4
4
|
// Typography
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
/// @group typography
|
|
8
|
-
$kendo-enable-typography: false !default;
|
|
6
|
+
// Headings
|
|
9
7
|
|
|
8
|
+
$kendo-h1-font-size: 32px !default;
|
|
9
|
+
$kendo-h2-font-size: 28px !default;
|
|
10
|
+
$kendo-h3-font-size: 24px !default;
|
|
11
|
+
$kendo-h4-font-size: 20px !default;
|
|
12
|
+
$kendo-h5-font-size: 18px !default;
|
|
13
|
+
$kendo-h6-font-size: 16px !default;
|
|
10
14
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
$kendo-font-family
|
|
15
|
+
$kendo-h1-font-family: var( --kendo-font-family, inherit ) !default;
|
|
16
|
+
$kendo-h2-font-family: var( --kendo-font-family, inherit ) !default;
|
|
17
|
+
$kendo-h3-font-family: var( --kendo-font-family, inherit ) !default;
|
|
18
|
+
$kendo-h4-font-family: var( --kendo-font-family, inherit ) !default;
|
|
19
|
+
$kendo-h5-font-family: var( --kendo-font-family, inherit ) !default;
|
|
20
|
+
$kendo-h6-font-family: var( --kendo-font-family, inherit ) !default;
|
|
14
21
|
|
|
22
|
+
$kendo-h1-line-height: 40px !default;
|
|
23
|
+
$kendo-h2-line-height: 36px !default;
|
|
24
|
+
$kendo-h3-line-height: 32px !default;
|
|
25
|
+
$kendo-h4-line-height: 28px !default;
|
|
26
|
+
$kendo-h5-line-height: 24px !default;
|
|
27
|
+
$kendo-h6-line-height: 22px !default;
|
|
28
|
+
|
|
29
|
+
$kendo-h2-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
30
|
+
$kendo-h1-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
31
|
+
$kendo-h3-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
32
|
+
$kendo-h4-font-weight: var( --kendo-font-weight-semibold, normal )!default;
|
|
33
|
+
$kendo-h5-font-weight: var( --kendo-font-weight-semibold, normal )!default;
|
|
34
|
+
$kendo-h6-font-weight: var( --kendo-font-weight-semibold, normal )!default;
|
|
35
|
+
|
|
36
|
+
$kendo-h1-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
37
|
+
$kendo-h2-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
38
|
+
$kendo-h3-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
39
|
+
$kendo-h4-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
40
|
+
$kendo-h5-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
41
|
+
$kendo-h6-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
42
|
+
|
|
43
|
+
$kendo-h1-margin: 0 0 var( --kendo-font-size, inherit ) !default;
|
|
44
|
+
$kendo-h2-margin: 0 0 var( --kendo-font-size, inherit ) !default;
|
|
45
|
+
$kendo-h3-margin: 0 0 var( --kendo-font-size, inherit ) !default;
|
|
46
|
+
$kendo-h4-margin: 0 0 var( --kendo-font-size, inherit ) !default;
|
|
47
|
+
$kendo-h5-margin: 0 0 var( --kendo-font-size, inherit ) !default;
|
|
48
|
+
$kendo-h6-margin: 0 0 var( --kendo-font-size, inherit ) !default;
|
|
15
49
|
|
|
16
|
-
// Headings
|
|
17
50
|
$kendo-headings: (
|
|
18
51
|
h1: (
|
|
19
|
-
font-size:
|
|
20
|
-
font-family:
|
|
21
|
-
line-height:
|
|
22
|
-
font-weight:
|
|
23
|
-
letter-spacing:
|
|
24
|
-
margin:
|
|
52
|
+
font-size: $kendo-h1-font-size,
|
|
53
|
+
font-family: $kendo-h1-font-family,
|
|
54
|
+
line-height: $kendo-h1-line-height,
|
|
55
|
+
font-weight: $kendo-h1-font-weight,
|
|
56
|
+
letter-spacing: $kendo-h1-letter-spacing,
|
|
57
|
+
margin: $kendo-h1-margin
|
|
25
58
|
),
|
|
26
59
|
h2: (
|
|
27
|
-
font-size:
|
|
28
|
-
font-family:
|
|
29
|
-
line-height:
|
|
30
|
-
font-weight:
|
|
31
|
-
letter-spacing:
|
|
32
|
-
margin:
|
|
60
|
+
font-size: $kendo-h2-font-size,
|
|
61
|
+
font-family: $kendo-h2-font-family,
|
|
62
|
+
line-height: $kendo-h2-line-height,
|
|
63
|
+
font-weight: $kendo-h2-font-weight,
|
|
64
|
+
letter-spacing: $kendo-h2-letter-spacing,
|
|
65
|
+
margin: $kendo-h2-margin
|
|
33
66
|
),
|
|
34
67
|
h3: (
|
|
35
|
-
font-size:
|
|
36
|
-
font-family:
|
|
37
|
-
line-height:
|
|
38
|
-
font-weight:
|
|
39
|
-
letter-spacing:
|
|
40
|
-
margin:
|
|
68
|
+
font-size: $kendo-h3-font-size,
|
|
69
|
+
font-family: $kendo-h3-font-family,
|
|
70
|
+
line-height: $kendo-h3-line-height,
|
|
71
|
+
font-weight: $kendo-h3-font-weight,
|
|
72
|
+
letter-spacing: $kendo-h3-letter-spacing,
|
|
73
|
+
margin: $kendo-h3-margin
|
|
41
74
|
),
|
|
42
75
|
h4: (
|
|
43
|
-
font-size:
|
|
44
|
-
font-family:
|
|
45
|
-
line-height:
|
|
46
|
-
font-weight:
|
|
47
|
-
letter-spacing:
|
|
48
|
-
margin:
|
|
76
|
+
font-size: $kendo-h4-font-size,
|
|
77
|
+
font-family: $kendo-h4-font-family,
|
|
78
|
+
line-height: $kendo-h4-line-height,
|
|
79
|
+
font-weight: $kendo-h4-font-weight,
|
|
80
|
+
letter-spacing: $kendo-h4-letter-spacing,
|
|
81
|
+
margin: $kendo-h4-margin
|
|
49
82
|
),
|
|
50
83
|
h5: (
|
|
51
|
-
font-size:
|
|
52
|
-
font-family:
|
|
53
|
-
line-height:
|
|
54
|
-
font-weight:
|
|
55
|
-
letter-spacing:
|
|
56
|
-
margin:
|
|
84
|
+
font-size: $kendo-h5-font-size,
|
|
85
|
+
font-family: $kendo-h5-font-family,
|
|
86
|
+
line-height: $kendo-h5-line-height,
|
|
87
|
+
font-weight: $kendo-h5-font-weight,
|
|
88
|
+
letter-spacing: $kendo-h5-letter-spacing,
|
|
89
|
+
margin: $kendo-h5-margin
|
|
57
90
|
),
|
|
58
91
|
h6: (
|
|
59
|
-
font-size:
|
|
60
|
-
font-family:
|
|
61
|
-
line-height:
|
|
62
|
-
font-weight:
|
|
63
|
-
letter-spacing:
|
|
64
|
-
margin:
|
|
92
|
+
font-size: $kendo-h6-font-size,
|
|
93
|
+
font-family: $kendo-h6-font-family,
|
|
94
|
+
line-height: $kendo-h6-line-height,
|
|
95
|
+
font-weight: $kendo-h6-font-weight,
|
|
96
|
+
letter-spacing: $kendo-h6-letter-spacing,
|
|
97
|
+
margin: $kendo-h6-margin
|
|
65
98
|
)
|
|
66
99
|
) !default;
|
|
67
100
|
|
|
@@ -82,10 +115,10 @@ $kendo-code-line-height: var( --kendo-line-height, normal) !default;
|
|
|
82
115
|
$kendo-code-font-weight: var( --kendo-font-weight, normal) !default;
|
|
83
116
|
$kendo-code-letter-spacing: var( --kendo-letter-spacing, normal) !default;
|
|
84
117
|
|
|
85
|
-
$kendo-code-padding-x:
|
|
86
|
-
$kendo-code-padding-y:
|
|
87
|
-
$kendo-pre-padding-x:
|
|
88
|
-
$kendo-pre-padding-y:
|
|
118
|
+
$kendo-code-padding-x: k-spacing(1) !default;
|
|
119
|
+
$kendo-code-padding-y: k-spacing(0) !default;
|
|
120
|
+
$kendo-pre-padding-x: k-spacing(6) !default;
|
|
121
|
+
$kendo-pre-padding-y: k-spacing(4) !default;
|
|
89
122
|
$kendo-code-border-width: 1px !default;
|
|
90
123
|
|
|
91
124
|
$kendo-code-bg: var( --kendo-component-bg, initial) !default;
|
|
@@ -94,33 +127,58 @@ $kendo-code-border: var( --kendo-component-border, initial) !default;
|
|
|
94
127
|
|
|
95
128
|
|
|
96
129
|
// Display
|
|
130
|
+
$kendo-display1-font-size: calc( var( --kendo-font-size, inherit ) * 9 ) !default;
|
|
131
|
+
$kendo-display2-font-size: calc( var( --kendo-font-size, inherit ) * 6 ) !default;
|
|
132
|
+
$kendo-display3-font-size: 68px !default;
|
|
133
|
+
$kendo-display4-font-size: calc( var( --kendo-font-size, inherit ) * 3 ) !default;
|
|
134
|
+
|
|
135
|
+
$kendo-display1-font-family: var( --kendo-font-family, inherit ) !default;
|
|
136
|
+
$kendo-display2-font-family: var( --kendo-font-family, inherit ) !default;
|
|
137
|
+
$kendo-display3-font-family: var( --kendo-font-family, inherit ) !default;
|
|
138
|
+
$kendo-display4-font-family: var( --kendo-font-family, inherit ) !default;
|
|
139
|
+
|
|
140
|
+
$kendo-display1-line-height: 118px !default;
|
|
141
|
+
$kendo-display2-line-height: 94px !default;
|
|
142
|
+
$kendo-display3-line-height: 76px !default;
|
|
143
|
+
$kendo-display4-line-height: 52px !default;
|
|
144
|
+
|
|
145
|
+
$kendo-display1-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
146
|
+
$kendo-display2-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
147
|
+
$kendo-display3-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
148
|
+
$kendo-display4-font-weight: var( --kendo-font-weight-semibold, normal ) !default;
|
|
149
|
+
|
|
150
|
+
$kendo-display1-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
151
|
+
$kendo-display2-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
152
|
+
$kendo-display3-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
153
|
+
$kendo-display4-letter-spacing: var( --kendo-letter-spacing, normal ) !default;
|
|
154
|
+
|
|
97
155
|
$kendo-display: (
|
|
98
156
|
1: (
|
|
99
|
-
font-size:
|
|
100
|
-
font-family:
|
|
101
|
-
line-height:
|
|
102
|
-
font-weight:
|
|
103
|
-
letter-spacing:
|
|
157
|
+
font-size: $kendo-display1-font-size,
|
|
158
|
+
font-family: $kendo-display1-font-family,
|
|
159
|
+
line-height: $kendo-display1-line-height,
|
|
160
|
+
font-weight: $kendo-display1-font-weight,
|
|
161
|
+
letter-spacing: $kendo-display1-letter-spacing
|
|
104
162
|
),
|
|
105
163
|
2: (
|
|
106
|
-
font-size:
|
|
107
|
-
font-family:
|
|
108
|
-
line-height:
|
|
109
|
-
font-weight:
|
|
110
|
-
letter-spacing:
|
|
164
|
+
font-size: $kendo-display2-font-size,
|
|
165
|
+
font-family: $kendo-display2-font-family,
|
|
166
|
+
line-height: $kendo-display2-line-height,
|
|
167
|
+
font-weight: $kendo-display2-font-weight,
|
|
168
|
+
letter-spacing: $kendo-display2-letter-spacing
|
|
111
169
|
),
|
|
112
170
|
3: (
|
|
113
|
-
font-size:
|
|
114
|
-
font-family:
|
|
115
|
-
line-height:
|
|
116
|
-
font-weight:
|
|
117
|
-
letter-spacing:
|
|
171
|
+
font-size: $kendo-display3-font-size,
|
|
172
|
+
font-family: $kendo-display3-font-family,
|
|
173
|
+
line-height: $kendo-display3-line-height,
|
|
174
|
+
font-weight: $kendo-display3-font-weight,
|
|
175
|
+
letter-spacing: $kendo-display3-letter-spacing
|
|
118
176
|
),
|
|
119
177
|
4: (
|
|
120
|
-
font-size:
|
|
121
|
-
font-family:
|
|
122
|
-
line-height:
|
|
123
|
-
font-weight:
|
|
124
|
-
letter-spacing:
|
|
178
|
+
font-size: $kendo-display4-font-size,
|
|
179
|
+
font-family: $kendo-display4-font-family,
|
|
180
|
+
line-height: $kendo-display4-line-height,
|
|
181
|
+
font-weight: $kendo-display4-font-weight,
|
|
182
|
+
letter-spacing: $kendo-display4-letter-spacing
|
|
125
183
|
)
|
|
126
184
|
) !default;
|
package/scss/upload/_layout.scss
CHANGED
|
@@ -29,10 +29,10 @@ $kendo-upload-border: var( --kendo-component-border, initial ) !default;
|
|
|
29
29
|
|
|
30
30
|
/// The horizontal padding of the Upload dropzone.
|
|
31
31
|
/// @group upload
|
|
32
|
-
$kendo-upload-dropzone-padding-x:
|
|
32
|
+
$kendo-upload-dropzone-padding-x: k-spacing(2) !default;
|
|
33
33
|
/// The vertical padding of the Upload dropzone.
|
|
34
34
|
/// @group upload
|
|
35
|
-
$kendo-upload-dropzone-padding-y:
|
|
35
|
+
$kendo-upload-dropzone-padding-y: k-spacing(2) !default;
|
|
36
36
|
/// The text color of the Upload dropzone.
|
|
37
37
|
/// @group upload
|
|
38
38
|
$kendo-upload-dropzone-text: if($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 )) !default;
|
|
@@ -55,14 +55,14 @@ $kendo-upload-status-text-opacity: null !default;
|
|
|
55
55
|
|
|
56
56
|
/// The horizontal padding of an uploaded item.
|
|
57
57
|
/// @group upload
|
|
58
|
-
$kendo-upload-item-padding-x:
|
|
58
|
+
$kendo-upload-item-padding-x: k-spacing(2) !default;
|
|
59
59
|
/// The vertical padding of an uploaded item.
|
|
60
60
|
/// @group upload
|
|
61
|
-
$kendo-upload-item-padding-y:
|
|
61
|
+
$kendo-upload-item-padding-y: k-spacing(2) !default;
|
|
62
62
|
|
|
63
63
|
/// The vertical spacing between uploaded batch items.
|
|
64
64
|
/// @group upload
|
|
65
|
-
$kendo-upload-multiple-items-spacing:
|
|
65
|
+
$kendo-upload-multiple-items-spacing: k-spacing(4) !default;
|
|
66
66
|
|
|
67
67
|
/// The font size of the Upload validation message.
|
|
68
68
|
/// @group upload
|
package/scss/window/_layout.scss
CHANGED
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
.k-window-titlebar-actions {
|
|
72
72
|
margin-block: -5em;
|
|
73
73
|
margin-inline: 0;
|
|
74
|
-
margin-inline-end: ( $kendo-window-titlebar-padding-y - $kendo-window-titlebar-padding-x );
|
|
74
|
+
margin-inline-end: calc( #{$kendo-window-titlebar-padding-y} - #{$kendo-window-titlebar-padding-x} );
|
|
75
75
|
line-height: 1;
|
|
76
76
|
display: flex;
|
|
77
77
|
gap: var( --kendo-window-actions-gap, #{$kendo-window-actions-gap} );
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
|
|
4
4
|
/// The width of the border around the Window.
|
|
5
5
|
/// @group window
|
|
6
|
-
$kendo-window-border-width:
|
|
6
|
+
$kendo-window-border-width: k-spacing(1) 0 0 !default;
|
|
7
7
|
/// The border radius of the Window.
|
|
8
8
|
/// @group window
|
|
9
|
-
$kendo-window-border-radius:
|
|
9
|
+
$kendo-window-border-radius: k-border-radius(md) !default;
|
|
10
10
|
/// The font family of the Window.
|
|
11
11
|
/// @group window
|
|
12
12
|
$kendo-window-font-family: var( --kendo-font-family, inherit ) !default;
|
|
@@ -19,10 +19,10 @@ $kendo-window-line-height: var( --kendo-line-height, normal ) !default;
|
|
|
19
19
|
|
|
20
20
|
/// The horizontal padding of the Window titlebar.
|
|
21
21
|
/// @group window
|
|
22
|
-
$kendo-window-titlebar-padding-x:
|
|
22
|
+
$kendo-window-titlebar-padding-x: k-spacing(6) !default;
|
|
23
23
|
/// The vertical padding of the Window titlebar.
|
|
24
24
|
/// @group window
|
|
25
|
-
$kendo-window-titlebar-padding-y:
|
|
25
|
+
$kendo-window-titlebar-padding-y: k-spacing(5) !default;
|
|
26
26
|
/// The width of the border of the Window titlebar.
|
|
27
27
|
/// @group window
|
|
28
28
|
$kendo-window-titlebar-border-width: 0 !default;
|
|
@@ -42,7 +42,7 @@ $kendo-window-title-font-weight: var( --kendo-font-weight-bold, bold ) !default;
|
|
|
42
42
|
|
|
43
43
|
/// The spacing between the buttons in the Window titlebar.
|
|
44
44
|
/// @group window
|
|
45
|
-
$kendo-window-actions-gap:
|
|
45
|
+
$kendo-window-actions-gap: k-spacing(0) !default;
|
|
46
46
|
/// OThe opacity of the buttons in the Window titlebar.
|
|
47
47
|
/// @group window
|
|
48
48
|
$kendo-window-action-opacity: 1 !default;
|
|
@@ -52,23 +52,23 @@ $kendo-window-action-hover-opacity: 1 !default;
|
|
|
52
52
|
|
|
53
53
|
/// The horizontal padding of the content of the Window.
|
|
54
54
|
/// @group window
|
|
55
|
-
$kendo-window-inner-padding-x:
|
|
55
|
+
$kendo-window-inner-padding-x: k-spacing(6) !default;
|
|
56
56
|
/// The vertical padding of the content of the Window.
|
|
57
57
|
/// @group window
|
|
58
|
-
$kendo-window-inner-padding-y:
|
|
58
|
+
$kendo-window-inner-padding-y: k-spacing(3) !default;
|
|
59
59
|
|
|
60
60
|
/// The horizontal padding of the Window action buttons.
|
|
61
61
|
/// @group window
|
|
62
|
-
$kendo-window-buttongroup-padding-x:
|
|
62
|
+
$kendo-window-buttongroup-padding-x: k-spacing(6) !default; // $kendo-actions-padding-x
|
|
63
63
|
/// The vertical padding of the Window action buttons.
|
|
64
64
|
/// @group window
|
|
65
|
-
$kendo-window-buttongroup-padding-y:
|
|
65
|
+
$kendo-window-buttongroup-padding-y: k-spacing(6) !default; // $kendo-actions-padding-y
|
|
66
66
|
/// The width of the top border of the Window action buttons.
|
|
67
67
|
/// @group window
|
|
68
68
|
$kendo-window-buttongroup-border-width: 0 !default;
|
|
69
69
|
/// The spacing between the Window action buttons.
|
|
70
70
|
/// @group window
|
|
71
|
-
$kendo-window-buttongroup-spacing:
|
|
71
|
+
$kendo-window-buttongroup-spacing: k-spacing(3) !default;
|
|
72
72
|
|
|
73
73
|
/// The background color of the Window.
|
|
74
74
|
/// @group window
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
$kendo-wizard-border-width: 0px !default;
|
|
7
7
|
/// The horizontal padding of the Wizard.
|
|
8
8
|
/// @group wizard
|
|
9
|
-
$kendo-wizard-padding-x:
|
|
9
|
+
$kendo-wizard-padding-x: k-spacing(6) !default;
|
|
10
10
|
/// The vertical padding of the Wizard.
|
|
11
11
|
/// @group wizard
|
|
12
|
-
$kendo-wizard-padding-y:
|
|
12
|
+
$kendo-wizard-padding-y: k-spacing(6) !default;
|
|
13
13
|
/// The font size of the Wizard.
|
|
14
14
|
/// @group wizard
|
|
15
15
|
$kendo-wizard-font-size: var( --kendo-font-size, inherit ) !default;
|
|
@@ -23,17 +23,17 @@ $kendo-wizard-font-family: var( --kendo-font-family, inherit ) !default;
|
|
|
23
23
|
|
|
24
24
|
/// The horizontal padding of the Wizard steps.
|
|
25
25
|
/// @group wizard
|
|
26
|
-
$kendo-wizard-steps-padding-x:
|
|
26
|
+
$kendo-wizard-steps-padding-x: k-spacing(3) !default;
|
|
27
27
|
/// The vertical padding of the Wizard steps.
|
|
28
28
|
/// @group wizard
|
|
29
|
-
$kendo-wizard-steps-padding-y:
|
|
29
|
+
$kendo-wizard-steps-padding-y: k-spacing(3) !default;
|
|
30
30
|
|
|
31
31
|
/// The horizontal padding of the Wizard content.
|
|
32
32
|
/// @group wizard
|
|
33
|
-
$kendo-wizard-content-padding-x:
|
|
33
|
+
$kendo-wizard-content-padding-x: k-spacing(0) !default;
|
|
34
34
|
/// The vertical padding of the Wizard content.
|
|
35
35
|
/// @group wizard
|
|
36
|
-
$kendo-wizard-content-padding-y:
|
|
36
|
+
$kendo-wizard-content-padding-y: k-spacing(0) !default;
|
|
37
37
|
/// The text color of the Wizard content.
|
|
38
38
|
/// @group wizard
|
|
39
39
|
$kendo-wizard-content-text: var( --kendo-component-text, initial ) !default;
|
|
@@ -43,10 +43,10 @@ $kendo-wizard-content-bg: var( --kendo-component-bg, initial ) !default;
|
|
|
43
43
|
|
|
44
44
|
/// The horizontal margin of the Wizard's Button container.
|
|
45
45
|
/// @group wizard
|
|
46
|
-
$kendo-wizard-buttons-margin-x:
|
|
46
|
+
$kendo-wizard-buttons-margin-x: k-spacing(7) !default;
|
|
47
47
|
/// The vertical margin of the Wizard Button container.
|
|
48
48
|
/// @group wizard
|
|
49
|
-
$kendo-wizard-buttons-margin-y:
|
|
49
|
+
$kendo-wizard-buttons-margin-y: k-spacing(6) !default;
|
|
50
50
|
|
|
51
51
|
/// The outline of the focused Wizard step.
|
|
52
52
|
/// @group wizard
|