@progress/kendo-theme-fluent 13.1.1 → 13.1.2-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all.css +1 -1
- package/dist/fluent-1-dark.css +1 -1
- package/dist/fluent-1.css +1 -1
- package/dist/fluent-main-dark.css +1 -1
- package/dist/fluent-main.css +1 -1
- package/dist/meta/sassdoc-data.json +7132 -7132
- package/dist/meta/sassdoc-raw-data.json +471 -471
- package/dist/meta/variables.json +3158 -3158
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-1-dark.json +1 -1
- package/lib/swatches/fluent-1.json +1 -1
- package/lib/swatches/fluent-main-dark.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/action-sheet/_variables.scss +8 -8
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +3 -3
- package/scss/avatar/_variables.scss +3 -3
- package/scss/badge/_variables.scss +7 -7
- package/scss/bottom-navigation/_variables.scss +3 -3
- package/scss/breadcrumb/_variables.scss +14 -14
- package/scss/bubble/_variables.scss +1 -1
- package/scss/button/_variables.scss +8 -8
- package/scss/calendar/_variables.scss +14 -14
- package/scss/captcha/_variables.scss +4 -4
- package/scss/card/_variables.scss +13 -13
- package/scss/chat/_layout.scss +1 -1
- package/scss/chat/_variables.scss +9 -9
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +10 -10
- package/scss/color-preview/_variables.scss +4 -1
- package/scss/coloreditor/_variables.scss +3 -3
- package/scss/colorgradient/_variables.scss +5 -5
- package/scss/colorpalette/_variables.scss +2 -2
- package/scss/column-menu/_variables.scss +7 -7
- package/scss/dataviz/_variables.scss +14 -14
- package/scss/dock-manager/_variables.scss +4 -4
- package/scss/draggable/_variables.scss +3 -3
- package/scss/drawer/_variables.scss +8 -8
- package/scss/dropzone/_layout.scss +1 -1
- package/scss/dropzone/_variables.scss +6 -6
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +3 -3
- package/scss/fab/_variables.scss +5 -5
- package/scss/file-box/_variables.scss +4 -4
- package/scss/filemanager/_variables.scss +3 -3
- package/scss/floating-label/_variables.scss +2 -2
- package/scss/forms/_variables.scss +5 -5
- package/scss/gantt/_variables.scss +3 -3
- package/scss/grid/_variables.scss +11 -11
- package/scss/imageeditor/_variables.scss +3 -3
- package/scss/input/_variables.scss +8 -8
- package/scss/list/_variables.scss +32 -32
- package/scss/listbox/_variables.scss +3 -3
- package/scss/listgroup/_variables.scss +2 -2
- package/scss/listview/_variables.scss +3 -3
- package/scss/loader/_layout.scss +1 -1
- package/scss/loader/_variables.scss +3 -3
- package/scss/map/_variables.scss +3 -3
- package/scss/mediaplayer/_variables.scss +4 -4
- package/scss/menu/_variables.scss +10 -10
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +3 -3
- package/scss/orgchart/_variables.scss +9 -9
- package/scss/pager/_variables.scss +3 -3
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/panelbar/_variables.scss +3 -3
- package/scss/pdf-viewer/_variables.scss +4 -4
- package/scss/pivotgrid/_variables.scss +5 -5
- package/scss/popover/_layout.scss +2 -2
- package/scss/popup/_variables.scss +2 -2
- package/scss/progressbar/_variables.scss +3 -3
- package/scss/rating/_variables.scss +3 -3
- package/scss/scheduler/_variables.scss +5 -5
- package/scss/scrollview/_variables.scss +3 -3
- package/scss/segmented-control/_variables.scss +7 -7
- package/scss/slider/_layout.scss +1 -1
- package/scss/slider/_variables.scss +3 -3
- package/scss/splitter/_variables.scss +3 -3
- package/scss/spreadsheet/_variables.scss +3 -3
- package/scss/stepper/_variables.scss +5 -5
- package/scss/suggestion/_variables.scss +2 -2
- package/scss/switch/_variables.scss +1 -1
- package/scss/table/_variables.scss +2 -2
- package/scss/tabstrip/_variables.scss +4 -4
- package/scss/taskboard/_variables.scss +7 -7
- package/scss/timeline/_variables.scss +4 -4
- package/scss/timeselector/_variables.scss +8 -8
- package/scss/toolbar/_variables.scss +3 -3
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treeview/_variables.scss +7 -7
- package/scss/typography/_variables.scss +49 -49
- package/scss/upload/_layout.scss +1 -1
- package/scss/upload/_variables.scss +4 -4
- package/scss/window/_variables.scss +6 -6
- package/scss/wizard/_variables.scss +3 -3
|
@@ -21,13 +21,13 @@ $kendo-chat-height: var( --kendo-chat-height, 320px ) !default;
|
|
|
21
21
|
$kendo-chat-border-width: var( --kendo-chat-border-width, 1px ) !default;
|
|
22
22
|
/// The font family of the Chat.
|
|
23
23
|
/// @group chat
|
|
24
|
-
$kendo-chat-font-family: var( --kendo-chat-font-family, var(
|
|
24
|
+
$kendo-chat-font-family: var( --kendo-chat-font-family, var(--kendo-font-family) ) !default;
|
|
25
25
|
/// The font size of the Chat.
|
|
26
26
|
/// @group chat
|
|
27
|
-
$kendo-chat-font-size: var( --kendo-chat-font-size, var(
|
|
27
|
+
$kendo-chat-font-size: var( --kendo-chat-font-size, var(--kendo-font-size) ) !default;
|
|
28
28
|
/// The line height of the Chat.
|
|
29
29
|
/// @group chat
|
|
30
|
-
$kendo-chat-line-height: var( --kendo-chat-line-height, var(
|
|
30
|
+
$kendo-chat-line-height: var( --kendo-chat-line-height, var(--kendo-line-height) ) !default;
|
|
31
31
|
|
|
32
32
|
/// The vertical spacing between the items of the Chat.
|
|
33
33
|
/// @group chat
|
|
@@ -69,10 +69,10 @@ $kendo-chat-message-status-gap: var( --kendo-chat-message-status-gap, #{k-spacin
|
|
|
69
69
|
|
|
70
70
|
/// The font size of the Chat timestamp.
|
|
71
71
|
/// @group chat
|
|
72
|
-
$kendo-chat-timestamp-font-size: var( --kendo-chat-timestamp-font-size, var(
|
|
72
|
+
$kendo-chat-timestamp-font-size: var( --kendo-chat-timestamp-font-size, var(--kendo-font-size-sm) ) !default;
|
|
73
73
|
/// The line height of the Chat timestamp.
|
|
74
74
|
/// @group chat
|
|
75
|
-
$kendo-chat-timestamp-line-height: var( --kendo-chat-timestamp-line-height, var(
|
|
75
|
+
$kendo-chat-timestamp-line-height: var( --kendo-chat-timestamp-line-height, var(--kendo-line-height-lg) ) !default;
|
|
76
76
|
/// The text transform of the Chat timestamp.
|
|
77
77
|
/// @group chat
|
|
78
78
|
$kendo-chat-timestamp-transform: var( --kendo-chat-timestamp-transform, none ) !default;
|
|
@@ -91,17 +91,17 @@ $kendo-chat-timestamp-separator-spacing: var( --kendo-chat-timestamp-separator-s
|
|
|
91
91
|
|
|
92
92
|
/// The font size of the Chat message meta text.
|
|
93
93
|
/// @group chat
|
|
94
|
-
$kendo-chat-message-meta-font-size: var( --kendo-chat-message-meta-font-size, var(
|
|
94
|
+
$kendo-chat-message-meta-font-size: var( --kendo-chat-message-meta-font-size, var(--kendo-font-size-sm) ) !default;
|
|
95
95
|
/// The line height of the Chat message meta text.
|
|
96
96
|
/// @group chat
|
|
97
|
-
$kendo-chat-message-meta-line-height: var( --kendo-chat-message-meta-line-height, var(
|
|
97
|
+
$kendo-chat-message-meta-line-height: var( --kendo-chat-message-meta-line-height, var(--kendo-line-height-xs) ) !default;
|
|
98
98
|
|
|
99
99
|
/// The font size of the Chat author text.
|
|
100
100
|
/// @group chat
|
|
101
|
-
$kendo-chat-author-font-size: var( --kendo-chat-author-font-size, var(
|
|
101
|
+
$kendo-chat-author-font-size: var( --kendo-chat-author-font-size, var(--kendo-font-size-sm) ) !default;
|
|
102
102
|
/// The line height of the Chat author text.
|
|
103
103
|
/// @group chat
|
|
104
|
-
$kendo-chat-author-line-height: var( --kendo-chat-author-line-height, var(
|
|
104
|
+
$kendo-chat-author-line-height: var( --kendo-chat-author-line-height, var(--kendo-line-height-xs) ) !default;
|
|
105
105
|
|
|
106
106
|
/// The text color of the Chat status.
|
|
107
107
|
/// @group chat
|
|
@@ -245,7 +245,7 @@ $kendo-checkbox-list-spacing: var( --kendo-checkbox-list-spacing, k-spacing(4) )
|
|
|
245
245
|
$kendo-checkbox-list-item-padding-x: var( --kendo-checkbox-list-item-padding-x, k-spacing(0) ) !default;
|
|
246
246
|
/// The vertical padding of the CheckBox list items.
|
|
247
247
|
/// @group checkbox
|
|
248
|
-
$kendo-checkbox-list-item-padding-y: var( --kendo-checkbox-list-item-padding-y, k-spacing(2) )!default;
|
|
248
|
+
$kendo-checkbox-list-item-padding-y: var( --kendo-checkbox-list-item-padding-y, k-spacing(2) ) !default;
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
// Checkbox ripple
|
|
@@ -29,7 +29,7 @@ $kendo-chip-spacing: var( --kendo-chip-spacing, k-spacing(1) ) !default;
|
|
|
29
29
|
|
|
30
30
|
/// The font family of the Chip.
|
|
31
31
|
/// @group chip
|
|
32
|
-
$kendo-chip-font-family: var( --kendo-chip-font-family, var(
|
|
32
|
+
$kendo-chip-font-family: var( --kendo-chip-font-family, var(--kendo-font-family) ) !default;
|
|
33
33
|
|
|
34
34
|
/// The width of the Chip' avatar.
|
|
35
35
|
/// @group chip
|
|
@@ -73,27 +73,27 @@ $kendo-chip-lg-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
|
73
73
|
|
|
74
74
|
/// The font weight of the Chip.
|
|
75
75
|
/// @group chip
|
|
76
|
-
$kendo-chip-font-weight: var(--kendo-chip-font-weight, var(
|
|
76
|
+
$kendo-chip-font-weight: var(--kendo-chip-font-weight, var(--kendo-font-weight-normal) ) !default;
|
|
77
77
|
|
|
78
78
|
/// The font size of the small Chip.
|
|
79
79
|
/// @group chip
|
|
80
|
-
$kendo-chip-sm-font-size: var(
|
|
80
|
+
$kendo-chip-sm-font-size: var(--kendo-font-size-sm) !default;
|
|
81
81
|
/// The font size of the medium Chip.
|
|
82
82
|
/// @group chip
|
|
83
|
-
$kendo-chip-md-font-size: var( --kendo-chip-font-size, var(
|
|
83
|
+
$kendo-chip-md-font-size: var( --kendo-chip-font-size, var(--kendo-font-size-sm) ) !default;
|
|
84
84
|
/// The font size of the large Chip.
|
|
85
85
|
/// @group chip
|
|
86
|
-
$kendo-chip-lg-font-size: var(
|
|
86
|
+
$kendo-chip-lg-font-size: var(--kendo-font-size) !default;
|
|
87
87
|
|
|
88
88
|
/// The small Chip's line height that is related to the $kendo-font-size.
|
|
89
89
|
/// @group chip
|
|
90
|
-
$kendo-chip-sm-line-height: var(
|
|
90
|
+
$kendo-chip-sm-line-height: var(--kendo-line-height-lg) !default;
|
|
91
91
|
/// The medium Chip's line height that is related to the $kendo-font-size.
|
|
92
92
|
/// @group chip
|
|
93
|
-
$kendo-chip-md-line-height: var( --kendo-chip-line-height, var(
|
|
93
|
+
$kendo-chip-md-line-height: var( --kendo-chip-line-height, var(--kendo-line-height-lg) ) !default;
|
|
94
94
|
/// The large Chip's line height that is related to the $kendo-font-size.
|
|
95
95
|
/// @group chip
|
|
96
|
-
$kendo-chip-lg-line-height: var(
|
|
96
|
+
$kendo-chip-lg-line-height: var(--kendo-line-height) !default;
|
|
97
97
|
|
|
98
98
|
$kendo-chip-calc-size: calc( #{$kendo-chip-md-line-height} * 1em + #{$kendo-chip-md-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
99
99
|
$kendo-chip-sm-calc-size: calc( #{$kendo-chip-sm-line-height} * 1em + #{$kendo-chip-sm-padding-y} * 2 + #{$kendo-chip-border-width} * 2 ) !default;
|
|
@@ -142,7 +142,7 @@ $kendo-chip-focus-outline: var( --kendo-chip-focus-outline, initial) !default;
|
|
|
142
142
|
$kendo-chip-selected-text: var( --kendo-chip-selected-text, k-color(on-primary) ) !default;
|
|
143
143
|
/// The base background color of the selected solid Chip.
|
|
144
144
|
/// @group chip
|
|
145
|
-
$kendo-chip-selected-bg: var( --kendo-chip-selected-bg, k-color(primary) )
|
|
145
|
+
$kendo-chip-selected-bg: var( --kendo-chip-selected-bg, k-color(primary) ) !default;
|
|
146
146
|
/// The base border color of the selected solid Chip.
|
|
147
147
|
/// @group chip
|
|
148
148
|
$kendo-chip-selected-border: var( --kendo-chip-selected-border, k-color(primary) ) !default;
|
|
@@ -151,7 +151,7 @@ $kendo-chip-selected-border: var( --kendo-chip-selected-border, k-color(primary)
|
|
|
151
151
|
$kendo-chip-disabled-text: var( --kendo-chip-disabled-text, color-mix(in srgb, k-color(on-app-surface) 30%, transparent) ) !default;
|
|
152
152
|
/// The base background color of the disabled solid Chip.
|
|
153
153
|
/// @group chip
|
|
154
|
-
$kendo-chip-disabled-bg: var( --kendo-chip-disabled-bg, color-mix(in srgb, k-color(on-app-surface) 7%, transparent) )
|
|
154
|
+
$kendo-chip-disabled-bg: var( --kendo-chip-disabled-bg, color-mix(in srgb, k-color(on-app-surface) 7%, transparent) ) !default;
|
|
155
155
|
/// The base border color of the disabled solid Chip.
|
|
156
156
|
/// @group chip
|
|
157
157
|
$kendo-chip-disabled-border: var( --kendo-chip-disabled-border, transparent ) !default;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "sass:map";
|
|
1
2
|
@use "../core/_index.scss" as *;
|
|
2
3
|
@use "@progress/kendo-theme-core/scss/functions/index.scss" as *;
|
|
3
4
|
|
|
@@ -23,9 +24,11 @@ $kendo-color-preview-hover-border: var(--kendo-color-preview-hover-border, color
|
|
|
23
24
|
/// Background color of the color preview when no color is selected.
|
|
24
25
|
/// @group color-preview
|
|
25
26
|
$kendo-color-preview-no-color-bg: var(--kendo-color-preview-no-color-bg, k-color(app-surface)) !default;
|
|
27
|
+
|
|
28
|
+
// Do not use css variable for the $kendo-color-preview-no-color-text, as it is used in the SVG data URI for the no-color image, which does not support CSS variables.
|
|
26
29
|
/// Text color of the color preview when no color is selected.
|
|
27
30
|
/// @group color-preview
|
|
28
|
-
$kendo-color-preview-no-color-text:
|
|
31
|
+
$kendo-color-preview-no-color-text: map.get($kendo-colors, error) !default;
|
|
29
32
|
/// Border color of the color preview when no color is selected.
|
|
30
33
|
/// @group color-preview
|
|
31
34
|
$kendo-color-preview-no-color-border: var(--kendo-color-preview-no-color-border, currentColor) !default;
|
|
@@ -31,13 +31,13 @@ $kendo-color-editor-border-width: var(--kendo-color-editor-border-width, 1px) !d
|
|
|
31
31
|
$kendo-color-editor-border-radius: var(--kendo-color-editor-border-radius, k-border-radius(md)) !default;
|
|
32
32
|
/// The font family of the ColorEditor.
|
|
33
33
|
/// @group color-editor
|
|
34
|
-
$kendo-color-editor-font-family: var(
|
|
34
|
+
$kendo-color-editor-font-family: var(--kendo-font-family) !default;
|
|
35
35
|
/// The font size of the ColorEditor.
|
|
36
36
|
/// @group color-editor
|
|
37
|
-
$kendo-color-editor-font-size: var(
|
|
37
|
+
$kendo-color-editor-font-size: var(--kendo-font-size) !default;
|
|
38
38
|
/// The line height of the ColorEditor.
|
|
39
39
|
/// @group color-editor
|
|
40
|
-
$kendo-color-editor-line-height: var(
|
|
40
|
+
$kendo-color-editor-line-height: var(--kendo-line-height) !default;
|
|
41
41
|
/// The text color of the ColorEditor.
|
|
42
42
|
/// @group color-editor
|
|
43
43
|
$kendo-color-editor-text: var(--kendo-color-editor-text, k-color(on-app-surface)) !default;
|
|
@@ -25,13 +25,13 @@ $kendo-color-gradient-border-radius: var(--kendo-color-gradient-border-radius, k
|
|
|
25
25
|
$kendo-color-gradient-gap: null !default;
|
|
26
26
|
/// The font family of the ColorGradient.
|
|
27
27
|
/// @group color-gradient
|
|
28
|
-
$kendo-color-gradient-font-family: var(--kendo-color-gradient-font-family, var(
|
|
28
|
+
$kendo-color-gradient-font-family: var(--kendo-color-gradient-font-family, var(--kendo-font-family)) !default;
|
|
29
29
|
/// The font size of the ColorGradient.
|
|
30
30
|
/// @group color-gradient
|
|
31
|
-
$kendo-color-gradient-font-size: var(--kendo-color-gradient-font-size, var(
|
|
31
|
+
$kendo-color-gradient-font-size: var(--kendo-color-gradient-font-size, var(--kendo-font-size)) !default;
|
|
32
32
|
/// The line height of the ColorGradient.
|
|
33
33
|
/// @group color-gradient
|
|
34
|
-
$kendo-color-gradient-line-height: var(--kendo-color-gradient-line-height, var(
|
|
34
|
+
$kendo-color-gradient-line-height: var(--kendo-color-gradient-line-height, var(--kendo-line-height)) !default;
|
|
35
35
|
|
|
36
36
|
/// The text color of the ColorGradient.
|
|
37
37
|
/// @group color-gradient
|
|
@@ -201,7 +201,7 @@ $kendo-color-gradient-input-width: var(--kendo-color-gradient-input-width, 48px)
|
|
|
201
201
|
$kendo-color-gradient-input-gap: var(--kendo-color-gradient-input-gap, calc( #{$kendo-color-gradient-spacer} / 4 )) !default;
|
|
202
202
|
/// The font size of the ColorGradient input labels.
|
|
203
203
|
/// @group color-gradient
|
|
204
|
-
$kendo-color-gradient-input-label-font-size: var(--kendo-color-gradient-input-label-font-size, var(
|
|
204
|
+
$kendo-color-gradient-input-label-font-size: var(--kendo-color-gradient-input-label-font-size, var(--kendo-font-size-sm)) !default;
|
|
205
205
|
/// The spacing between the ColorGradient inputs and their labels.
|
|
206
206
|
/// @group color-gradient
|
|
207
207
|
$kendo-color-gradient-input-label-gap: var(--kendo-color-gradient-input-label-gap, calc( #{$kendo-color-gradient-spacer} / 4 )) !default;
|
|
@@ -221,7 +221,7 @@ $kendo-color-gradient-lg-input-width: var(--kendo-color-gradient-lg-input-width,
|
|
|
221
221
|
|
|
222
222
|
/// The font weight of the ColorGradient contrast ratio text.
|
|
223
223
|
/// @group color-gradient
|
|
224
|
-
$kendo-color-gradient-contrast-ratio-font-weight: var(--kendo-color-gradient-contrast-ratio-font-weight, var(
|
|
224
|
+
$kendo-color-gradient-contrast-ratio-font-weight: var(--kendo-color-gradient-contrast-ratio-font-weight, var(--kendo-font-weight-bold)) !default;
|
|
225
225
|
/// The spacing between the items in the ColorGradient contrast tool.
|
|
226
226
|
/// @group color-gradient
|
|
227
227
|
$kendo-color-gradient-contrast-spacer: calc( #{$kendo-color-gradient-spacer} / 1.5 ) !default;
|
|
@@ -8,10 +8,10 @@ $kendo-color-palette-default-size: "md" !default;
|
|
|
8
8
|
|
|
9
9
|
/// The font family of the ColorPalette.
|
|
10
10
|
/// @group color-palette
|
|
11
|
-
$kendo-color-palette-font-family: var( --kendo-color-palette-font-family, var(
|
|
11
|
+
$kendo-color-palette-font-family: var( --kendo-color-palette-font-family, var(--kendo-font-family) ) !default;
|
|
12
12
|
/// The font size of the ColorPalette.
|
|
13
13
|
/// @group color-palette
|
|
14
|
-
$kendo-color-palette-font-size: var( --kendo-color-palette-font-size, var(
|
|
14
|
+
$kendo-color-palette-font-size: var( --kendo-color-palette-font-size, var(--kendo-font-size) ) !default;
|
|
15
15
|
/// The line height of the ColorPalette.
|
|
16
16
|
/// @group color-palette
|
|
17
17
|
$kendo-color-palette-line-height: var( --kendo-color-palette-line-height, 0 ) !default;
|
|
@@ -28,27 +28,27 @@ $kendo-column-menu-item-lg-padding-y: var( --kendo-column-menu-item-lg-padding-y
|
|
|
28
28
|
|
|
29
29
|
/// The font size of the small ColumnMenu.
|
|
30
30
|
/// @group column-menu
|
|
31
|
-
$kendo-column-menu-sm-font-size: var( --kendo-column-menu-sm-font-size, var(
|
|
31
|
+
$kendo-column-menu-sm-font-size: var( --kendo-column-menu-sm-font-size, var(--kendo-font-size) ) !default;
|
|
32
32
|
/// The font size of the medium ColumnMenu.
|
|
33
33
|
/// @group column-menu
|
|
34
|
-
$kendo-column-menu-md-font-size: var( --kendo-column-menu-md-font-size, var(
|
|
34
|
+
$kendo-column-menu-md-font-size: var( --kendo-column-menu-md-font-size, var(--kendo-font-size) ) !default;
|
|
35
35
|
/// The font size of the large ColumnMenu.
|
|
36
36
|
/// @group column-menu
|
|
37
|
-
$kendo-column-menu-lg-font-size: var( --kendo-column-menu-lg-font-size, var(
|
|
37
|
+
$kendo-column-menu-lg-font-size: var( --kendo-column-menu-lg-font-size, var(--kendo-font-size) ) !default;
|
|
38
38
|
|
|
39
39
|
/// The line height of the small ColumnMenu.
|
|
40
40
|
/// @group column-menu
|
|
41
|
-
$kendo-column-menu-sm-line-height: var( --kendo-column-menu-sm-line-height, var(
|
|
41
|
+
$kendo-column-menu-sm-line-height: var( --kendo-column-menu-sm-line-height, var(--kendo-line-height) ) !default;
|
|
42
42
|
/// The line height of the medium ColumnMenu.
|
|
43
43
|
/// @group column-menu
|
|
44
|
-
$kendo-column-menu-md-line-height: var( --kendo-column-menu-md-line-height, var(
|
|
44
|
+
$kendo-column-menu-md-line-height: var( --kendo-column-menu-md-line-height, var(--kendo-line-height) ) !default;
|
|
45
45
|
/// The line height of the large ColumnMenu.
|
|
46
46
|
/// @group column-menu
|
|
47
|
-
$kendo-column-menu-lg-line-height: var( --kendo-column-menu-lg-line-height, var(
|
|
47
|
+
$kendo-column-menu-lg-line-height: var( --kendo-column-menu-lg-line-height, var(--kendo-line-height) ) !default;
|
|
48
48
|
|
|
49
49
|
/// The font family of the ColumnMenu.
|
|
50
50
|
/// @group column-menu
|
|
51
|
-
$kendo-column-menu-font-family: var( --kendo-column-menu-font-family, var(
|
|
51
|
+
$kendo-column-menu-font-family: var( --kendo-column-menu-font-family, var(--kendo-font-family) ) !default;
|
|
52
52
|
|
|
53
53
|
// Group Menu
|
|
54
54
|
/// The background color of the hovered ColumnMenu item.
|
|
@@ -194,38 +194,38 @@ $kendo-series-30: $kendo-series-f-darker !default;
|
|
|
194
194
|
$kendo-chart-border-width: var( --kendo-chart-border-width, 0px ) !default;
|
|
195
195
|
/// The font-family of the chart component.
|
|
196
196
|
/// @group charts
|
|
197
|
-
$kendo-chart-font-family: var( --kendo-chart-font-family, var(
|
|
197
|
+
$kendo-chart-font-family: var( --kendo-chart-font-family, var(--kendo-font-family) ) !default;
|
|
198
198
|
/// The font-size of the chart component.
|
|
199
199
|
/// @group charts
|
|
200
|
-
$kendo-chart-font-size: var(
|
|
200
|
+
$kendo-chart-font-size: var(--kendo-font-size) !default;
|
|
201
201
|
/// The line-height of the chart component.
|
|
202
202
|
/// @group charts
|
|
203
|
-
$kendo-chart-line-height: var( --kendo-chart-line-height, var(
|
|
203
|
+
$kendo-chart-line-height: var( --kendo-chart-line-height, var(--kendo-line-height) ) !default;
|
|
204
204
|
|
|
205
205
|
/// The font-size of the tooltip of the chart component.
|
|
206
206
|
/// @group charts
|
|
207
|
-
$kendo-chart-tooltip-font-size: var( --kendo-chart-tooltip-font-size, var(
|
|
207
|
+
$kendo-chart-tooltip-font-size: var( --kendo-chart-tooltip-font-size, var(--kendo-font-size-sm) ) !default;
|
|
208
208
|
/// The line-height of the tooltip of the chart component.
|
|
209
209
|
/// @group charts
|
|
210
|
-
$kendo-chart-tooltip-line-height: var( --kendo-chart-tooltip-line-height, var(
|
|
210
|
+
$kendo-chart-tooltip-line-height: var( --kendo-chart-tooltip-line-height, var(--kendo-line-height-sm) ) !default;
|
|
211
211
|
/// The transition of the tooltip of the chart component.
|
|
212
212
|
/// @group charts
|
|
213
213
|
$kendo-chart-tooltip-transition: left k-transition(fade-in), top k-transition(fade-in) !default;
|
|
214
214
|
|
|
215
215
|
/// The font-size of the label of the chart component.
|
|
216
216
|
/// @group chart
|
|
217
|
-
$kendo-chart-label-font-size: var(
|
|
217
|
+
$kendo-chart-label-font-size: var(--kendo-font-size-sm) !default;
|
|
218
218
|
|
|
219
219
|
/// The font-size of the title of the chart component.
|
|
220
220
|
/// @group charts
|
|
221
|
-
$kendo-chart-title-font-size: var(
|
|
221
|
+
$kendo-chart-title-font-size: var(--kendo-font-size-lg) !default;
|
|
222
222
|
|
|
223
223
|
/// The font-size of the pane title of the chart component.
|
|
224
224
|
/// @group charts
|
|
225
|
-
$kendo-chart-pane-title-font-size: var(
|
|
225
|
+
$kendo-chart-pane-title-font-size: var(--kendo-font-size-lg) !default;
|
|
226
226
|
/// The font-weight of the pane title of the chart component.
|
|
227
227
|
/// @group charts
|
|
228
|
-
$kendo-chart-pane-title-font-weight: var(
|
|
228
|
+
$kendo-chart-pane-title-font-weight: var(--kendo-font-weight) !default;
|
|
229
229
|
|
|
230
230
|
/// The inactive background color of the chart component.
|
|
231
231
|
/// @group chart
|
|
@@ -325,13 +325,13 @@ $kendo-chart-computed-title-height: 0px !default;
|
|
|
325
325
|
|
|
326
326
|
/// The font-family of the treemap.
|
|
327
327
|
/// @group charts
|
|
328
|
-
$kendo-treemap-font-family: var( --kendo-treemap-font-family, var(
|
|
328
|
+
$kendo-treemap-font-family: var( --kendo-treemap-font-family, var(--kendo-font-family) ) !default;
|
|
329
329
|
/// The font-size of the treemap.
|
|
330
330
|
/// @group charts
|
|
331
|
-
$kendo-treemap-font-size: var( --kendo-treemap-font-size, var(
|
|
331
|
+
$kendo-treemap-font-size: var( --kendo-treemap-font-size, var(--kendo-font-size) ) !default;
|
|
332
332
|
/// The line-height of the treemap.
|
|
333
333
|
/// @group charts
|
|
334
|
-
$kendo-treemap-line-height: var( --kendo-treemap-line-height, var(
|
|
334
|
+
$kendo-treemap-line-height: var( --kendo-treemap-line-height, var(--kendo-line-height) ) !default;
|
|
335
335
|
/// The horizontal padding of the treemap.
|
|
336
336
|
/// @group charts
|
|
337
337
|
$kendo-treemap-padding-x: var( --kendo-treemap-padding-x, k-spacing(1) ) !default;
|
|
@@ -366,10 +366,10 @@ $kendo-chart-overlay-bg: var( --kendo-chart-overlay-bg, k-color(app-surface) ) !
|
|
|
366
366
|
// No Data
|
|
367
367
|
/// The font-size of the Chart no data message.
|
|
368
368
|
/// @group charts
|
|
369
|
-
$kendo-chart-no-data-font-size: var( --kendo-chart-no-data-font-size, var(
|
|
369
|
+
$kendo-chart-no-data-font-size: var( --kendo-chart-no-data-font-size, var(--kendo-font-size-lg) ) !default;
|
|
370
370
|
/// The font-weight of the Chart no data message.
|
|
371
371
|
/// @group charts
|
|
372
|
-
$kendo-chart-no-data-font-weight: var( --kendo-chart-no-data-font-weight, var(
|
|
372
|
+
$kendo-chart-no-data-font-weight: var( --kendo-chart-no-data-font-weight, var(--kendo-font-weight) ) !default;
|
|
373
373
|
/// The text color of the Chart no data message.
|
|
374
374
|
/// @group charts
|
|
375
375
|
$kendo-chart-no-data-text: var( --kendo-chart-no-data-text, k-color(on-app-surface) ) !default;
|
|
@@ -38,16 +38,16 @@ $kendo-dock-manager-pane-title-padding-y: var( --kendo-dock-manager-pane-title-p
|
|
|
38
38
|
$kendo-dock-manager-pane-title-padding-x: var( --kendo-dock-manager-pane-title-padding-x, null ) !default;
|
|
39
39
|
/// The font family of the pane title in the DockManager component.
|
|
40
40
|
/// @group dock-manager
|
|
41
|
-
$kendo-dock-manager-pane-title-font-family: var( --kendo-dock-manager-pane-title-font-family, var(
|
|
41
|
+
$kendo-dock-manager-pane-title-font-family: var( --kendo-dock-manager-pane-title-font-family, var(--kendo-font-family) ) !default;
|
|
42
42
|
/// The font size of the pane title in the DockManager component.
|
|
43
43
|
/// @group dock-manager
|
|
44
|
-
$kendo-dock-manager-pane-title-font-size: var( --kendo-dock-manager-pane-title-font-size, var(
|
|
44
|
+
$kendo-dock-manager-pane-title-font-size: var( --kendo-dock-manager-pane-title-font-size, var(--kendo-font-size-lg) ) !default;
|
|
45
45
|
/// The line height of the pane title in the DockManager component.
|
|
46
46
|
/// @group dock-manager
|
|
47
|
-
$kendo-dock-manager-pane-title-line-height: var( --kendo-dock-manager-pane-title-line-height, var(
|
|
47
|
+
$kendo-dock-manager-pane-title-line-height: var( --kendo-dock-manager-pane-title-line-height, var(--kendo-line-height) ) !default;
|
|
48
48
|
/// The font weight of the pane title in the DockManager component.
|
|
49
49
|
/// @group dock-manager
|
|
50
|
-
$kendo-dock-manager-pane-title-font-weight: var( --kendo-dock-manager-pane-title-font-weight, var(
|
|
50
|
+
$kendo-dock-manager-pane-title-font-weight: var( --kendo-dock-manager-pane-title-font-weight, var(--kendo-font-weight) ) !default;
|
|
51
51
|
|
|
52
52
|
/// The horizontal padding of the pane content in the DockManager component.
|
|
53
53
|
/// @group dock-manager
|
|
@@ -18,13 +18,13 @@ $kendo-drag-clue-padding-x: var( --kendo-drag-clue-padding-x, k-spacing(3) ) !de
|
|
|
18
18
|
$kendo-drag-clue-padding-y: var( --kendo-drag-clue-padding-y, k-spacing(1.5) ) !default;
|
|
19
19
|
/// Font family of the drag clue.
|
|
20
20
|
/// @group draggable
|
|
21
|
-
$kendo-drag-clue-font-family: var( --kendo-drag-clue-font-family, var(
|
|
21
|
+
$kendo-drag-clue-font-family: var( --kendo-drag-clue-font-family, var(--kendo-font-family) ) !default;
|
|
22
22
|
/// Font size of the drag clue.
|
|
23
23
|
/// @group draggable
|
|
24
|
-
$kendo-drag-clue-font-size: var( --kendo-drag-clue-font-size, var(
|
|
24
|
+
$kendo-drag-clue-font-size: var( --kendo-drag-clue-font-size, var(--kendo-font-size) ) !default;
|
|
25
25
|
/// Line height of the drag clue.
|
|
26
26
|
/// @group draggable
|
|
27
|
-
$kendo-drag-clue-line-height: var( --kendo-drag-clue-line-height, var(
|
|
27
|
+
$kendo-drag-clue-line-height: var( --kendo-drag-clue-line-height, var(--kendo-line-height) ) !default;
|
|
28
28
|
/// Spacing of the drag clue.
|
|
29
29
|
/// @group draggable
|
|
30
30
|
$kendo-drag-clue-spacing: var( --kendo-drag-clue-spacing, .4ex ) !default;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
$kendo-drawer-bg: var( --kendo-drawer-bg, k-color(secondary-subtle) ) !default;
|
|
8
8
|
/// The text color of the Drawer.
|
|
9
9
|
/// @group drawer
|
|
10
|
-
$kendo-drawer-text: var( --kendo-drawer-text, k-color(on-app-surface) )!default;
|
|
10
|
+
$kendo-drawer-text: var( --kendo-drawer-text, k-color(on-app-surface) ) !default;
|
|
11
11
|
/// The border color of the Drawer.
|
|
12
12
|
/// @group drawer
|
|
13
13
|
$kendo-drawer-border: var( --kendo-drawer-border, color-mix(in srgb, k-color(border) 26%, transparent) ) !default;
|
|
@@ -16,13 +16,13 @@ $kendo-drawer-border: var( --kendo-drawer-border, color-mix(in srgb, k-color(bor
|
|
|
16
16
|
$kendo-drawer-border-width: var( --kendo-drawer-border-width, 0 ) !default;
|
|
17
17
|
/// The font family of the Drawer.
|
|
18
18
|
/// @group drawer
|
|
19
|
-
$kendo-drawer-font-family: var(
|
|
19
|
+
$kendo-drawer-font-family: var(--kendo-font-family) !default;
|
|
20
20
|
/// The font size of the Drawer.
|
|
21
21
|
/// @group drawer
|
|
22
|
-
$kendo-drawer-font-size: var(
|
|
22
|
+
$kendo-drawer-font-size: var(--kendo-font-size) !default;
|
|
23
23
|
/// The line height of the Drawer.
|
|
24
24
|
/// @group drawer
|
|
25
|
-
$kendo-drawer-line-height: var(
|
|
25
|
+
$kendo-drawer-line-height: var(--kendo-line-height) !default;
|
|
26
26
|
|
|
27
27
|
/// The horizontal padding of the Drawer content.
|
|
28
28
|
/// @group drawer
|
|
@@ -71,10 +71,10 @@ $kendo-drawer-item-spacing: var( --kendo-drawer-item-spacing, $kendo-drawer-item
|
|
|
71
71
|
$kendo-drawer-item-font-size: var( --kendo-drawer-item-font-size, $kendo-drawer-font-size ) !default;
|
|
72
72
|
/// The line height of the Drawer item.
|
|
73
73
|
/// @group drawer
|
|
74
|
-
$kendo-drawer-item-line-height: var( --kendo-drawer-item-line-height, var(
|
|
74
|
+
$kendo-drawer-item-line-height: var( --kendo-drawer-item-line-height, var(--kendo-line-height-lg) ) !default;
|
|
75
75
|
/// The font weight of the Drawer item.
|
|
76
76
|
/// @group drawer
|
|
77
|
-
$kendo-drawer-item-font-weight: var( --kendo-drawer-item-font-weight, var(
|
|
77
|
+
$kendo-drawer-item-font-weight: var( --kendo-drawer-item-font-weight, var(--kendo-font-weight) ) !default;
|
|
78
78
|
|
|
79
79
|
/// The horizontal padding of the Drawer item in each level.
|
|
80
80
|
/// @group drawer
|
|
@@ -95,7 +95,7 @@ $kendo-drawer-icon-padding-y: var( --kendo-drawer-icon-padding-y, k-spacing(1) )
|
|
|
95
95
|
|
|
96
96
|
/// The initial width of the mini Drawer.
|
|
97
97
|
/// @group drawer
|
|
98
|
-
$kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + 2 * #{$kendo-drawer-items-padding-x} + var( --kendo-icon-size, 1rem ) )
|
|
98
|
+
$kendo-drawer-mini-initial-width: calc( 2 * #{$kendo-drawer-item-padding-x} + 2 * #{$kendo-drawer-items-padding-x} + var( --kendo-icon-size, 1rem ) ) !default;
|
|
99
99
|
|
|
100
100
|
/// The border width of the Drawer item ripple.
|
|
101
101
|
/// @group drawer
|
|
@@ -148,7 +148,7 @@ $kendo-drawer-item-focus-icon-text: var( --kendo-drawer-item-focus-icon-text, $k
|
|
|
148
148
|
|
|
149
149
|
/// The font weight of the selected Drawer item.
|
|
150
150
|
/// @group drawer
|
|
151
|
-
$kendo-drawer-item-selected-font-weight: var( --kendo-drawer-item-selected-font-weight, var(
|
|
151
|
+
$kendo-drawer-item-selected-font-weight: var( --kendo-drawer-item-selected-font-weight, var(--kendo-font-weight-semibold) ) !default;
|
|
152
152
|
/// The background color of the selected Drawer item.
|
|
153
153
|
/// @group drawer
|
|
154
154
|
$kendo-drawer-item-selected-bg: var( --kendo-drawer-item-selected-bg, $kendo-drawer-item-bg ) !default;
|
|
@@ -16,13 +16,13 @@ $kendo-dropzone-min-height: var( --kendo-dropzone-min-height, 220px ) !default;
|
|
|
16
16
|
|
|
17
17
|
/// The font family of the DropZone.
|
|
18
18
|
/// @group dropzone
|
|
19
|
-
$kendo-dropzone-font-family: var( --kendo-dropzone-font-family, var(
|
|
19
|
+
$kendo-dropzone-font-family: var( --kendo-dropzone-font-family, var(--kendo-font-family) ) !default;
|
|
20
20
|
/// The font size of the DropZone.
|
|
21
21
|
/// @group dropzone
|
|
22
|
-
$kendo-dropzone-font-size: var( --kendo-dropzone-font-size, var(
|
|
22
|
+
$kendo-dropzone-font-size: var( --kendo-dropzone-font-size, var(--kendo-font-size) ) !default;
|
|
23
23
|
/// The line height of the DropZone.
|
|
24
24
|
/// @group dropzone
|
|
25
|
-
$kendo-dropzone-line-height: var( --kendo-dropzone-line-height, var(
|
|
25
|
+
$kendo-dropzone-line-height: var( --kendo-dropzone-line-height, var(--kendo-line-height) ) !default;
|
|
26
26
|
|
|
27
27
|
/// The background color of the DropZone.
|
|
28
28
|
/// @group dropzone
|
|
@@ -46,10 +46,10 @@ $kendo-dropzone-icon-hover-text: var( --kendo-dropzone-icon-hover-text, #{k-colo
|
|
|
46
46
|
|
|
47
47
|
/// The font size of the DropZone hint.
|
|
48
48
|
/// @group dropzone
|
|
49
|
-
$kendo-dropzone-hint-font-size: var( --kendo-dropzone-hint-font-size, var(
|
|
49
|
+
$kendo-dropzone-hint-font-size: var( --kendo-dropzone-hint-font-size, var(--kendo-font-size) ) !default;
|
|
50
50
|
/// The font weight of the DropZone hint.
|
|
51
51
|
/// @group dropzone
|
|
52
|
-
$kendo-dropzone-hint-font-weight: var( --kendo-dropzone-hint-font-weight, var(
|
|
52
|
+
$kendo-dropzone-hint-font-weight: var( --kendo-dropzone-hint-font-weight, var(--kendo-font-weight-semibold) ) !default;
|
|
53
53
|
/// The spacing below the DropZone hint.
|
|
54
54
|
/// @group dropzone
|
|
55
55
|
$kendo-dropzone-hint-spacing: var( --kendo-dropzone-hint-spacing, #{k-spacing(2)} ) !default;
|
|
@@ -59,7 +59,7 @@ $kendo-dropzone-hint-text: var( --kendo-dropzone-hint-text, #{$kendo-dropzone-te
|
|
|
59
59
|
|
|
60
60
|
/// The font size of the DropZone note.
|
|
61
61
|
/// @group dropzone
|
|
62
|
-
$kendo-dropzone-note-font-size: var( --kendo-dropzone-note-font-size, var(
|
|
62
|
+
$kendo-dropzone-note-font-size: var( --kendo-dropzone-note-font-size, var(--kendo-font-size-sm) ) !default;
|
|
63
63
|
/// The font weight of the DropZone note.
|
|
64
64
|
/// @group dropzone
|
|
65
65
|
$kendo-dropzone-note-font-weight: var( --kendo-dropzone-note-font-weight, inherit ) !default;
|
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
$kendo-editor-border-width: var( --kendo-editor-border-width, 1px ) !default;
|
|
8
8
|
/// The font family of the Еditor.
|
|
9
9
|
/// @group editor
|
|
10
|
-
$kendo-editor-font-family: var( --kendo-editor-font-family, var(
|
|
10
|
+
$kendo-editor-font-family: var( --kendo-editor-font-family, var(--kendo-font-family) ) !default;
|
|
11
11
|
/// The font size of the Еditor.
|
|
12
12
|
/// @group editor
|
|
13
|
-
$kendo-editor-font-size: var( --kendo-editor-font-size, var(
|
|
13
|
+
$kendo-editor-font-size: var( --kendo-editor-font-size, var(--kendo-font-size) ) !default;
|
|
14
14
|
/// The line height of the Еditor.
|
|
15
15
|
/// @group editor
|
|
16
|
-
$kendo-editor-line-height: var( --kendo-editor-line-height, var(
|
|
16
|
+
$kendo-editor-line-height: var( --kendo-editor-line-height, var(--kendo-line-height) ) !default;
|
|
17
17
|
/// The text color of the Editor.
|
|
18
18
|
/// @group editor
|
|
19
19
|
$kendo-editor-text: var( --kendo-editor-text, #{k-color(on-app-surface)} ) !default;
|
|
@@ -9,13 +9,13 @@ $kendo-expander-margin-y: var( --kendo-expander-margin-y, k-spacing(2) ) !defaul
|
|
|
9
9
|
$kendo-expander-border-width: var( --kendo-expander-border-width, 1px ) !default;
|
|
10
10
|
/// The font family of the ExpansionPanel.
|
|
11
11
|
/// @group expander
|
|
12
|
-
$kendo-expander-font-family: var( --kendo-expander-font-family, var(--kendo-font-family
|
|
12
|
+
$kendo-expander-font-family: var( --kendo-expander-font-family, var(--kendo-font-family) ) !default;
|
|
13
13
|
/// The font size of the ExpansionPanel.
|
|
14
14
|
/// @group expander
|
|
15
|
-
$kendo-expander-font-size: var( --kendo-expander-font-size, var(--kendo-font-size
|
|
15
|
+
$kendo-expander-font-size: var( --kendo-expander-font-size, var(--kendo-font-size) ) !default;
|
|
16
16
|
/// The hine height of the ExpansionPanel.
|
|
17
17
|
/// @group expander
|
|
18
|
-
$kendo-expander-line-height: var( --kendo-expander-line-height, var(--kendo-line-height
|
|
18
|
+
$kendo-expander-line-height: var( --kendo-expander-line-height, var(--kendo-line-height) ) !default;
|
|
19
19
|
|
|
20
20
|
/// The text color of the ExpansionPanel.
|
|
21
21
|
/// @group expander
|
package/scss/fab/_variables.scss
CHANGED
|
@@ -25,13 +25,13 @@ $kendo-fab-default-size: "md" !default;
|
|
|
25
25
|
$kendo-fab-border-width: var( --kendo-fab-border-width, 1px ) !default;
|
|
26
26
|
/// The font family of the FAB.
|
|
27
27
|
/// @group floating-action-button
|
|
28
|
-
$kendo-fab-font-family: var( --kendo-fab-font-family, var(
|
|
28
|
+
$kendo-fab-font-family: var( --kendo-fab-font-family, var(--kendo-font-family) ) !default;
|
|
29
29
|
/// The font size of the FAB.
|
|
30
30
|
/// @group floating-action-button
|
|
31
|
-
$kendo-fab-font-size: var( --kendo-fab-font-size, var(
|
|
31
|
+
$kendo-fab-font-size: var( --kendo-fab-font-size, var(--kendo-font-size) ) !default;
|
|
32
32
|
/// The line height of the FAB.
|
|
33
33
|
/// @group floating-action-button
|
|
34
|
-
$kendo-fab-line-height: var( --kendo-fab-line-height, var(
|
|
34
|
+
$kendo-fab-line-height: var( --kendo-fab-line-height, var(--kendo-line-height) ) !default;
|
|
35
35
|
|
|
36
36
|
/// The horizontal padding of the small FAB.
|
|
37
37
|
/// @group floating-action-button
|
|
@@ -97,10 +97,10 @@ $kendo-fab-item-text-border-style: var( --kendo-fab-item-text-border-style, soli
|
|
|
97
97
|
$kendo-fab-item-text-border-radius: var( --kendo-fab-item-text-border-radius, #{k-border-radius(md)} ) !default;
|
|
98
98
|
/// The font size of the FAB item text.
|
|
99
99
|
/// @group floating-action-button
|
|
100
|
-
$kendo-fab-item-text-font-size: var( --kendo-fab-item-text-font-size, var(
|
|
100
|
+
$kendo-fab-item-text-font-size: var( --kendo-fab-item-text-font-size, var(--kendo-font-size-xs) ) !default;
|
|
101
101
|
/// The line height of the FAB item text.
|
|
102
102
|
/// @group floating-action-button
|
|
103
|
-
$kendo-fab-item-text-line-height: var( --kendo-fab-item-text-line-height, var(
|
|
103
|
+
$kendo-fab-item-text-line-height: var( --kendo-fab-item-text-line-height, var(--kendo-line-height-xs) ) !default;
|
|
104
104
|
|
|
105
105
|
/// The outline color of the focused FAB item.
|
|
106
106
|
/// @group floating-action-button
|
|
@@ -28,16 +28,16 @@ $kendo-file-box-border-style: var(--kendo-file-box-border-style, solid ) !defaul
|
|
|
28
28
|
$kendo-file-box-border-radius: var(--kendo-file-box-border-radius, k-border-radius(md) ) !default;
|
|
29
29
|
/// The font size of the File Box file name.
|
|
30
30
|
/// @group file-box
|
|
31
|
-
$kendo-file-box-name-font-size: var(--kendo-file-box-name-font-size, var(
|
|
31
|
+
$kendo-file-box-name-font-size: var(--kendo-file-box-name-font-size, var(--kendo-font-size-sm)) !default;
|
|
32
32
|
/// The line height of the File Box file name.
|
|
33
33
|
/// @group file-box
|
|
34
|
-
$kendo-file-box-name-line-height: var(--kendo-file-box-name-line-height, var(
|
|
34
|
+
$kendo-file-box-name-line-height: var(--kendo-file-box-name-line-height, var(--kendo-line-height-lg)) !default;
|
|
35
35
|
/// The font size of the File Box file size.
|
|
36
36
|
/// @group file-box
|
|
37
|
-
$kendo-file-box-size-font-size: var(--kendo-file-box-size-font-size, var(
|
|
37
|
+
$kendo-file-box-size-font-size: var(--kendo-file-box-size-font-size, var(--kendo-font-size-xs)) !default;
|
|
38
38
|
/// The line height of the File Box file size.
|
|
39
39
|
/// @group file-box
|
|
40
|
-
$kendo-file-box-size-line-height: var(--kendo-file-box-size-line-height, var(
|
|
40
|
+
$kendo-file-box-size-line-height: var(--kendo-file-box-size-line-height, var(--kendo-line-height-xs)) !default;
|
|
41
41
|
|
|
42
42
|
/// The background color of the File Box.
|
|
43
43
|
/// @group file-box
|
|
@@ -11,13 +11,13 @@ $kendo-file-manager-spacer: k-spacing(4) !default;
|
|
|
11
11
|
$kendo-file-manager-border-width: var( --kendo-file-manager-border-width, 1px ) !default;
|
|
12
12
|
/// The font family of the FileManager.
|
|
13
13
|
/// @group file-manager
|
|
14
|
-
$kendo-file-manager-font-family: var( --kendo-file-manager-font-family, var(
|
|
14
|
+
$kendo-file-manager-font-family: var( --kendo-file-manager-font-family, var(--kendo-font-family) ) !default;
|
|
15
15
|
/// The font size of the FileManager.
|
|
16
16
|
/// @group file-manager
|
|
17
|
-
$kendo-file-manager-font-size: var( --kendo-file-manager-font-size, var(
|
|
17
|
+
$kendo-file-manager-font-size: var( --kendo-file-manager-font-size, var(--kendo-font-size) ) !default;
|
|
18
18
|
/// The line height of the FileManager.
|
|
19
19
|
/// @group file-manager
|
|
20
|
-
$kendo-file-manager-line-height: var( --kendo-file-manager-line-height, var(
|
|
20
|
+
$kendo-file-manager-line-height: var( --kendo-file-manager-line-height, var(--kendo-line-height) ) !default;
|
|
21
21
|
/// The background color of the FileManager.
|
|
22
22
|
/// @group file-manager
|
|
23
23
|
$kendo-file-manager-bg: var( --kendo-file-manager-bg, #{k-color(surface-alt)} ) !default;
|
|
@@ -7,7 +7,7 @@ $kendo-floating-label-scale: var(--kendo-floating-label-scale, 1) !default;
|
|
|
7
7
|
|
|
8
8
|
/// The font size of the Floating Label.
|
|
9
9
|
/// @group floating-label
|
|
10
|
-
$kendo-floating-label-font-size: var(--kendo-floating-label-font-size, var(
|
|
10
|
+
$kendo-floating-label-font-size: var(--kendo-floating-label-font-size, var(--kendo-font-size)) !default;
|
|
11
11
|
|
|
12
12
|
/// The maximum width of the Floating Label.
|
|
13
13
|
/// @group floating-label
|
|
@@ -15,7 +15,7 @@ $kendo-floating-label-max-width: var(--kendo-floating-label-max-width, 90%) !def
|
|
|
15
15
|
|
|
16
16
|
/// The line height of the Floating Label.
|
|
17
17
|
/// @group floating-label
|
|
18
|
-
$kendo-floating-label-line-height: var(--kendo-floating-label-line-height, var(
|
|
18
|
+
$kendo-floating-label-line-height: var(--kendo-floating-label-line-height, var(--kendo-line-height)) !default;
|
|
19
19
|
|
|
20
20
|
/// The height of the Floating Label.
|
|
21
21
|
/// @group floating-label
|