@progress/kendo-theme-default 7.3.0-dev.1 → 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 +9608 -9003
- package/dist/all.scss +5335 -5049
- package/dist/default-blue.scss +143 -29
- package/dist/default-dataviz-v4.scss +45 -6
- package/dist/default-green.scss +135 -29
- package/dist/default-main-dark.scss +190 -34
- package/dist/default-main.scss +34 -29
- package/dist/default-nordic.scss +143 -29
- package/dist/default-ocean-blue-a11y.scss +170 -33
- package/dist/default-ocean-blue.scss +166 -33
- package/dist/default-orange.scss +143 -29
- package/dist/default-purple.scss +143 -29
- package/dist/default-turquoise.scss +143 -29
- package/dist/default-urban.scss +143 -29
- package/dist/meta/sassdoc-data.json +31805 -30179
- package/dist/meta/sassdoc-raw-data.json +3341 -2591
- package/dist/meta/variables.json +3843 -3739
- package/lib/swatches/default-blue.json +541 -1
- package/lib/swatches/default-dataviz-v4.json +166 -1
- package/lib/swatches/default-green.json +501 -1
- package/lib/swatches/default-main-dark.json +751 -1
- package/lib/swatches/default-main.json +11 -1
- package/lib/swatches/default-nordic.json +541 -1
- package/lib/swatches/default-ocean-blue-a11y.json +672 -8
- package/lib/swatches/default-ocean-blue.json +645 -3
- package/lib/swatches/default-orange.json +541 -1
- package/lib/swatches/default-purple.json +541 -1
- package/lib/swatches/default-turquoise.json +541 -1
- package/lib/swatches/default-urban.json +541 -1
- package/package.json +4 -4
- package/scss/_variables.scss +0 -172
- package/scss/action-buttons/_variables.scss +4 -4
- package/scss/action-sheet/_layout.scss +1 -1
- package/scss/action-sheet/_variables.scss +17 -17
- package/scss/adaptive/_layout.scss +8 -8
- package/scss/adaptive/_variables.scss +3 -3
- package/scss/appbar/_variables.scss +6 -6
- package/scss/avatar/_variables.scss +6 -6
- package/scss/badge/_variables.scss +17 -17
- package/scss/bottom-navigation/_layout.scss +2 -2
- package/scss/bottom-navigation/_variables.scss +9 -9
- package/scss/breadcrumb/_variables.scss +17 -17
- package/scss/button/_variables.scss +21 -21
- package/scss/calendar/_layout.scss +2 -2
- package/scss/calendar/_theme.scss +1 -1
- package/scss/calendar/_variables.scss +33 -61
- package/scss/captcha/_variables.scss +6 -6
- package/scss/card/_variables.scss +18 -18
- package/scss/chat/_layout.scss +7 -7
- package/scss/chat/_variables.scss +13 -13
- package/scss/checkbox/_layout.scss +1 -1
- package/scss/checkbox/_variables.scss +9 -9
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_variables.scss +15 -15
- package/scss/color-preview/_variables.scss +1 -1
- package/scss/coloreditor/_variables.scss +7 -7
- package/scss/colorgradient/_layout.scss +1 -1
- package/scss/colorgradient/_variables.scss +10 -10
- package/scss/colorpalette/_variables.scss +3 -3
- package/scss/common/_base.scss +7 -7
- package/scss/core/_index.scss +12 -0
- package/scss/core/border-radii/index.import.scss +1 -0
- package/scss/core/color-system/_swatch-legacy.scss +1 -1
- package/scss/core/color-system/_swatch.scss +1 -1
- package/scss/core/spacing/index.import.scss +29 -0
- package/scss/core/typography/index.import.scss +1 -0
- package/scss/dataviz/_layout.scss +8 -8
- package/scss/dataviz/_variables.scss +8 -8
- package/scss/daterangepicker/_layout.scss +1 -1
- package/scss/datetimepicker/_variables.scss +1 -1
- package/scss/dock-manager/_variables.scss +10 -10
- package/scss/draggable/_variables.scss +4 -4
- package/scss/drawer/_layout.scss +3 -3
- package/scss/drawer/_variables.scss +8 -18
- package/scss/dropdowntree/_layout.scss +2 -2
- package/scss/dropdowntree/_variables.scss +2 -2
- package/scss/dropzone/_variables.scss +8 -8
- package/scss/editor/_layout.scss +5 -5
- package/scss/editor/_variables.scss +3 -3
- package/scss/expansion-panel/_variables.scss +9 -9
- package/scss/fab/_layout.scss +4 -4
- package/scss/fab/_variables.scss +18 -18
- package/scss/filemanager/_layout.scss +3 -3
- package/scss/filemanager/_variables.scss +9 -9
- package/scss/filter/_layout.scss +4 -4
- package/scss/filter/_variables.scss +2 -2
- package/scss/forms/_layout.scss +16 -16
- package/scss/forms/_variables.scss +17 -17
- package/scss/gantt/_layout.scss +12 -12
- package/scss/gantt/_variables.scss +151 -7
- package/scss/grid/_layout.scss +10 -10
- package/scss/grid/_variables.scss +64 -64
- package/scss/imageeditor/_variables.scss +7 -7
- package/scss/input/_layout.scss +5 -5
- package/scss/input/_variables.scss +14 -14
- package/scss/list/_variables.scss +27 -27
- package/scss/listbox/_variables.scss +6 -6
- package/scss/listgroup/_layout.scss +7 -7
- package/scss/listgroup/_variables.scss +5 -5
- package/scss/listview/_variables.scss +7 -7
- package/scss/loader/_layout.scss +9 -9
- package/scss/loader/_variables.scss +25 -25
- package/scss/map/_layout.scss +1 -1
- package/scss/map/_variables.scss +8 -8
- package/scss/mediaplayer/_variables.scss +5 -5
- package/scss/menu/_layout.scss +1 -1
- package/scss/menu/_variables.scss +30 -30
- package/scss/menu-button/_layout.scss +3 -3
- package/scss/messagebox/_variables.scss +3 -3
- package/scss/notification/_variables.scss +7 -7
- package/scss/orgchart/_variables.scss +11 -11
- package/scss/pager/_variables.scss +10 -10
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/panelbar/_variables.scss +9 -9
- package/scss/pdf-viewer/_variables.scss +5 -5
- package/scss/pivotgrid/_layout.scss +12 -12
- package/scss/pivotgrid/_variables.scss +15 -15
- package/scss/popup/_layout.scss +1 -1
- package/scss/popup/_theme.scss +1 -1
- package/scss/popup/_variables.scss +4 -4
- package/scss/progressbar/_layout.scss +2 -2
- package/scss/progressbar/_variables.scss +2 -2
- package/scss/prompt/_variables.scss +7 -7
- package/scss/radio/_layout.scss +1 -1
- package/scss/radio/_variables.scss +9 -9
- package/scss/rating/_variables.scss +4 -4
- package/scss/scheduler/_layout.scss +5 -5
- package/scss/scheduler/_theme.scss +1 -1
- package/scss/scheduler/_variables.scss +18 -18
- package/scss/scrollview/_layout.scss +1 -1
- package/scss/scrollview/_variables.scss +5 -5
- package/scss/signature/_variables.scss +5 -5
- package/scss/skeleton/_variables.scss +1 -1
- package/scss/slider/_theme.scss +1 -1
- package/scss/slider/_variables.scss +3 -3
- package/scss/splitter/_variables.scss +6 -6
- package/scss/spreadsheet/_layout.scss +11 -11
- package/scss/spreadsheet/_variables.scss +17 -17
- package/scss/stepper/_variables.scss +8 -8
- package/scss/table/_layout.scss +1 -1
- package/scss/table/_variables.scss +12 -12
- package/scss/tabstrip/_layout.scss +2 -2
- package/scss/tabstrip/_variables.scss +11 -11
- package/scss/taskboard/_variables.scss +16 -16
- package/scss/tilelayout/_variables.scss +2 -2
- package/scss/timeline/_layout.scss +4 -4
- package/scss/timeline/_variables.scss +10 -10
- package/scss/timeselector/_layout.scss +1 -1
- package/scss/timeselector/_variables.scss +6 -6
- package/scss/toolbar/_layout.scss +2 -2
- package/scss/toolbar/_variables.scss +12 -12
- package/scss/tooltip/_layout.scss +10 -10
- package/scss/tooltip/_variables.scss +4 -4
- package/scss/treelist/_layout.scss +1 -1
- package/scss/treelist/_variables.scss +5 -0
- package/scss/treeview/_layout.scss +1 -1
- package/scss/treeview/_variables.scss +20 -20
- package/scss/typography/_layout.scss +51 -111
- package/scss/typography/_variables.scss +136 -53
- package/scss/upload/_layout.scss +3 -3
- package/scss/upload/_variables.scss +8 -8
- package/scss/window/_variables.scss +7 -7
- package/scss/wizard/_variables.scss +7 -7
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
@for $i from 1 through $kendo-panelbar-item-level-count {
|
|
89
89
|
&.k-level-#{$i} {
|
|
90
90
|
.k-link {
|
|
91
|
-
padding-left: ( $kendo-panelbar-item-padding-x * $i );
|
|
91
|
+
padding-left: calc( #{$kendo-panelbar-item-padding-x} * #{$i} );
|
|
92
92
|
}
|
|
93
93
|
}
|
|
94
94
|
}
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
&.k-level-#{$i} {
|
|
128
128
|
.k-link {
|
|
129
129
|
padding-left: $kendo-panelbar-item-padding-x;
|
|
130
|
-
padding-right: ( $kendo-panelbar-item-padding-x * $i );
|
|
130
|
+
padding-right: calc( #{$kendo-panelbar-item-padding-x} * #{$i} );
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
133
|
}
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
/// The horizontal padding of the PanelBar.
|
|
4
4
|
/// @group panelbar
|
|
5
|
-
$kendo-panelbar-padding-x:
|
|
5
|
+
$kendo-panelbar-padding-x: k-spacing(0) !default;
|
|
6
6
|
/// The vertical padding of the PanelBar.
|
|
7
7
|
/// @group panelbar
|
|
8
|
-
$kendo-panelbar-padding-y:
|
|
8
|
+
$kendo-panelbar-padding-y: k-spacing(0) !default;
|
|
9
9
|
/// The font family of the PanelBar.
|
|
10
10
|
/// @group panelbar
|
|
11
|
-
$kendo-panelbar-font-family:
|
|
11
|
+
$kendo-panelbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
12
12
|
/// The font size of the PanelBar.
|
|
13
13
|
/// @group panelbar
|
|
14
|
-
$kendo-panelbar-font-size:
|
|
14
|
+
$kendo-panelbar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
15
15
|
/// The line height of the PanelBar.
|
|
16
16
|
/// @group panelbar
|
|
17
|
-
$kendo-panelbar-line-height:
|
|
17
|
+
$kendo-panelbar-line-height: var( --kendo-line-height, normal ) !default;
|
|
18
18
|
/// The width of the border around the PanelBar.
|
|
19
19
|
/// @group panelbar
|
|
20
20
|
$kendo-panelbar-border-width: 1px !default;
|
|
@@ -30,17 +30,17 @@ $kendo-panelbar-item-border-style: solid !default;
|
|
|
30
30
|
|
|
31
31
|
/// The horizontal padding of the PanelBar header.
|
|
32
32
|
/// @group panelbar
|
|
33
|
-
$kendo-panelbar-header-padding-x: k-
|
|
33
|
+
$kendo-panelbar-header-padding-x: k-spacing(4) !default;
|
|
34
34
|
/// The vertical padding of the PanelBar header.
|
|
35
35
|
/// @group panelbar
|
|
36
|
-
$kendo-panelbar-header-padding-y: k-
|
|
36
|
+
$kendo-panelbar-header-padding-y: k-spacing(3) !default;
|
|
37
37
|
|
|
38
38
|
/// The horizontal padding of the PanelBar items.
|
|
39
39
|
/// @group panelbar
|
|
40
|
-
$kendo-panelbar-item-padding-x: k-
|
|
40
|
+
$kendo-panelbar-item-padding-x: k-spacing(4) !default;
|
|
41
41
|
/// The vertical padding of the PanelBar items.
|
|
42
42
|
/// @group panelbar
|
|
43
|
-
$kendo-panelbar-item-padding-y: k-
|
|
43
|
+
$kendo-panelbar-item-padding-y: k-spacing(2) !default;
|
|
44
44
|
|
|
45
45
|
/// The maximum nesting of the PanelBar items.
|
|
46
46
|
/// @group panelbar
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
$kendo-pdf-viewer-border-width: 1px !default;
|
|
6
6
|
/// The font family of the PDFViewer.
|
|
7
7
|
/// @group pdf-viewer
|
|
8
|
-
$kendo-pdf-viewer-font-family:
|
|
8
|
+
$kendo-pdf-viewer-font-family: var( --kendo-font-family, inherit ) !default;
|
|
9
9
|
/// The font size of the PDFViewer.
|
|
10
10
|
/// @group pdf-viewer
|
|
11
|
-
$kendo-pdf-viewer-font-size:
|
|
11
|
+
$kendo-pdf-viewer-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
12
|
/// The line height of the PDFViewer.
|
|
13
13
|
/// @group pdf-viewer
|
|
14
|
-
$kendo-pdf-viewer-line-height:
|
|
14
|
+
$kendo-pdf-viewer-line-height: var( --kendo-line-height, normal ) !default;
|
|
15
15
|
|
|
16
16
|
/// The background color of the PDFViewer.
|
|
17
17
|
/// @group pdf-viewer
|
|
@@ -48,7 +48,7 @@ $kendo-pdf-viewer-canvas-border: null !default;
|
|
|
48
48
|
|
|
49
49
|
/// The spacing of the PDFViewer page.
|
|
50
50
|
/// @group pdf-viewer
|
|
51
|
-
$kendo-pdf-viewer-page-spacing:
|
|
51
|
+
$kendo-pdf-viewer-page-spacing: k-spacing(7.5) !default;
|
|
52
52
|
|
|
53
53
|
/// The background color of the PDFViewer page.
|
|
54
54
|
/// @group pdf-viewer
|
|
@@ -96,7 +96,7 @@ $kendo-pdf-viewer-search-panel-matches-spacing: $kendo-padding-sm-x !default;
|
|
|
96
96
|
|
|
97
97
|
/// The line height of the PDFViewer selection.
|
|
98
98
|
/// @group pdf-viewer
|
|
99
|
-
$kendo-pdf-viewer-selection-line-height:
|
|
99
|
+
$kendo-pdf-viewer-selection-line-height: var( --kendo-line-height-sm, normal ) !default;
|
|
100
100
|
|
|
101
101
|
/// The background color of the PDFViewer highlight.
|
|
102
102
|
/// @group pdf-viewer
|
|
@@ -282,11 +282,11 @@
|
|
|
282
282
|
margin-inline: $kendo-pivotgrid-configurator-fields-margin-x;
|
|
283
283
|
display: flex;
|
|
284
284
|
flex-direction: column;
|
|
285
|
-
gap:
|
|
285
|
+
gap: calc( #{$kendo-pivotgrid-spacer} / 2 );
|
|
286
286
|
}
|
|
287
287
|
|
|
288
288
|
.k-select-all .k-checkbox {
|
|
289
|
-
margin-inline-end: k-
|
|
289
|
+
margin-inline-end: k-spacing(1);
|
|
290
290
|
}
|
|
291
291
|
|
|
292
292
|
.k-fields-list-wrapper {
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
.k-settings-description {
|
|
302
|
-
margin-top: k-
|
|
302
|
+
margin-top: k-spacing(4);
|
|
303
303
|
text-align: center;
|
|
304
304
|
}
|
|
305
305
|
|
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
align-items: center;
|
|
355
355
|
|
|
356
356
|
.k-icon {
|
|
357
|
-
margin-right: k-
|
|
357
|
+
margin-right: k-spacing(2);
|
|
358
358
|
}
|
|
359
359
|
.k-dropdown-list {
|
|
360
360
|
max-width: 100px;
|
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
display: flex;
|
|
579
579
|
flex-flow: row nowrap;
|
|
580
580
|
align-items: flex-start;
|
|
581
|
-
gap: k-
|
|
581
|
+
gap: k-spacing(2);
|
|
582
582
|
|
|
583
583
|
> .k-pivotgrid-configurator-panel {
|
|
584
584
|
max-width: 320px;
|
|
@@ -597,11 +597,11 @@
|
|
|
597
597
|
}
|
|
598
598
|
|
|
599
599
|
.k-pivotgrid-configurator-content {
|
|
600
|
-
padding: k-
|
|
600
|
+
padding: k-spacing(4);
|
|
601
601
|
max-height: 100%;
|
|
602
602
|
display: flex;
|
|
603
603
|
flex-flow: column nowrap;
|
|
604
|
-
gap: k-
|
|
604
|
+
gap: k-spacing(4);
|
|
605
605
|
overflow-x: hidden;
|
|
606
606
|
overflow-y: auto;
|
|
607
607
|
}
|
|
@@ -609,24 +609,24 @@
|
|
|
609
609
|
.k-pivotgrid-targets {
|
|
610
610
|
display: flex;
|
|
611
611
|
flex-flow: column nowrap;
|
|
612
|
-
gap: k-
|
|
612
|
+
gap: k-spacing(4);
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
.k-pivotgrid-configurator-section {
|
|
616
616
|
display: flex;
|
|
617
617
|
flex-flow: column nowrap;
|
|
618
|
-
gap: k-
|
|
618
|
+
gap: k-spacing(2);
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
.k-column-fields {
|
|
622
622
|
margin: 0;
|
|
623
|
-
padding: k-
|
|
623
|
+
padding: k-spacing(1);
|
|
624
624
|
max-height: 200px;
|
|
625
625
|
border-width: 1px;
|
|
626
626
|
border-style: solid;
|
|
627
627
|
display: flex;
|
|
628
628
|
flex-flow: row wrap;
|
|
629
|
-
gap: k-
|
|
629
|
+
gap: k-spacing(1);
|
|
630
630
|
overflow-x: hidden;
|
|
631
631
|
overflow-y: auto;
|
|
632
632
|
|
|
@@ -638,7 +638,7 @@
|
|
|
638
638
|
|
|
639
639
|
// PivotGrid toggle icon
|
|
640
640
|
.k-pivotgrid-toggle {
|
|
641
|
-
margin-block:
|
|
641
|
+
margin-block: calc( #{$kendo-icon-padding} * -1 );
|
|
642
642
|
padding: $kendo-icon-padding;
|
|
643
643
|
box-sizing: content-box;
|
|
644
644
|
cursor: pointer;
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// Pivot grid
|
|
5
|
-
$kendo-pivotgrid-spacer: k-
|
|
5
|
+
$kendo-pivotgrid-spacer: k-spacing(4) !default;
|
|
6
6
|
$kendo-pivotgrid-padding-x: null !default;
|
|
7
7
|
$kendo-pivotgrid-padding-y: null !default;
|
|
8
|
-
$kendo-pivotgrid-font-family:
|
|
9
|
-
$kendo-pivotgrid-font-size:
|
|
10
|
-
$kendo-pivotgrid-line-height:
|
|
8
|
+
$kendo-pivotgrid-font-family: var( --kendo-font-family, inherit ) !default;
|
|
9
|
+
$kendo-pivotgrid-font-size: var( --kendo-font-size, inherit ) !default;
|
|
10
|
+
$kendo-pivotgrid-line-height: var( --kendo-line-height, normal ) !default;
|
|
11
11
|
$kendo-pivotgrid-border-width: 1px !default;
|
|
12
|
-
$kendo-pivotgrid-icon-spacing:
|
|
12
|
+
$kendo-pivotgrid-icon-spacing: k-spacing(1) !default;
|
|
13
13
|
|
|
14
14
|
$kendo-pivotgrid-row-header-width: 300px !default;
|
|
15
15
|
$kendo-pivotgrid-column-header-height: 75px !default;
|
|
@@ -48,15 +48,15 @@ $kendo-pivotgrid-configurator-padding-y: null !default;
|
|
|
48
48
|
$kendo-pivotgrid-configurator-border-width: 1px !default;
|
|
49
49
|
|
|
50
50
|
$kendo-pivotgrid-configurator-header-padding-x: $kendo-pivotgrid-spacer !default;
|
|
51
|
-
$kendo-pivotgrid-configurator-header-padding-y: ( $kendo-pivotgrid-spacer * .75 ) !default;
|
|
51
|
+
$kendo-pivotgrid-configurator-header-padding-y: calc( #{$kendo-pivotgrid-spacer} * .75 ) !default;
|
|
52
52
|
$kendo-pivotgrid-configurator-header-font-size: 18px !default;
|
|
53
53
|
$kendo-pivotgrid-configurator-header-font-weight: 500 !default;
|
|
54
54
|
|
|
55
55
|
$kendo-pivotgrid-configurator-content-padding-x: $kendo-pivotgrid-spacer !default;
|
|
56
|
-
$kendo-pivotgrid-configurator-content-padding-y:
|
|
56
|
+
$kendo-pivotgrid-configurator-content-padding-y: k-spacing(0.5) !default;
|
|
57
57
|
|
|
58
|
-
$kendo-pivotgrid-configurator-fields-margin-x:
|
|
59
|
-
$kendo-pivotgrid-configurator-fields-margin-y:
|
|
58
|
+
$kendo-pivotgrid-configurator-fields-margin-x: k-spacing(0) !default;
|
|
59
|
+
$kendo-pivotgrid-configurator-fields-margin-y: calc( #{$kendo-pivotgrid-spacer} / 2 ) !default;
|
|
60
60
|
|
|
61
61
|
$kendo-pivotgrid-configurator-vertical-width: 320px !default;
|
|
62
62
|
$kendo-pivotgrid-configurator-horizontal-height: 420px !default;
|
|
@@ -75,16 +75,16 @@ $kendo-pivotgrid-configurator-start-shadow: $kendo-pivotgrid-configurator-shadow
|
|
|
75
75
|
$kendo-pivotgrid-configurator-top-shadow: $kendo-pivotgrid-configurator-shadow !default; // 0px -3px 6px rgba(0, 0, 0, .16)
|
|
76
76
|
$kendo-pivotgrid-configurator-bottom-shadow: $kendo-pivotgrid-configurator-shadow !default; // 0px 3px 6px rgba(0, 0, 0, .16)
|
|
77
77
|
|
|
78
|
-
$kendo-pivotgrid-configurator-button-padding-x: k-
|
|
79
|
-
$kendo-pivotgrid-configurator-button-padding-y: k-
|
|
78
|
+
$kendo-pivotgrid-configurator-button-padding-x: k-spacing(1) !default;
|
|
79
|
+
$kendo-pivotgrid-configurator-button-padding-y: k-spacing(1) !default;
|
|
80
80
|
$kendo-pivotgrid-configurator-button-border-width: 1px !default;
|
|
81
|
-
$kendo-pivotgrid-configurator-button-size: calc( #{$kendo-pivotgrid-line-height * 1em
|
|
81
|
+
$kendo-pivotgrid-configurator-button-size: calc( calc( #{$kendo-pivotgrid-line-height} * 1em ) + calc( #{$kendo-pivotgrid-configurator-button-padding-y} * 2 ) + calc( #{$kendo-pivotgrid-configurator-button-border-width} * 2 ) ) !default;
|
|
82
82
|
|
|
83
83
|
// Calculated fields
|
|
84
84
|
$kendo-pivotgrid-calculated-field-padding-x: $kendo-pivotgrid-spacer !default;
|
|
85
85
|
$kendo-pivotgrid-calculated-field-padding-y: $kendo-pivotgrid-spacer !default;
|
|
86
86
|
$kendo-pivotgrid-calculated-field-border-width: 1px !default;
|
|
87
|
-
$kendo-pivotgrid-calculated-field-border-radius:
|
|
87
|
+
$kendo-pivotgrid-calculated-field-border-radius: k-border-radius(md) !default;
|
|
88
88
|
$kendo-pivotgrid-calculated-field-gap: $kendo-pivotgrid-spacer !default;
|
|
89
89
|
|
|
90
90
|
$kendo-pivotgrid-calculated-field-bg: $kendo-component-bg !default;
|
|
@@ -96,8 +96,8 @@ $kendo-pivotgrid-calculated-field-header-text: $kendo-component-header-text !def
|
|
|
96
96
|
$kendo-pivotgrid-calculated-field-header-border: null !default;
|
|
97
97
|
|
|
98
98
|
|
|
99
|
-
$kendo-pivotgrid-treeview-padding-x:
|
|
100
|
-
$kendo-pivotgrid-treeview-padding-y:
|
|
99
|
+
$kendo-pivotgrid-treeview-padding-x: calc( #{$kendo-pivotgrid-spacer} / 2 ) !default;
|
|
100
|
+
$kendo-pivotgrid-treeview-padding-y: k-spacing(0) !default;
|
|
101
101
|
|
|
102
102
|
// Legacy variables
|
|
103
103
|
$kendo-pivotgrid-alt-bg: $kendo-grid-header-bg !default;
|
package/scss/popup/_layout.scss
CHANGED
package/scss/popup/_theme.scss
CHANGED
|
@@ -13,17 +13,17 @@ $kendo-popup-border-radius: null !default;
|
|
|
13
13
|
|
|
14
14
|
/// Font size of the popup.
|
|
15
15
|
/// @group popup
|
|
16
|
-
$kendo-popup-font-size:
|
|
16
|
+
$kendo-popup-font-size: var( --kendo-font-size, inherit ) !default;
|
|
17
17
|
/// Line height of the popup.
|
|
18
18
|
/// @group popup
|
|
19
|
-
$kendo-popup-line-height:
|
|
19
|
+
$kendo-popup-line-height: var( --kendo-line-height, normal ) !default;
|
|
20
20
|
|
|
21
21
|
/// Horizontal padding of the popup content.
|
|
22
22
|
/// @group popup
|
|
23
|
-
$kendo-popup-content-padding-x: k-
|
|
23
|
+
$kendo-popup-content-padding-x: k-spacing(2) !default;
|
|
24
24
|
/// Vertical padding of the popup content.
|
|
25
25
|
/// @group popup
|
|
26
|
-
$kendo-popup-content-padding-y: k-
|
|
26
|
+
$kendo-popup-content-padding-y: k-spacing(2) !default;
|
|
27
27
|
|
|
28
28
|
/// Background color of the popup.
|
|
29
29
|
/// @group popup
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
// Base
|
|
4
4
|
.k-progressbar {
|
|
5
|
-
@include border-radius(
|
|
5
|
+
@include border-radius( k-border-radius(md) );
|
|
6
6
|
--kendo-progressbar-value: 0;
|
|
7
7
|
border-width: $kendo-progressbar-border-width;
|
|
8
8
|
border-style: solid;
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
}
|
|
74
74
|
.k-progress-status {
|
|
75
75
|
padding-block: 0;
|
|
76
|
-
padding-inline: k-
|
|
76
|
+
padding-inline: k-spacing(2);
|
|
77
77
|
min-width: 10px;
|
|
78
78
|
text-align: center;
|
|
79
79
|
display: inline-block;
|
|
@@ -14,10 +14,10 @@ $kendo-progressbar-animation-timing: 1s linear infinite !default;
|
|
|
14
14
|
$kendo-progressbar-border-width: 0px !default;
|
|
15
15
|
/// The font family of the ProgressBar.
|
|
16
16
|
/// @group progressbar
|
|
17
|
-
$kendo-progressbar-font-family:
|
|
17
|
+
$kendo-progressbar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
18
18
|
/// The font size of the ProgressBar.
|
|
19
19
|
/// @group progressbar
|
|
20
|
-
$kendo-progressbar-font-size:
|
|
20
|
+
$kendo-progressbar-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
21
21
|
/// The line height of the ProgressBar.
|
|
22
22
|
/// @group progressbar
|
|
23
23
|
$kendo-progressbar-line-height: 1 !default;
|
|
@@ -22,13 +22,13 @@ $kendo-prompt-header-border: $kendo-component-header-border !default;
|
|
|
22
22
|
|
|
23
23
|
/// The vertical padding of the Prompt content.
|
|
24
24
|
/// @group prompt
|
|
25
|
-
$kendo-prompt-content-padding-y: k-
|
|
25
|
+
$kendo-prompt-content-padding-y: k-spacing(4) !default;
|
|
26
26
|
/// The horizontal padding of the Prompt content.
|
|
27
27
|
/// @group prompt
|
|
28
|
-
$kendo-prompt-content-padding-x: k-
|
|
28
|
+
$kendo-prompt-content-padding-x: k-spacing(4) !default;
|
|
29
29
|
/// The spacing between the items of the Prompt content.
|
|
30
30
|
/// @group prompt
|
|
31
|
-
$kendo-prompt-content-spacing: k-
|
|
31
|
+
$kendo-prompt-content-spacing: k-spacing(4) !default;
|
|
32
32
|
/// The text color of the Prompt content.
|
|
33
33
|
/// @group prompt
|
|
34
34
|
$kendo-prompt-content-text: $kendo-component-header-text !default;
|
|
@@ -41,17 +41,17 @@ $kendo-prompt-content-border: $kendo-component-header-border !default;
|
|
|
41
41
|
|
|
42
42
|
/// The spacing between the items of the Prompt content expander.
|
|
43
43
|
/// @group prompt
|
|
44
|
-
$kendo-prompt-expander-spacing: k-
|
|
44
|
+
$kendo-prompt-expander-spacing: k-spacing(2) !default;
|
|
45
45
|
|
|
46
46
|
/// The vertical padding of the Prompt suggestion container.
|
|
47
47
|
/// @group prompt
|
|
48
|
-
$kendo-prompt-suggestion-padding-y: k-
|
|
48
|
+
$kendo-prompt-suggestion-padding-y: k-spacing(2) !default;
|
|
49
49
|
/// The horizontal padding of the Prompt suggestion container.
|
|
50
50
|
/// @group prompt
|
|
51
|
-
$kendo-prompt-suggestion-padding-x: k-
|
|
51
|
+
$kendo-prompt-suggestion-padding-x: k-spacing(2) !default;
|
|
52
52
|
/// The border radius of the Prompt suggestion container.
|
|
53
53
|
/// @group prompt
|
|
54
|
-
$kendo-prompt-suggestion-border-radius:
|
|
54
|
+
$kendo-prompt-suggestion-border-radius: k-border-radius(md) !default;
|
|
55
55
|
/// The text color of the Prompt suggestion container.
|
|
56
56
|
/// @group prompt
|
|
57
57
|
$kendo-prompt-suggestion-text: $kendo-component-text !default;
|
package/scss/radio/_layout.scss
CHANGED
|
@@ -13,23 +13,23 @@ $kendo-radio-border-width: 1px !default;
|
|
|
13
13
|
|
|
14
14
|
/// The size of a small RadioButton.
|
|
15
15
|
/// @group radio
|
|
16
|
-
$kendo-radio-sm-size: k-
|
|
16
|
+
$kendo-radio-sm-size: k-spacing(3) !default;
|
|
17
17
|
/// The size of a medium RadioButton.
|
|
18
18
|
/// @group radio
|
|
19
|
-
$kendo-radio-md-size: k-
|
|
19
|
+
$kendo-radio-md-size: k-spacing(4) !default;
|
|
20
20
|
/// The size of a large RadioButton.
|
|
21
21
|
/// @group radio
|
|
22
|
-
$kendo-radio-lg-size: k-
|
|
22
|
+
$kendo-radio-lg-size: k-spacing(5) !default;
|
|
23
23
|
|
|
24
24
|
/// The glyph size of a small RadioButton.
|
|
25
25
|
/// @group radio
|
|
26
|
-
$kendo-radio-sm-glyph-size: k-
|
|
26
|
+
$kendo-radio-sm-glyph-size: k-spacing(2.5) !default;
|
|
27
27
|
/// The glyph size of a medium RadioButton.
|
|
28
28
|
/// @group radio
|
|
29
|
-
$kendo-radio-md-glyph-size: k-
|
|
29
|
+
$kendo-radio-md-glyph-size: k-spacing(3.5) !default;
|
|
30
30
|
/// The glyph size of a large RadioButton.
|
|
31
31
|
/// @group radio
|
|
32
|
-
$kendo-radio-lg-glyph-size: k-
|
|
32
|
+
$kendo-radio-lg-glyph-size: k-spacing(4.5) !default;
|
|
33
33
|
|
|
34
34
|
/// The ripple size of a small RadioButton.
|
|
35
35
|
/// @group radio
|
|
@@ -161,17 +161,17 @@ $kendo-radio-disabled-checked-image: null !default;
|
|
|
161
161
|
|
|
162
162
|
/// The horizontal margin of the RadioButton inside of a label.
|
|
163
163
|
/// @group radio
|
|
164
|
-
$kendo-radio-label-margin-x: k-
|
|
164
|
+
$kendo-radio-label-margin-x: k-spacing(1) !default;
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
// Radio list
|
|
168
168
|
|
|
169
169
|
/// The horizontal list item margin of the RadioButton.
|
|
170
170
|
/// @group radio
|
|
171
|
-
$kendo-radio-list-spacing: k-
|
|
171
|
+
$kendo-radio-list-spacing: k-spacing(4) !default;
|
|
172
172
|
/// The horizontal list item padding of the RadioButton.
|
|
173
173
|
/// @group radio
|
|
174
|
-
$kendo-radio-list-item-padding-x:
|
|
174
|
+
$kendo-radio-list-item-padding-x: k-spacing(0) !default;
|
|
175
175
|
/// The vertical list item padding of the RadioButton.
|
|
176
176
|
/// @group radio
|
|
177
177
|
$kendo-radio-list-item-padding-y: $kendo-list-md-item-padding-y !default;
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
/// The font family of the Rating.
|
|
4
4
|
/// @group rating
|
|
5
|
-
$kendo-rating-font-family:
|
|
5
|
+
$kendo-rating-font-family: var( --kendo-font-family, inherit ) !default;
|
|
6
6
|
/// The font size of the Rating.
|
|
7
7
|
/// @group rating
|
|
8
|
-
$kendo-rating-font-size:
|
|
8
|
+
$kendo-rating-font-size: var( --kendo-font-size, inherit ) !default;
|
|
9
9
|
/// The line height of the Rating.
|
|
10
10
|
/// @group rating
|
|
11
|
-
$kendo-rating-line-height:
|
|
11
|
+
$kendo-rating-line-height: var( --kendo-line-height, normal ) !default;
|
|
12
12
|
|
|
13
13
|
/// The horizontal margin of the Rating container.
|
|
14
14
|
/// @group rating
|
|
@@ -29,7 +29,7 @@ $kendo-rating-label-margin-x: $kendo-padding-md-x !default;
|
|
|
29
29
|
$kendo-rating-label-margin-y: $kendo-padding-md-y !default;
|
|
30
30
|
/// The line height of the Rating label.
|
|
31
31
|
/// @group rating
|
|
32
|
-
$kendo-rating-label-line-height:
|
|
32
|
+
$kendo-rating-label-line-height: var( --kendo-line-height-lg, normal ) !default;
|
|
33
33
|
|
|
34
34
|
/// The size of the Rating icon.
|
|
35
35
|
/// @group rating
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
// Appointments
|
|
374
374
|
kendo-scheduler .k-event,
|
|
375
375
|
.k-event {
|
|
376
|
-
@include border-radius(
|
|
376
|
+
@include border-radius( k-border-radius(md) );
|
|
377
377
|
min-height: $kendo-scheduler-event-min-height;
|
|
378
378
|
box-sizing: border-box;
|
|
379
379
|
border-width: 0;
|
|
@@ -397,7 +397,7 @@
|
|
|
397
397
|
padding-block: $kendo-padding-md-y;
|
|
398
398
|
padding-inline: $kendo-padding-md-x;
|
|
399
399
|
// TODO: incompatible units
|
|
400
|
-
// padding-right: $kendo-padding-sm-x + k-
|
|
400
|
+
// padding-right: $kendo-padding-sm-x + k-spacing(4);
|
|
401
401
|
}
|
|
402
402
|
.k-event-time {
|
|
403
403
|
padding-bottom: 0;
|
|
@@ -462,7 +462,7 @@
|
|
|
462
462
|
}
|
|
463
463
|
.k-resize-n::before,
|
|
464
464
|
.k-resize-s::before {
|
|
465
|
-
width: k-
|
|
465
|
+
width: k-spacing(8);
|
|
466
466
|
border-bottom-width: 1px;
|
|
467
467
|
}
|
|
468
468
|
.k-resize-w {
|
|
@@ -475,7 +475,7 @@
|
|
|
475
475
|
}
|
|
476
476
|
.k-resize-w::before,
|
|
477
477
|
.k-resize-e::before {
|
|
478
|
-
height: k-
|
|
478
|
+
height: k-spacing(8);
|
|
479
479
|
border-left-width: 1px;
|
|
480
480
|
}
|
|
481
481
|
|
|
@@ -908,7 +908,7 @@
|
|
|
908
908
|
.k-scheduler-datetime-picker {
|
|
909
909
|
display: flex;
|
|
910
910
|
flex-flow: row nowrap;
|
|
911
|
-
gap: k-
|
|
911
|
+
gap: k-spacing(2);
|
|
912
912
|
}
|
|
913
913
|
|
|
914
914
|
}
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
&.k-event-inverse {
|
|
113
|
-
color: if($kendo-enable-color-system, k-color( on-app-surface ), k-contrast-legacy( $kendo-scheduler-event-text ));
|
|
113
|
+
color: if($kendo-enable-color-system, if($kendo-enable-focus-contrast, black, k-color( on-app-surface )), k-contrast-legacy( $kendo-scheduler-event-text ));
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
&.k-event-ongoing {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
// Scheduler
|
|
2
2
|
$kendo-scheduler-border-width: 1px !default;
|
|
3
|
-
$kendo-scheduler-font-family:
|
|
4
|
-
$kendo-scheduler-font-size:
|
|
5
|
-
$kendo-scheduler-line-height:
|
|
3
|
+
$kendo-scheduler-font-family: var( --kendo-font-family, inherit ) !default;
|
|
4
|
+
$kendo-scheduler-font-size: var( --kendo-font-size, inherit ) !default;
|
|
5
|
+
$kendo-scheduler-line-height: var( --kendo-line-height, normal ) !default;
|
|
6
6
|
|
|
7
7
|
$kendo-scheduler-bg: $kendo-component-bg !default;
|
|
8
8
|
$kendo-scheduler-text: $kendo-component-text !default;
|
|
@@ -19,7 +19,7 @@ $kendo-scheduler-footer-border: $kendo-toolbar-border !default;
|
|
|
19
19
|
$kendo-scheduler-footer-gradient: $kendo-toolbar-gradient !default;
|
|
20
20
|
|
|
21
21
|
$kendo-scheduler-event-min-height: 25px !default;
|
|
22
|
-
$kendo-scheduler-event-border-radius:
|
|
22
|
+
$kendo-scheduler-event-border-radius: k-border-radius(md) !default;
|
|
23
23
|
$kendo-scheduler-event-line-height: calc( #{$kendo-scheduler-event-min-height} - (2 * #{$kendo-padding-md-y}) ) !default;
|
|
24
24
|
|
|
25
25
|
$kendo-scheduler-event-bg: if($kendo-enable-color-system, k-color( primary ), k-color-tint( $kendo-selected-bg, 2 )) !default;
|
|
@@ -42,8 +42,8 @@ $kendo-scheduler-event-selected-shadow: inset 0 0 0 2px rgba(0, 0, 0, .13) !defa
|
|
|
42
42
|
|
|
43
43
|
$kendo-scheduler-event-ongoing-shadow: inset 0px 0px 0px 1px #ff0000 !default;
|
|
44
44
|
|
|
45
|
-
$kendo-scheduler-cell-padding-x: k-
|
|
46
|
-
$kendo-scheduler-cell-padding-y: k-
|
|
45
|
+
$kendo-scheduler-cell-padding-x: k-spacing(2) !default;
|
|
46
|
+
$kendo-scheduler-cell-padding-y: k-spacing(2) !default;
|
|
47
47
|
$kendo-scheduler-cell-height: $kendo-line-height-em !default;
|
|
48
48
|
$kendo-scheduler-datecolumn-width: 12em !default;
|
|
49
49
|
$kendo-scheduler-timecolumn-width: 11em !default;
|
|
@@ -57,10 +57,10 @@ $kendo-scheduler-weekend-text: null !default;
|
|
|
57
57
|
$kendo-scheduler-othermonth-bg: if($kendo-enable-color-system, k-color( base ), k-try-shade( $kendo-scheduler-bg, .5 )) !default;
|
|
58
58
|
$kendo-scheduler-othermonth-text: null !default;
|
|
59
59
|
|
|
60
|
-
$kendo-scheduler-yearview-padding-x: k-
|
|
60
|
+
$kendo-scheduler-yearview-padding-x: k-spacing(3) !default;
|
|
61
61
|
$kendo-scheduler-yearview-padding-y: $kendo-scheduler-yearview-padding-x !default;
|
|
62
62
|
|
|
63
|
-
$kendo-scheduler-yearview-calendar-gap: k-
|
|
63
|
+
$kendo-scheduler-yearview-calendar-gap: k-spacing(3) !default;
|
|
64
64
|
|
|
65
65
|
$kendo-scheduler-yearview-indicator-size: 3px !default;
|
|
66
66
|
$kendo-scheduler-yearview-indicator-calc-offset-top: calc( #{$kendo-calendar-cell-size} - (#{$kendo-calendar-cell-padding-y} * 2)) !default;
|
|
@@ -69,24 +69,24 @@ $kendo-scheduler-yearview-indicator-border-radius: 50% !default;
|
|
|
69
69
|
$kendo-scheduler-yearview-indicator-bg: $kendo-color-primary !default;
|
|
70
70
|
$kendo-scheduler-yearview-indicator-selected-bg: $kendo-color-primary-contrast !default;
|
|
71
71
|
|
|
72
|
-
$kendo-scheduler-tooltip-padding-x: k-
|
|
73
|
-
$kendo-scheduler-tooltip-padding-y: k-
|
|
72
|
+
$kendo-scheduler-tooltip-padding-x: k-spacing(2) !default;
|
|
73
|
+
$kendo-scheduler-tooltip-padding-y: k-spacing(2) !default;
|
|
74
74
|
$kendo-scheduler-tooltip-border-width: 0 !default;
|
|
75
75
|
$kendo-scheduler-tooltip-bg: $kendo-color-primary-contrast !default;
|
|
76
76
|
$kendo-scheduler-tooltip-text: $kendo-base-text !default;
|
|
77
77
|
$kendo-scheduler-tooltip-border: null !default;
|
|
78
78
|
$kendo-scheduler-tooltip-shadow: k-elevation(2) !default;
|
|
79
79
|
|
|
80
|
-
$kendo-scheduler-tooltip-title-margin-y: k-
|
|
81
|
-
$kendo-scheduler-tooltip-month-font-size:
|
|
82
|
-
$kendo-scheduler-tooltip-day-font-size: $kendo-scheduler-tooltip-month-font-size * 2 !default;
|
|
80
|
+
$kendo-scheduler-tooltip-title-margin-y: k-spacing(3) !default;
|
|
81
|
+
$kendo-scheduler-tooltip-month-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
82
|
+
$kendo-scheduler-tooltip-day-font-size: calc( #{$kendo-scheduler-tooltip-month-font-size} * 2 ) !default;
|
|
83
83
|
|
|
84
84
|
$kendo-scheduler-tooltip-events-max-height: 250px !default;
|
|
85
|
-
$kendo-scheduler-tooltip-events-gap: k-
|
|
85
|
+
$kendo-scheduler-tooltip-events-gap: k-spacing(1) !default;
|
|
86
86
|
|
|
87
|
-
$kendo-scheduler-tooltip-event-padding-x: k-
|
|
88
|
-
$kendo-scheduler-tooltip-event-padding-y: k-
|
|
89
|
-
$kendo-scheduler-tooltip-event-border-radius:
|
|
90
|
-
$kendo-scheduler-tooltip-event-gap: k-
|
|
87
|
+
$kendo-scheduler-tooltip-event-padding-x: k-spacing(2) !default;
|
|
88
|
+
$kendo-scheduler-tooltip-event-padding-y: k-spacing(1) !default;
|
|
89
|
+
$kendo-scheduler-tooltip-event-border-radius: k-border-radius(md) !default;
|
|
90
|
+
$kendo-scheduler-tooltip-event-gap: k-spacing(1) !default;
|
|
91
91
|
|
|
92
92
|
$kendo-scheduler-tooltip-callout-text: $kendo-scheduler-tooltip-bg !default;
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
|
|
98
98
|
.k-scrollview-nav > .k-link {
|
|
99
99
|
margin-block: 0;
|
|
100
|
-
margin-inline:
|
|
100
|
+
margin-inline: calc( #{$kendo-scrollview-pager-item-spacing} / 2 );
|
|
101
101
|
padding: 0;
|
|
102
102
|
width: $kendo-scrollview-pagebutton-size;
|
|
103
103
|
height: $kendo-scrollview-pagebutton-size;
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
$kendo-scrollview-border-width: 1px !default;
|
|
6
6
|
/// The font family of the ScrollView.
|
|
7
7
|
/// @group scrollview
|
|
8
|
-
$kendo-scrollview-font-family:
|
|
8
|
+
$kendo-scrollview-font-family: var( --kendo-font-family, inherit ) !default;
|
|
9
9
|
/// The font size of the ScrollView.
|
|
10
10
|
/// @group scrollview
|
|
11
|
-
$kendo-scrollview-font-size:
|
|
11
|
+
$kendo-scrollview-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
12
|
/// The line height of the ScrollView.
|
|
13
13
|
/// @group scrollview
|
|
14
|
-
$kendo-scrollview-line-height:
|
|
14
|
+
$kendo-scrollview-line-height: var( --kendo-line-height, normal ) !default;
|
|
15
15
|
|
|
16
16
|
/// The text color of the ScrollView.
|
|
17
17
|
/// @group scrollview
|
|
@@ -47,13 +47,13 @@ $kendo-scrollview-pagebutton-shadow: 0 0 0 2px rgba(0, 0, 0, .13) !default;
|
|
|
47
47
|
$kendo-scrollview-pager-offset: 0 !default;
|
|
48
48
|
/// The spacing between the ScrollView pager items.
|
|
49
49
|
/// @group scrollview
|
|
50
|
-
$kendo-scrollview-pager-item-spacing:
|
|
50
|
+
$kendo-scrollview-pager-item-spacing: k-spacing(5) !default;
|
|
51
51
|
/// The border width of the ScrollView pager items.
|
|
52
52
|
/// @group scrollview
|
|
53
53
|
$kendo-scrollview-pager-item-border-width: 0px !default;
|
|
54
54
|
/// The height of the ScrollView pager.
|
|
55
55
|
/// @group scrollview
|
|
56
|
-
$kendo-scrollview-pager-height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + #{$kendo-scrollview-pager-item-spacing * 2
|
|
56
|
+
$kendo-scrollview-pager-height: calc( #{$kendo-scrollview-pagebutton-size} + #{$kendo-scrollview-pager-item-border-width * 2} + calc( #{$kendo-scrollview-pager-item-spacing} * 2 ) ) !default;
|
|
57
57
|
|
|
58
58
|
/// The text color of the highlight over the tapped ScrollView navigation arrows.
|
|
59
59
|
/// @group scrollview
|