@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
|
@@ -13,11 +13,11 @@ $kendo-form-spacer: var(--kendo-form-spacer, #{k-spacing(4)}) !default;
|
|
|
13
13
|
|
|
14
14
|
/// The font size of the Form.
|
|
15
15
|
/// @group form
|
|
16
|
-
$kendo-form-font-size: var(--kendo-form-font-size, var(
|
|
16
|
+
$kendo-form-font-size: var(--kendo-form-font-size, var(--kendo-font-size)) !default;
|
|
17
17
|
|
|
18
18
|
/// The line height of the Form.
|
|
19
19
|
/// @group form
|
|
20
|
-
$kendo-form-line-height: var(--kendo-form-line-height, var(
|
|
20
|
+
$kendo-form-line-height: var(--kendo-form-line-height, var(--kendo-line-height)) !default;
|
|
21
21
|
|
|
22
22
|
/// The margin of the Form fieldset.
|
|
23
23
|
/// @group form
|
|
@@ -53,7 +53,7 @@ $kendo-form-legend-width: var(--kendo-form-legend-width, 100%) !default;
|
|
|
53
53
|
|
|
54
54
|
/// The font size of the Form legend.
|
|
55
55
|
/// @group form
|
|
56
|
-
$kendo-form-legend-font-size: var(--kendo-form-legend-font-size, var(
|
|
56
|
+
$kendo-form-legend-font-size: var(--kendo-form-legend-font-size, var(--kendo-font-size)) !default;
|
|
57
57
|
|
|
58
58
|
/// The text capitalization of the Form legend.
|
|
59
59
|
/// @group form
|
|
@@ -65,7 +65,7 @@ $kendo-form-label-margin-bottom: var(--kendo-form-label-margin-bottom, #{k-spaci
|
|
|
65
65
|
|
|
66
66
|
/// The font size of the Form hint.
|
|
67
67
|
/// @group form
|
|
68
|
-
$kendo-form-hint-font-size: var(--kendo-form-hint-font-size, var(
|
|
68
|
+
$kendo-form-hint-font-size: var(--kendo-form-hint-font-size, var(--kendo-font-size-sm)) !default;
|
|
69
69
|
|
|
70
70
|
/// The font style of the Form hint.
|
|
71
71
|
/// @group form
|
|
@@ -130,7 +130,7 @@ $kendo-forms-invalid-color: var(--kendo-forms-invalid-color, #{k-color(error-on-
|
|
|
130
130
|
$kendo-label-optional-margin-x: var(--kendo-label-optional-margin-x, #{k-spacing(1.5)}) !default;
|
|
131
131
|
/// The font size of the optional label in the Form.
|
|
132
132
|
/// @group form
|
|
133
|
-
$kendo-label-optional-font-size: var(--kendo-label-optional-font-size, var(
|
|
133
|
+
$kendo-label-optional-font-size: var(--kendo-label-optional-font-size, var(--kendo-font-size-sm)) !default;
|
|
134
134
|
/// The font style of the optional label in the Form.
|
|
135
135
|
/// @group form
|
|
136
136
|
$kendo-label-optional-font-style: var(--kendo-label-optional-font-style, normal) !default;
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
$kendo-gantt-border-width: var(--kendo-gantt-border-width, 1px) !default;
|
|
9
9
|
/// The font family of the Gantt.
|
|
10
10
|
/// @group gantt
|
|
11
|
-
$kendo-gantt-font-family: var(--kendo-gantt-font-family, var(--kendo-font-family
|
|
11
|
+
$kendo-gantt-font-family: var(--kendo-gantt-font-family, var(--kendo-font-family)) !default;
|
|
12
12
|
/// The font size of the Gantt.
|
|
13
13
|
/// @group gantt
|
|
14
|
-
$kendo-gantt-font-size: var(--kendo-gantt-font-size, var(--kendo-font-size
|
|
14
|
+
$kendo-gantt-font-size: var(--kendo-gantt-font-size, var(--kendo-font-size)) !default;
|
|
15
15
|
/// The line height of the Gantt.
|
|
16
16
|
/// @group gantt
|
|
17
|
-
$kendo-gantt-line-height: var(--kendo-gantt-line-height, var(--kendo-line-height
|
|
17
|
+
$kendo-gantt-line-height: var(--kendo-gantt-line-height, var(--kendo-line-height)) !default;
|
|
18
18
|
/// The background color of the Gantt.
|
|
19
19
|
/// @group gantt
|
|
20
20
|
$kendo-gantt-bg: var(--kendo-gantt-bg, k-color(surface-alt)) !default;
|
|
@@ -20,13 +20,13 @@ $kendo-grid-border-width: var( --kendo-grid-border-width, 1px ) !default;
|
|
|
20
20
|
$kendo-grid-border-style: var( --kendo-grid-border-style, solid ) !default;
|
|
21
21
|
/// The font family of the Grid.
|
|
22
22
|
/// @group grid
|
|
23
|
-
$kendo-grid-font-family: var( --kendo-grid-font-family, var(--kendo-font-family
|
|
23
|
+
$kendo-grid-font-family: var( --kendo-grid-font-family, var(--kendo-font-family) ) !default;
|
|
24
24
|
/// The font size of the Grid.
|
|
25
25
|
/// @group grid
|
|
26
|
-
$kendo-grid-font-size: var( --kendo-grid-font-size, var(--kendo-font-size
|
|
26
|
+
$kendo-grid-font-size: var( --kendo-grid-font-size, var(--kendo-font-size) ) !default;
|
|
27
27
|
/// The line height of the Grid.
|
|
28
28
|
/// @group grid
|
|
29
|
-
$kendo-grid-line-height: var( --kendo-grid-line-height, var(--kendo-line-height
|
|
29
|
+
$kendo-grid-line-height: var( --kendo-grid-line-height, var(--kendo-line-height) ) !default;
|
|
30
30
|
|
|
31
31
|
/// The horizontal padding of the Grid.
|
|
32
32
|
/// @group grid
|
|
@@ -239,7 +239,7 @@ $kendo-grid-header-border-width-x: var( --kendo-grid-header-border-width-x, 0px
|
|
|
239
239
|
$kendo-grid-header-font-size: var( --kendo-grid-header-font-size, inherit ) !default;
|
|
240
240
|
/// The font weight of the Grid header.
|
|
241
241
|
/// @group grid
|
|
242
|
-
$kendo-grid-header-font-weight: var( --kendo-grid-header-font-weight, var(--kendo-font-weight-normal
|
|
242
|
+
$kendo-grid-header-font-weight: var( --kendo-grid-header-font-weight, var(--kendo-font-weight-normal) ) !default;
|
|
243
243
|
/// The menu spacing of the Grid header.
|
|
244
244
|
/// @group grid
|
|
245
245
|
$kendo-grid-header-menu-spacing: var( --kendo-grid-header-menu-spacing, var(--kendo-icon-spacing, .5rem) ) !default;
|
|
@@ -330,7 +330,7 @@ $kendo-grid-cell-border-width-y: $kendo-grid-border-width !default;
|
|
|
330
330
|
$kendo-grid-cell-border-width-x: 0px !default;
|
|
331
331
|
/// The font size of the Grid sort index.
|
|
332
332
|
/// @group grid
|
|
333
|
-
$kendo-grid-sort-index-font-size: var( --kendo-grid-sort-index-font-size, var(--kendo-font-size-sm
|
|
333
|
+
$kendo-grid-sort-index-font-size: var( --kendo-grid-sort-index-font-size, var(--kendo-font-size-sm) ) !default;
|
|
334
334
|
|
|
335
335
|
/// The vertical offset of the Grid sort index.
|
|
336
336
|
/// @group grid
|
|
@@ -479,13 +479,13 @@ $kendo-grid-column-menu-group-header-border-width: var( --kendo-grid-column-menu
|
|
|
479
479
|
$kendo-grid-column-menu-group-header-border-style: var( --kendo-grid-column-menu-group-header-border-style, solid ) !default;
|
|
480
480
|
/// The font size of the Grid column menu group header.
|
|
481
481
|
/// @group grid
|
|
482
|
-
$kendo-grid-column-menu-group-header-font-size: var( --kendo-grid-column-menu-group-header-font-size, var(--kendo-font-size-sm
|
|
482
|
+
$kendo-grid-column-menu-group-header-font-size: var( --kendo-grid-column-menu-group-header-font-size, var(--kendo-font-size-sm) ) !default;
|
|
483
483
|
/// The font weight of the Grid column menu group header.
|
|
484
484
|
/// @group grid
|
|
485
|
-
$kendo-grid-column-menu-group-header-font-weight: var( --kendo-grid-column-menu-group-header-font-weight, var(--kendo-font-weight-bold
|
|
485
|
+
$kendo-grid-column-menu-group-header-font-weight: var( --kendo-grid-column-menu-group-header-font-weight, var(--kendo-font-weight-bold) ) !default;
|
|
486
486
|
/// The mine height of the Grid column menu group header.
|
|
487
487
|
/// @group grid
|
|
488
|
-
$kendo-grid-column-menu-group-header-line-height: var( --kendo-grid-column-menu-group-header-line-height, var(--kendo-line-height
|
|
488
|
+
$kendo-grid-column-menu-group-header-line-height: var( --kendo-grid-column-menu-group-header-line-height, var(--kendo-line-height) ) !default;
|
|
489
489
|
/// The text transform of the Grid column menu group header.
|
|
490
490
|
/// @group grid
|
|
491
491
|
$kendo-grid-column-menu-group-header-text-transform: var( --kendo-grid-column-menu-group-header-text-transform, uppercase ) !default;
|
|
@@ -545,10 +545,10 @@ $kendo-grid-stack-editable-column-gap: var( --kendo-grid-stack-editable-column-g
|
|
|
545
545
|
$kendo-grid-stack-hierarchy-col-width: var( --kendo-grid-stack-hierarchy-col-width, #{k-spacing(2)} ) !default;
|
|
546
546
|
/// The font size of the Grid stack layout column header.
|
|
547
547
|
/// @group grid
|
|
548
|
-
$kendo-grid-stack-header-font-size: var( --kendo-grid-stack-header-font-size, var(--kendo-font-size-sm
|
|
548
|
+
$kendo-grid-stack-header-font-size: var( --kendo-grid-stack-header-font-size, var(--kendo-font-size-sm) ) !default;
|
|
549
549
|
/// The font weight of the Grid stack layout column header.
|
|
550
550
|
/// @group grid
|
|
551
|
-
$kendo-grid-stack-header-font-weight: var( --kendo-grid-stack-header-font-weight, var(--kendo-font-weight-bold
|
|
551
|
+
$kendo-grid-stack-header-font-weight: var( --kendo-grid-stack-header-font-weight, var(--kendo-font-weight-bold) ) !default;
|
|
552
552
|
/// The height of the Grid stack layout expandable row shadow.
|
|
553
553
|
/// @group grid
|
|
554
554
|
$kendo-grid-stack-expandable-shadow-height: var( --kendo-grid-stack-expandable-shadow-height, #{k-spacing(2.5)} ) !default;
|
|
@@ -564,7 +564,7 @@ $kendo-grid-stack-expandable-shadow: var( --kendo-grid-stack-expandable-shadow,
|
|
|
564
564
|
|
|
565
565
|
/// The font weight of the pinned source row in the Grid.
|
|
566
566
|
/// @group grid
|
|
567
|
-
$kendo-grid-pinned-source-font-weight: var(
|
|
567
|
+
$kendo-grid-pinned-source-font-weight: var(--kendo-font-weight-semibold) !default;
|
|
568
568
|
|
|
569
569
|
@forward "@progress/kendo-theme-core/scss/components/grid/_variables.scss" with (
|
|
570
570
|
$kendo-grid-default-size: $kendo-grid-default-size,
|
|
@@ -29,13 +29,13 @@ $kendo-image-editor-padding-x: var( --kendo-image-editor-padding-x, #{k-spacing(
|
|
|
29
29
|
$kendo-image-editor-border-width: var( --kendo-image-editor-border-width, 1px ) !default;
|
|
30
30
|
/// Font size of the imageeditor.
|
|
31
31
|
/// @group image-editor
|
|
32
|
-
$kendo-image-editor-font-size: var( --kendo-image-editor-font-size, var(--kendo-font-size
|
|
32
|
+
$kendo-image-editor-font-size: var( --kendo-image-editor-font-size, var(--kendo-font-size) ) !default;
|
|
33
33
|
/// Line height of the imageeditor.
|
|
34
34
|
/// @group image-editor
|
|
35
|
-
$kendo-image-editor-line-height: var( --kendo-image-editor-line-height, var(--kendo-line-height
|
|
35
|
+
$kendo-image-editor-line-height: var( --kendo-image-editor-line-height, var(--kendo-line-height) ) !default;
|
|
36
36
|
/// Font family of the imageeditor.
|
|
37
37
|
/// @group image-editor
|
|
38
|
-
$kendo-image-editor-font-family: var( --kendo-image-editor-font-family, var(--kendo-font-family
|
|
38
|
+
$kendo-image-editor-font-family: var( --kendo-image-editor-font-family, var(--kendo-font-family) ) !default;
|
|
39
39
|
|
|
40
40
|
/// Imageeditor content background color.
|
|
41
41
|
/// @group image-editor
|
|
@@ -53,27 +53,27 @@ $kendo-input-lg-padding-y: k-spacing(2) !default;
|
|
|
53
53
|
|
|
54
54
|
/// The font size of the small Input components.
|
|
55
55
|
/// @group input
|
|
56
|
-
$kendo-input-sm-font-size: var(
|
|
56
|
+
$kendo-input-sm-font-size: var(--kendo-font-size) !default;
|
|
57
57
|
/// The font size of the medium Input components.
|
|
58
58
|
/// @group input
|
|
59
|
-
$kendo-input-md-font-size: var( --kendo-input-font-size, var(
|
|
59
|
+
$kendo-input-md-font-size: var( --kendo-input-font-size, var(--kendo-font-size) ) !default;
|
|
60
60
|
/// The font size of the large Input components.
|
|
61
61
|
/// @group input
|
|
62
|
-
$kendo-input-lg-font-size: var(
|
|
62
|
+
$kendo-input-lg-font-size: var(--kendo-font-size-lg) !default;
|
|
63
63
|
|
|
64
64
|
/// The line height of the small Input components.
|
|
65
65
|
/// @group input
|
|
66
|
-
$kendo-input-sm-line-height: var(
|
|
66
|
+
$kendo-input-sm-line-height: var(--kendo-line-height) !default;
|
|
67
67
|
/// The line height of the medium Input components.
|
|
68
68
|
/// @group input
|
|
69
|
-
$kendo-input-md-line-height: var( --kendo-input-line-height, var(
|
|
69
|
+
$kendo-input-md-line-height: var( --kendo-input-line-height, var(--kendo-line-height) ) !default;
|
|
70
70
|
/// The line height of the large Input components.
|
|
71
71
|
/// @group input
|
|
72
|
-
$kendo-input-lg-line-height: var(
|
|
72
|
+
$kendo-input-lg-line-height: var(--kendo-line-height-lg) !default;
|
|
73
73
|
|
|
74
74
|
/// The font family of the Input input.
|
|
75
75
|
/// @group input
|
|
76
|
-
$kendo-input-font-family: var( --kendo-input-font-family, var(
|
|
76
|
+
$kendo-input-font-family: var( --kendo-input-font-family, var(--kendo-font-family) ) !default;
|
|
77
77
|
|
|
78
78
|
/// The width of the small Input button.
|
|
79
79
|
/// @group input
|
|
@@ -366,7 +366,7 @@ $kendo-picker-outline-disabled-bg: none !default;
|
|
|
366
366
|
|
|
367
367
|
/// The border color of the disabled outline Picker components.
|
|
368
368
|
/// @group picker
|
|
369
|
-
$kendo-picker-outline-disabled-border: $kendo-picker-outline-disabled-text!default;
|
|
369
|
+
$kendo-picker-outline-disabled-border: $kendo-picker-outline-disabled-text !default;
|
|
370
370
|
|
|
371
371
|
/// The text color of the flat Picker components.
|
|
372
372
|
/// @group picker
|
|
@@ -8,7 +8,7 @@ $kendo-list-default-size: "md" !default;
|
|
|
8
8
|
|
|
9
9
|
/// The font family of the List components.
|
|
10
10
|
/// @group list
|
|
11
|
-
$kendo-list-font-family: var( --kendo-list-font-family, var(--kendo-font-family
|
|
11
|
+
$kendo-list-font-family: var( --kendo-list-font-family, var(--kendo-font-family) ) !default;
|
|
12
12
|
|
|
13
13
|
/// The horizontal padding of the List container.
|
|
14
14
|
/// @group list
|
|
@@ -19,23 +19,23 @@ $kendo-list-container-padding-block: var( --kendo-list-container-padding-block,
|
|
|
19
19
|
|
|
20
20
|
/// The font size of the small List.
|
|
21
21
|
/// @group list
|
|
22
|
-
$kendo-list-sm-font-size: var( --kendo-list-sm-font-size, var(--kendo-font-size
|
|
22
|
+
$kendo-list-sm-font-size: var( --kendo-list-sm-font-size, var(--kendo-font-size) ) !default;
|
|
23
23
|
/// The font size of the medium List.
|
|
24
24
|
/// @group list
|
|
25
|
-
$kendo-list-md-font-size: var( --kendo-list-md-font-size, var(--kendo-font-size
|
|
25
|
+
$kendo-list-md-font-size: var( --kendo-list-md-font-size, var(--kendo-font-size) ) !default;
|
|
26
26
|
/// The font size of the large List.
|
|
27
27
|
/// @group list
|
|
28
|
-
$kendo-list-lg-font-size: var( --kendo-list-lg-font-size, var(--kendo-font-size
|
|
28
|
+
$kendo-list-lg-font-size: var( --kendo-list-lg-font-size, var(--kendo-font-size) ) !default;
|
|
29
29
|
|
|
30
30
|
/// The line height of the small List.
|
|
31
31
|
/// @group list
|
|
32
|
-
$kendo-list-sm-line-height: var( --kendo-list-sm-line-height, var(--kendo-line-height
|
|
32
|
+
$kendo-list-sm-line-height: var( --kendo-list-sm-line-height, var(--kendo-line-height) ) !default;
|
|
33
33
|
/// The line height of the medium List.
|
|
34
34
|
/// @group list
|
|
35
|
-
$kendo-list-md-line-height: var( --kendo-list-md-line-height, var(--kendo-line-height
|
|
35
|
+
$kendo-list-md-line-height: var( --kendo-list-md-line-height, var(--kendo-line-height) ) !default;
|
|
36
36
|
/// The line height of the large List.
|
|
37
37
|
/// @group list
|
|
38
|
-
$kendo-list-lg-line-height: var( --kendo-list-lg-line-height, var(--kendo-line-height
|
|
38
|
+
$kendo-list-lg-line-height: var( --kendo-list-lg-line-height, var(--kendo-line-height) ) !default;
|
|
39
39
|
|
|
40
40
|
/// The horizontal padding of the small List header.
|
|
41
41
|
/// @group list
|
|
@@ -63,27 +63,27 @@ $kendo-list-header-border-width: var( --kendo-list-header-border-width, 0 ) !def
|
|
|
63
63
|
|
|
64
64
|
/// The font size of the small List header.
|
|
65
65
|
/// @group list
|
|
66
|
-
$kendo-list-sm-header-font-size: var( --kendo-list-sm-header-font-size, var(--kendo-font-size-sm
|
|
66
|
+
$kendo-list-sm-header-font-size: var( --kendo-list-sm-header-font-size, var(--kendo-font-size-sm) ) !default;
|
|
67
67
|
/// The font size of the medium List header.
|
|
68
68
|
/// @group list
|
|
69
|
-
$kendo-list-md-header-font-size: var( --kendo-list-md-header-font-size, var(--kendo-font-size-sm
|
|
69
|
+
$kendo-list-md-header-font-size: var( --kendo-list-md-header-font-size, var(--kendo-font-size-sm) ) !default;
|
|
70
70
|
/// The font size of the large List header.
|
|
71
71
|
/// @group list
|
|
72
|
-
$kendo-list-lg-header-font-size: var( --kendo-list-lg-header-font-size, var(--kendo-font-size-sm
|
|
72
|
+
$kendo-list-lg-header-font-size: var( --kendo-list-lg-header-font-size, var(--kendo-font-size-sm) ) !default;
|
|
73
73
|
|
|
74
74
|
/// The line height of the small List header.
|
|
75
75
|
/// @group list
|
|
76
|
-
$kendo-list-sm-header-line-height: var( --kendo-list-sm-header-line-height, var(--kendo-line-height-lg
|
|
76
|
+
$kendo-list-sm-header-line-height: var( --kendo-list-sm-header-line-height, var(--kendo-line-height-lg) ) !default;
|
|
77
77
|
/// The line height of the medium List header.
|
|
78
78
|
/// @group list
|
|
79
|
-
$kendo-list-md-header-line-height: var( --kendo-list-md-header-line-height, var(--kendo-line-height-lg
|
|
79
|
+
$kendo-list-md-header-line-height: var( --kendo-list-md-header-line-height, var(--kendo-line-height-lg) ) !default;
|
|
80
80
|
/// The line height of the large List header.
|
|
81
81
|
/// @group list
|
|
82
|
-
$kendo-list-lg-header-line-height: var( --kendo-list-lg-header-line-height, var(--kendo-line-height-lg
|
|
82
|
+
$kendo-list-lg-header-line-height: var( --kendo-list-lg-header-line-height, var(--kendo-line-height-lg) ) !default;
|
|
83
83
|
|
|
84
84
|
/// The font weight of the List header.
|
|
85
85
|
/// @group list
|
|
86
|
-
$kendo-list-header-font-weight: var( --kendo-list-header-font-weight, var(--kendo-font-weight-semibold
|
|
86
|
+
$kendo-list-header-font-weight: var( --kendo-list-header-font-weight, var(--kendo-font-weight-semibold) ) !default;
|
|
87
87
|
/// The horizontal padding of the small List filter.
|
|
88
88
|
/// @group list
|
|
89
89
|
$kendo-list-sm-filter-padding-x: var( --kendo-list-sm-filter-padding-x, #{k-spacing(1)} ) !default;
|
|
@@ -126,23 +126,23 @@ $kendo-list-lg-item-padding-y: var( --kendo-list-lg-item-padding-y, #{k-spacing(
|
|
|
126
126
|
|
|
127
127
|
/// The font size of the small List item.
|
|
128
128
|
/// @group list
|
|
129
|
-
$kendo-list-sm-item-font-size: var( --kendo-list-sm-item-font-size, var(--kendo-font-size
|
|
129
|
+
$kendo-list-sm-item-font-size: var( --kendo-list-sm-item-font-size, var(--kendo-font-size) ) !default;
|
|
130
130
|
/// The font size of the medium List item.
|
|
131
131
|
/// @group list
|
|
132
|
-
$kendo-list-md-item-font-size: var( --kendo-list-md-item-font-size, var(--kendo-font-size
|
|
132
|
+
$kendo-list-md-item-font-size: var( --kendo-list-md-item-font-size, var(--kendo-font-size) ) !default;
|
|
133
133
|
/// The font size of the large List item.
|
|
134
134
|
/// @group list
|
|
135
|
-
$kendo-list-lg-item-font-size: var( --kendo-list-lg-item-font-size, var(--kendo-font-size
|
|
135
|
+
$kendo-list-lg-item-font-size: var( --kendo-list-lg-item-font-size, var(--kendo-font-size) ) !default;
|
|
136
136
|
|
|
137
137
|
/// The line height of the small List item.
|
|
138
138
|
/// @group list
|
|
139
|
-
$kendo-list-sm-item-line-height: var( --kendo-list-sm-item-line-height, var(--kendo-line-height
|
|
139
|
+
$kendo-list-sm-item-line-height: var( --kendo-list-sm-item-line-height, var(--kendo-line-height) ) !default;
|
|
140
140
|
/// The line height of the medium List item.
|
|
141
141
|
/// @group list
|
|
142
|
-
$kendo-list-md-item-line-height: var( --kendo-list-md-item-line-height, var(--kendo-line-height
|
|
142
|
+
$kendo-list-md-item-line-height: var( --kendo-list-md-item-line-height, var(--kendo-line-height) ) !default;
|
|
143
143
|
/// The line height of the large List item.
|
|
144
144
|
/// @group list
|
|
145
|
-
$kendo-list-lg-item-line-height: var( --kendo-list-lg-item-line-height, var(--kendo-line-height
|
|
145
|
+
$kendo-list-lg-item-line-height: var( --kendo-list-lg-item-line-height, var(--kendo-line-height) ) !default;
|
|
146
146
|
|
|
147
147
|
/// The gap of the List item components.
|
|
148
148
|
/// @group list
|
|
@@ -150,13 +150,13 @@ $kendo-list-item-gap: var( --kendo-list-item-gap, k-spacing(2) ) !default;
|
|
|
150
150
|
|
|
151
151
|
/// The font size of the small List item group label.
|
|
152
152
|
/// @group list
|
|
153
|
-
$kendo-list-item-group-label-sm-font-size: var( --kendo-list-item-group-label-sm-font-size, var(--kendo-font-size-xs
|
|
153
|
+
$kendo-list-item-group-label-sm-font-size: var( --kendo-list-item-group-label-sm-font-size, var(--kendo-font-size-xs) ) !default;
|
|
154
154
|
/// The font size of the medium List item group label.
|
|
155
155
|
/// @group list
|
|
156
|
-
$kendo-list-item-group-label-md-font-size: var( --kendo-list-item-group-label-md-font-size, var(--kendo-font-size-xs
|
|
156
|
+
$kendo-list-item-group-label-md-font-size: var( --kendo-list-item-group-label-md-font-size, var(--kendo-font-size-xs) ) !default;
|
|
157
157
|
/// The font size of the large List item group label.
|
|
158
158
|
/// @group list
|
|
159
|
-
$kendo-list-item-group-label-lg-font-size: var( --kendo-list-item-group-label-lg-font-size, var(--kendo-font-size-xs
|
|
159
|
+
$kendo-list-item-group-label-lg-font-size: var( --kendo-list-item-group-label-lg-font-size, var(--kendo-font-size-xs) ) !default;
|
|
160
160
|
|
|
161
161
|
/// The horizontal padding of the small List group item.
|
|
162
162
|
/// @group list
|
|
@@ -204,27 +204,27 @@ $kendo-list-group-item-border-width: var( --kendo-list-group-item-border-width,
|
|
|
204
204
|
|
|
205
205
|
/// The font size of the small List group item.
|
|
206
206
|
/// @group list
|
|
207
|
-
$kendo-list-sm-group-item-font-size: var( --kendo-list-sm-group-item-font-size, var(--kendo-font-size-sm
|
|
207
|
+
$kendo-list-sm-group-item-font-size: var( --kendo-list-sm-group-item-font-size, var(--kendo-font-size-sm) ) !default;
|
|
208
208
|
/// The font size of the medium List group item.
|
|
209
209
|
/// @group list
|
|
210
|
-
$kendo-list-md-group-item-font-size: var( --kendo-list-md-group-item-font-size, var(--kendo-font-size-sm
|
|
210
|
+
$kendo-list-md-group-item-font-size: var( --kendo-list-md-group-item-font-size, var(--kendo-font-size-sm) ) !default;
|
|
211
211
|
/// The font size of the large List group item.
|
|
212
212
|
/// @group list
|
|
213
|
-
$kendo-list-lg-group-item-font-size: var( --kendo-list-lg-group-item-font-size, var(--kendo-font-size-sm
|
|
213
|
+
$kendo-list-lg-group-item-font-size: var( --kendo-list-lg-group-item-font-size, var(--kendo-font-size-sm) ) !default;
|
|
214
214
|
|
|
215
215
|
/// The line height of the small List group item.
|
|
216
216
|
/// @group list
|
|
217
|
-
$kendo-list-sm-group-item-line-height: var( --kendo-list-sm-group-item-line-height, var(--kendo-line-height-lg
|
|
217
|
+
$kendo-list-sm-group-item-line-height: var( --kendo-list-sm-group-item-line-height, var(--kendo-line-height-lg) ) !default;
|
|
218
218
|
/// The line height of the medium List group item.
|
|
219
219
|
/// @group list
|
|
220
|
-
$kendo-list-md-group-item-line-height: var( --kendo-list-md-group-item-line-height, var(--kendo-line-height-lg
|
|
220
|
+
$kendo-list-md-group-item-line-height: var( --kendo-list-md-group-item-line-height, var(--kendo-line-height-lg) ) !default;
|
|
221
221
|
/// The line height of the large List group item.
|
|
222
222
|
/// @group list
|
|
223
|
-
$kendo-list-lg-group-item-line-height: var( --kendo-list-lg-group-item-line-height, var(--kendo-line-height-lg
|
|
223
|
+
$kendo-list-lg-group-item-line-height: var( --kendo-list-lg-group-item-line-height, var(--kendo-line-height-lg) ) !default;
|
|
224
224
|
|
|
225
225
|
/// The font weight of the List group item.
|
|
226
226
|
/// @group list
|
|
227
|
-
$kendo-list-group-item-font-weight: var( --kendo-list-group-item-font-weight, var(--kendo-font-weight-semibold
|
|
227
|
+
$kendo-list-group-item-font-weight: var( --kendo-list-group-item-font-weight, var(--kendo-font-weight-semibold) ) !default;
|
|
228
228
|
|
|
229
229
|
/// The text color of the List item icon
|
|
230
230
|
/// @group list
|
|
@@ -330,10 +330,10 @@ $kendo-list-option-label-disabled-text: var( --kendo-list-option-label-disabled-
|
|
|
330
330
|
|
|
331
331
|
/// The font size of the List item description.
|
|
332
332
|
/// @group list
|
|
333
|
-
$kendo-list-item-description-font-size: var( --kendo-list-item-description-font-size, var(
|
|
333
|
+
$kendo-list-item-description-font-size: var( --kendo-list-item-description-font-size, var(--kendo-font-size-sm) ) !default;
|
|
334
334
|
/// The line height of the list item description.
|
|
335
335
|
/// @group list
|
|
336
|
-
$kendo-list-item-description-line-height: var( --kendo-list-item-description-line-height, var(
|
|
336
|
+
$kendo-list-item-description-line-height: var( --kendo-list-item-description-line-height, var(--kendo-line-height-lg) ) !default;
|
|
337
337
|
/// The text color of the list item description.
|
|
338
338
|
/// @group list
|
|
339
339
|
$kendo-list-item-description-text: var( --kendo-list-item-description-text, #{k-color(subtle)} ) !default;
|
|
@@ -18,13 +18,13 @@ $kendo-listbox-height: var( --kendo-listbox-height, 200px ) !default;
|
|
|
18
18
|
$kendo-listbox-border-width: var( --kendo-listbox-border-width, 1px ) !default;
|
|
19
19
|
/// The font family of the ListBox.
|
|
20
20
|
/// @group listbox
|
|
21
|
-
$kendo-listbox-font-family: var( --kendo-listbox-font-family, var(
|
|
21
|
+
$kendo-listbox-font-family: var( --kendo-listbox-font-family, var(--kendo-font-family) ) !default;
|
|
22
22
|
/// The font size of the ListBox.
|
|
23
23
|
/// @group listbox
|
|
24
|
-
$kendo-listbox-font-size: var( --kendo-listbox-font-size, var(
|
|
24
|
+
$kendo-listbox-font-size: var( --kendo-listbox-font-size, var(--kendo-font-size) ) !default;
|
|
25
25
|
/// The line height of the ListBox.
|
|
26
26
|
/// @group listbox
|
|
27
|
-
$kendo-listbox-line-height: var( --kendo-listbox-line-height, var(
|
|
27
|
+
$kendo-listbox-line-height: var( --kendo-listbox-line-height, var(--kendo-line-height) ) !default;
|
|
28
28
|
|
|
29
29
|
/// The text color of the ListBox.
|
|
30
30
|
/// @group listbox
|
|
@@ -11,10 +11,10 @@ $kendo-listgroup-border-radius: var( --kendo-listgroup-border-radius, #{k-border
|
|
|
11
11
|
|
|
12
12
|
/// Font size of the listgroup.
|
|
13
13
|
/// @group listgroup
|
|
14
|
-
$kendo-listgroup-font-size: var( --kendo-listgroup-font-size, var(
|
|
14
|
+
$kendo-listgroup-font-size: var( --kendo-listgroup-font-size, var(--kendo-font-size) ) !default;
|
|
15
15
|
/// Line height of the listgroup.
|
|
16
16
|
/// @group listgroup
|
|
17
|
-
$kendo-listgroup-line-height: var( --kendo-listgroup-line-height, var(
|
|
17
|
+
$kendo-listgroup-line-height: var( --kendo-listgroup-line-height, var(--kendo-line-height) ) !default;
|
|
18
18
|
|
|
19
19
|
/// Background color of the listgroup component.
|
|
20
20
|
/// @group listgroup
|
|
@@ -21,13 +21,13 @@ $kendo-listview-item-padding-y: var( --kendo-listview-item-padding-y, k-spacing(
|
|
|
21
21
|
|
|
22
22
|
/// The font family of the ListView.
|
|
23
23
|
/// @group listview
|
|
24
|
-
$kendo-listview-font-family: var( --kendo-listview-font-family, var(
|
|
24
|
+
$kendo-listview-font-family: var( --kendo-listview-font-family, var(--kendo-font-family) ) !default;
|
|
25
25
|
/// The font size of the ListView.
|
|
26
26
|
/// @group listview
|
|
27
|
-
$kendo-listview-font-size: var( --kendo-listview-font-size, var(
|
|
27
|
+
$kendo-listview-font-size: var( --kendo-listview-font-size, var(--kendo-font-size) ) !default;
|
|
28
28
|
/// The line height of the ListView.
|
|
29
29
|
/// @group listview
|
|
30
|
-
$kendo-listview-line-height: var( --kendo-listview-line-height, var(
|
|
30
|
+
$kendo-listview-line-height: var( --kendo-listview-line-height, var(--kendo-line-height) ) !default;
|
|
31
31
|
|
|
32
32
|
/// The text color of the ListView.
|
|
33
33
|
/// @group listview
|
package/scss/loader/_layout.scss
CHANGED
|
@@ -138,13 +138,13 @@ $kendo-loader-lg-container-gap: var( --kendo-loader-lg-container-gap, #{k-spacin
|
|
|
138
138
|
|
|
139
139
|
/// The font size of the small Loader container.
|
|
140
140
|
/// @group loader
|
|
141
|
-
$kendo-loader-sm-container-font-size: var( --kendo-loader-sm-container-font-size, var(
|
|
141
|
+
$kendo-loader-sm-container-font-size: var( --kendo-loader-sm-container-font-size, var(--kendo-font-size-md) ) !default;
|
|
142
142
|
/// The font size of the medium Loader container.
|
|
143
143
|
/// @group loader
|
|
144
|
-
$kendo-loader-md-container-font-size: var( --kendo-loader-md-container-font-size, var(
|
|
144
|
+
$kendo-loader-md-container-font-size: var( --kendo-loader-md-container-font-size, var(--kendo-font-size-lg) ) !default;
|
|
145
145
|
/// The font size of the large Loader container.
|
|
146
146
|
/// @group loader
|
|
147
|
-
$kendo-loader-lg-container-font-size: var( --kendo-loader-lg-container-font-size, var(
|
|
147
|
+
$kendo-loader-lg-container-font-size: var( --kendo-loader-lg-container-font-size, var(--kendo-font-size-xl) ) !default;
|
|
148
148
|
|
|
149
149
|
// Loading indicator
|
|
150
150
|
/// The background color of the Loading indicator.
|
package/scss/map/_variables.scss
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
/// The font size of the Map.
|
|
7
7
|
/// @group map
|
|
8
|
-
$kendo-map-font-size: var( --kendo-map-font-size, var(
|
|
8
|
+
$kendo-map-font-size: var( --kendo-map-font-size, var(--kendo-font-size) ) !default;
|
|
9
9
|
/// The line height of the Map.
|
|
10
10
|
/// @group map
|
|
11
|
-
$kendo-map-line-height: var( --kendo-map-line-height, var(
|
|
11
|
+
$kendo-map-line-height: var( --kendo-map-line-height, var(--kendo-line-height) ) !default;
|
|
12
12
|
/// The font family of the Map.
|
|
13
13
|
/// @group map
|
|
14
|
-
$kendo-map-font-family: var( --kendo-map-font-family, var(
|
|
14
|
+
$kendo-map-font-family: var( --kendo-map-font-family, var(--kendo-font-family) ) !default;
|
|
15
15
|
|
|
16
16
|
/// The background color of the Map.
|
|
17
17
|
/// @group map
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
$kendo-media-player-border-width: var( --kendo-media-player-border-width, 1px ) !default;
|
|
7
7
|
/// The font family of the MediaPlayer.
|
|
8
8
|
/// @group mediaplayer
|
|
9
|
-
$kendo-media-player-font-family: var( --kendo-media-player-font-family, var(
|
|
9
|
+
$kendo-media-player-font-family: var( --kendo-media-player-font-family, var(--kendo-font-family) ) !default;
|
|
10
10
|
/// The font size of the MediaPlayer.
|
|
11
11
|
/// @group mediaplayer
|
|
12
|
-
$kendo-media-player-font-size: var( --kendo-media-player-font-size, var(
|
|
12
|
+
$kendo-media-player-font-size: var( --kendo-media-player-font-size, var(--kendo-font-size) ) !default;
|
|
13
13
|
/// The line height of the MediaPlayer.
|
|
14
14
|
/// @group mediaplayer
|
|
15
|
-
$kendo-media-player-line-height: var( --kendo-media-player-line-height, var(
|
|
15
|
+
$kendo-media-player-line-height: var( --kendo-media-player-line-height, var(--kendo-line-height) ) !default;
|
|
16
16
|
|
|
17
17
|
/// The background color of the MediaPlayer.
|
|
18
18
|
/// @group mediaplayer
|
|
@@ -34,7 +34,7 @@ $kendo-media-player-quality-border: var( --kendo-media-player-quality-border, k-
|
|
|
34
34
|
|
|
35
35
|
/// The font size of the MediaPlayer title.
|
|
36
36
|
/// @group mediaplayer
|
|
37
|
-
$kendo-media-player-title-font-size: var( --kendo-media-player-title-font-size, var(
|
|
37
|
+
$kendo-media-player-title-font-size: var( --kendo-media-player-title-font-size, var(--kendo-font-size-xl) ) !default;
|
|
38
38
|
/// The horizontal padding of the MediaPlayer title.
|
|
39
39
|
/// @group mediaplayer
|
|
40
40
|
$kendo-media-player-titlebar-padding-x: var( --kendo-media-player-titlebar-padding-x, k-spacing(2) ) !default;
|
|
@@ -14,13 +14,13 @@ $kendo-menu-border-width: var( --kendo-menu-border-width, #{k-spacing(0)} ) !def
|
|
|
14
14
|
|
|
15
15
|
/// The font family of the Menu.
|
|
16
16
|
/// @group menu
|
|
17
|
-
$kendo-menu-font-family: var( --kendo-menu-font-family, var(
|
|
17
|
+
$kendo-menu-font-family: var( --kendo-menu-font-family, var(--kendo-font-family) ) !default;
|
|
18
18
|
/// The font size of the Menu.
|
|
19
19
|
/// @group menu
|
|
20
|
-
$kendo-menu-font-size: var( --kendo-menu-font-size, var(
|
|
20
|
+
$kendo-menu-font-size: var( --kendo-menu-font-size, var(--kendo-font-size) ) !default;
|
|
21
21
|
/// The line heights of the Menu used along with $kendo-font-size.
|
|
22
22
|
/// @group menu
|
|
23
|
-
$kendo-menu-line-height: var( --kendo-menu-line-height, var(
|
|
23
|
+
$kendo-menu-line-height: var( --kendo-menu-line-height, var(--kendo-line-height) ) !default;
|
|
24
24
|
|
|
25
25
|
/// The background color of the Menu.
|
|
26
26
|
/// @group menu
|
|
@@ -54,7 +54,7 @@ $kendo-menu-item-icon-spacing: var( --kendo-menu-item-icon-spacing, var( --kendo
|
|
|
54
54
|
|
|
55
55
|
/// The font weight of the selected Menu item.
|
|
56
56
|
/// @group menu
|
|
57
|
-
$kendo-menu-item-selected-font-weight: var( --kendo-menu-item-selected-font-weight, var(
|
|
57
|
+
$kendo-menu-item-selected-font-weight: var( --kendo-menu-item-selected-font-weight, var(--kendo-font-weight-bold) ) !default;
|
|
58
58
|
|
|
59
59
|
/// The text color of Menu item.
|
|
60
60
|
/// @group menu
|
|
@@ -143,23 +143,23 @@ $kendo-menu-popup-border-width: var( --kendo-menu-popup-border-width, #{$kendo-p
|
|
|
143
143
|
|
|
144
144
|
/// The font size of the small Menu popup.
|
|
145
145
|
/// @group menu
|
|
146
|
-
$kendo-menu-popup-sm-font-size: var( --kendo-menu-popup-sm-font-size, var(
|
|
146
|
+
$kendo-menu-popup-sm-font-size: var( --kendo-menu-popup-sm-font-size, var(--kendo-font-size) ) !default;
|
|
147
147
|
/// The font size of the medium Menu popup.
|
|
148
148
|
/// @group menu
|
|
149
|
-
$kendo-menu-popup-md-font-size: var( --kendo-menu-popup-md-font-size, var(
|
|
149
|
+
$kendo-menu-popup-md-font-size: var( --kendo-menu-popup-md-font-size, var(--kendo-font-size) ) !default;
|
|
150
150
|
/// The font size of the large Menu popup.
|
|
151
151
|
/// @group menu
|
|
152
|
-
$kendo-menu-popup-lg-font-size: var( --kendo-menu-popup-lg-font-size, var(
|
|
152
|
+
$kendo-menu-popup-lg-font-size: var( --kendo-menu-popup-lg-font-size, var(--kendo-font-size-lg) ) !default;
|
|
153
153
|
|
|
154
154
|
/// The line height of the small Menu popup.
|
|
155
155
|
/// @group menu
|
|
156
|
-
$kendo-menu-popup-sm-line-height: var( --kendo-menu-popup-sm-line-height, var(--kendo-line-height
|
|
156
|
+
$kendo-menu-popup-sm-line-height: var( --kendo-menu-popup-sm-line-height, var(--kendo-line-height) ) !default;
|
|
157
157
|
/// The line height of the medium Menu popup.
|
|
158
158
|
/// @group menu
|
|
159
|
-
$kendo-menu-popup-md-line-height: var( --kendo-menu-popup-md-line-height, var(--kendo-line-height
|
|
159
|
+
$kendo-menu-popup-md-line-height: var( --kendo-menu-popup-md-line-height, var(--kendo-line-height) ) !default;
|
|
160
160
|
/// The line height of the large Menu popup.
|
|
161
161
|
/// @group menu
|
|
162
|
-
$kendo-menu-popup-lg-line-height: var( --kendo-menu-popup-lg-line-height, var(--kendo-line-height
|
|
162
|
+
$kendo-menu-popup-lg-line-height: var( --kendo-menu-popup-lg-line-height, var(--kendo-line-height) ) !default;
|
|
163
163
|
|
|
164
164
|
/// The background color of the Menu popup.
|
|
165
165
|
/// @group menu
|
|
@@ -26,13 +26,13 @@ $kendo-message-box-border-style: var( --kendo-message-box-border-style, solid )
|
|
|
26
26
|
$kendo-message-box-border-radius: k-border-radius(md) !default;
|
|
27
27
|
/// Font family of the message box.
|
|
28
28
|
/// @group messagebox
|
|
29
|
-
$kendo-message-box-font-family: var( --kendo-message-box-font-family, var(--kendo-font-family
|
|
29
|
+
$kendo-message-box-font-family: var( --kendo-message-box-font-family, var(--kendo-font-family) ) !default;
|
|
30
30
|
/// Font size of the message box.
|
|
31
31
|
/// @group messagebox
|
|
32
|
-
$kendo-message-box-font-size: var( --kendo-message-box-font-size, var(--kendo-font-size-sm
|
|
32
|
+
$kendo-message-box-font-size: var( --kendo-message-box-font-size, var(--kendo-font-size-sm) ) !default;
|
|
33
33
|
/// Line height of the message box.
|
|
34
34
|
/// @group messagebox
|
|
35
|
-
$kendo-message-box-line-height: var( --kendo-message-box-line-height, var(--kendo-line-height-lg
|
|
35
|
+
$kendo-message-box-line-height: var( --kendo-message-box-line-height, var(--kendo-line-height-lg) ) !default;
|
|
36
36
|
|
|
37
37
|
/// Font style of the message box links.
|
|
38
38
|
/// @group messagebox
|
|
@@ -25,13 +25,13 @@ $kendo-notification-border-width: var( --kendo-notification-border-width, 1px )
|
|
|
25
25
|
$kendo-notification-border-radius: var( --kendo-notification-border-radius, #{k-border-radius(md)} ) !default;
|
|
26
26
|
/// The font family of the Notification.
|
|
27
27
|
/// @group notification
|
|
28
|
-
$kendo-notification-font-family: var( --kendo-notification-font-family, var(
|
|
28
|
+
$kendo-notification-font-family: var( --kendo-notification-font-family, var(--kendo-font-family) ) !default;
|
|
29
29
|
/// The font size of the Notification.
|
|
30
30
|
/// @group notification
|
|
31
|
-
$kendo-notification-font-size: var( --kendo-notification-font-size, var(
|
|
31
|
+
$kendo-notification-font-size: var( --kendo-notification-font-size, var(--kendo-font-size-sm) ) !default;
|
|
32
32
|
/// The height of the Notification.
|
|
33
33
|
/// @group notification
|
|
34
|
-
$kendo-notification-line-height: var( --kendo-notification-line-height, var(
|
|
34
|
+
$kendo-notification-line-height: var( --kendo-notification-line-height, var(--kendo-line-height-lg) ) !default;
|
|
35
35
|
/// The horizontal padding of the Notification actions.
|
|
36
36
|
/// @group notification
|
|
37
37
|
$kendo-notification-actions-padding-x: var( --kendo-notification-actions-padding-x, null ) !default;
|