@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
|
@@ -6,10 +6,10 @@ $kendo-signature-lg-min-height: 110px !default;
|
|
|
6
6
|
$kendo-signature-maximized-width: 750px !default;
|
|
7
7
|
$kendo-signature-maximized-height: 252px !default;
|
|
8
8
|
|
|
9
|
-
$kendo-signature-padding-x: k-
|
|
10
|
-
$kendo-signature-sm-padding-x: k-
|
|
11
|
-
$kendo-signature-md-padding-x: k-
|
|
12
|
-
$kendo-signature-lg-padding-x: k-
|
|
9
|
+
$kendo-signature-padding-x: k-spacing(1) !default;
|
|
10
|
+
$kendo-signature-sm-padding-x: k-spacing(0.5) !default;
|
|
11
|
+
$kendo-signature-md-padding-x: k-spacing(1) !default;
|
|
12
|
+
$kendo-signature-lg-padding-x: k-spacing(2) !default;
|
|
13
13
|
|
|
14
14
|
$kendo-signature-padding-y: $kendo-signature-padding-x !default;
|
|
15
15
|
$kendo-signature-sm-padding-y: $kendo-signature-sm-padding-x !default;
|
|
@@ -45,5 +45,5 @@ $kendo-signature-sizes: (
|
|
|
45
45
|
)
|
|
46
46
|
) !default;
|
|
47
47
|
|
|
48
|
-
$kendo-signature-actions-gap: k-
|
|
48
|
+
$kendo-signature-actions-gap: k-spacing(1) !default;
|
|
49
49
|
$kendo-signature-maximized-line-width: 3px !default;
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
$kendo-skeleton-text-transform: scale( 1, .6 ) !default;
|
|
6
6
|
/// The border radius of the Skeleton text.
|
|
7
7
|
/// @group skeleton
|
|
8
|
-
$kendo-skeleton-text-border-radius:
|
|
8
|
+
$kendo-skeleton-text-border-radius: k-border-radius(md) !default;
|
|
9
9
|
|
|
10
10
|
/// The border radius of the rectangular Skeleton.
|
|
11
11
|
/// @group skeleton
|
package/scss/slider/_theme.scss
CHANGED
|
@@ -15,13 +15,13 @@ $kendo-slider-alt-size: 30px !default;
|
|
|
15
15
|
|
|
16
16
|
/// The font family of the Slider.
|
|
17
17
|
/// @group slider
|
|
18
|
-
$kendo-slider-font-family:
|
|
18
|
+
$kendo-slider-font-family: var( --kendo-font-family, inherit ) !default;
|
|
19
19
|
/// The font size of the Slider.
|
|
20
20
|
/// @group slider
|
|
21
|
-
$kendo-slider-font-size:
|
|
21
|
+
$kendo-slider-font-size: var( --kendo-font-size, inherit ) !default;
|
|
22
22
|
/// The line height of the Slider.
|
|
23
23
|
/// @group slider
|
|
24
|
-
$kendo-slider-line-height:
|
|
24
|
+
$kendo-slider-line-height: var( --kendo-line-height, normal ) !default;
|
|
25
25
|
|
|
26
26
|
/// The offset of the Slider Buttons.
|
|
27
27
|
/// @group slider
|
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
$kendo-splitter-border-width: 1px !default;
|
|
6
6
|
/// The font family of the Splitter.
|
|
7
7
|
/// @group splitter
|
|
8
|
-
$kendo-splitter-font-family:
|
|
8
|
+
$kendo-splitter-font-family: var( --kendo-font-family, inherit ) !default;
|
|
9
9
|
/// The font size of the Splitter.
|
|
10
10
|
/// @group splitter
|
|
11
|
-
$kendo-splitter-font-size:
|
|
11
|
+
$kendo-splitter-font-size: var( --kendo-font-size, inherit ) !default;
|
|
12
12
|
/// The line height of the Splitter.
|
|
13
13
|
/// @group splitter
|
|
14
|
-
$kendo-splitter-line-height:
|
|
14
|
+
$kendo-splitter-line-height: var( --kendo-line-height, normal ) !default;
|
|
15
15
|
|
|
16
16
|
/// The background color of the Splitter.
|
|
17
17
|
/// @group splitter
|
|
@@ -25,7 +25,7 @@ $kendo-splitter-border: $kendo-component-border !default;
|
|
|
25
25
|
|
|
26
26
|
/// The size of the Splitter split bar.
|
|
27
27
|
/// @group splitter
|
|
28
|
-
$kendo-splitter-splitbar-size: k-
|
|
28
|
+
$kendo-splitter-splitbar-size: k-spacing(3) !default;
|
|
29
29
|
/// The length of the Splitter drag handle.
|
|
30
30
|
/// @group splitter
|
|
31
31
|
$kendo-splitter-drag-handle-length: 20px !default;
|
|
@@ -34,13 +34,13 @@ $kendo-splitter-drag-handle-length: 20px !default;
|
|
|
34
34
|
$kendo-splitter-drag-handle-thickness: 2px !default;
|
|
35
35
|
/// The margin of the Splitter drag handle icon.
|
|
36
36
|
/// @group splitter
|
|
37
|
-
$kendo-splitter-drag-icon-margin:
|
|
37
|
+
$kendo-splitter-drag-icon-margin: calc( #{k-spacing(3.5)} / 2 ) !default;
|
|
38
38
|
/// The horizontal padding of the collapse icon in the Splitter.
|
|
39
39
|
/// @group splitter
|
|
40
40
|
$kendo-splitter-collapse-icon-padding-x: null !default;
|
|
41
41
|
/// The vertical padding of the collapse icon in the Splitter.
|
|
42
42
|
/// @group splitter
|
|
43
|
-
$kendo-splitter-collapse-icon-padding-y: k-
|
|
43
|
+
$kendo-splitter-collapse-icon-padding-y: k-spacing(0.5) !default;
|
|
44
44
|
|
|
45
45
|
/// The background color of the Splitter split bar.
|
|
46
46
|
/// @group splitter
|
|
@@ -194,8 +194,8 @@
|
|
|
194
194
|
}
|
|
195
195
|
|
|
196
196
|
.k-spreadsheet-sheets-remove {
|
|
197
|
-
margin-right: k-
|
|
198
|
-
margin-left:
|
|
197
|
+
margin-right: k-spacing(2);
|
|
198
|
+
margin-left: calc( #{k-spacing(2)} * -1 );
|
|
199
199
|
padding: 0;
|
|
200
200
|
line-height: 1;
|
|
201
201
|
display: inline-flex;
|
|
@@ -523,7 +523,7 @@
|
|
|
523
523
|
box-sizing: border-box;
|
|
524
524
|
}
|
|
525
525
|
.k-spreadsheet-filter {
|
|
526
|
-
@include border-radius(
|
|
526
|
+
@include border-radius( k-border-radius(md) );
|
|
527
527
|
padding: $kendo-padding-y;
|
|
528
528
|
line-height: 1;
|
|
529
529
|
position: absolute;
|
|
@@ -549,7 +549,7 @@
|
|
|
549
549
|
color: inherit;
|
|
550
550
|
}
|
|
551
551
|
.k-link {
|
|
552
|
-
padding-left: calc( #{$kendo-icon-size} +
|
|
552
|
+
padding-left: calc( #{$kendo-icon-size} + calc( 2 * #{$kendo-padding-md-y} ) );
|
|
553
553
|
}
|
|
554
554
|
.k-icon {
|
|
555
555
|
margin-left: calc(-1 * ( #{$kendo-icon-size} + #{$kendo-padding-md-y} ) );
|
|
@@ -598,10 +598,10 @@
|
|
|
598
598
|
}
|
|
599
599
|
.k-details-content,
|
|
600
600
|
.k-columnmenu-item-content {
|
|
601
|
-
padding: k-
|
|
601
|
+
padding: k-spacing(2);
|
|
602
602
|
display: flex;
|
|
603
603
|
flex-flow: column nowrap;
|
|
604
|
-
gap: k-
|
|
604
|
+
gap: k-spacing(2);
|
|
605
605
|
|
|
606
606
|
.k-filter-and {
|
|
607
607
|
width: min-content;
|
|
@@ -634,10 +634,10 @@
|
|
|
634
634
|
.k-reset-color { border-bottom-width: 1px; }
|
|
635
635
|
.k-custom-color { border-top-width: 1px; }
|
|
636
636
|
.k-spreadsheet-border-type-palette {
|
|
637
|
-
padding: k-
|
|
637
|
+
padding: k-spacing(2);
|
|
638
638
|
display: grid;
|
|
639
639
|
grid-template-columns: repeat(5, max-content);
|
|
640
|
-
gap: k-
|
|
640
|
+
gap: k-spacing(2);
|
|
641
641
|
}
|
|
642
642
|
}
|
|
643
643
|
|
|
@@ -673,12 +673,12 @@
|
|
|
673
673
|
.k-spreadsheet-format-cells {
|
|
674
674
|
|
|
675
675
|
.k-spreadsheet-preview {
|
|
676
|
-
margin-top: k-
|
|
676
|
+
margin-top: k-spacing(2);
|
|
677
677
|
text-align: center;
|
|
678
678
|
}
|
|
679
679
|
|
|
680
680
|
.k-list-scroller {
|
|
681
|
-
margin-top: k-
|
|
681
|
+
margin-top: k-spacing(2);
|
|
682
682
|
height: 210px;
|
|
683
683
|
border-width: 1px;
|
|
684
684
|
border-style: solid;
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
.k-page-orientation {
|
|
709
709
|
position: absolute;
|
|
710
710
|
right: 0;
|
|
711
|
-
top: k-
|
|
711
|
+
top: k-spacing(2);
|
|
712
712
|
|
|
713
713
|
.k-font-icon {
|
|
714
714
|
font-size: 6em;
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
$kendo-spreadsheet-border-width: 1px !default;
|
|
9
9
|
/// The font family of the Spreadsheet.
|
|
10
10
|
/// @group spreadsheet
|
|
11
|
-
$kendo-spreadsheet-font-family:
|
|
11
|
+
$kendo-spreadsheet-font-family: var( --kendo-font-family, inherit ) !default;
|
|
12
12
|
/// The font size of the Spreadsheet.
|
|
13
13
|
/// @group spreadsheet
|
|
14
|
-
$kendo-spreadsheet-font-size:
|
|
14
|
+
$kendo-spreadsheet-font-size: var( --kendo-font-size, inherit ) !default;
|
|
15
15
|
/// The line height of the Spreadsheet.
|
|
16
16
|
/// @group spreadsheet
|
|
17
|
-
$kendo-spreadsheet-line-height:
|
|
17
|
+
$kendo-spreadsheet-line-height: var( --kendo-line-height, normal ) !default;
|
|
18
18
|
|
|
19
19
|
/// The background color of the Spreadsheet.
|
|
20
20
|
/// @group spreadsheet
|
|
@@ -57,10 +57,10 @@ $kendo-spreadsheet-table-header-gradient: $kendo-spreadsheet-header-gradient !de
|
|
|
57
57
|
$kendo-spreadsheet-action-bar-border-width: 1px !default;
|
|
58
58
|
/// The horizontal padding of the Spreadsheet action bar.
|
|
59
59
|
/// @group spreadsheet
|
|
60
|
-
$kendo-spreadsheet-action-bar-padding-y: k-
|
|
60
|
+
$kendo-spreadsheet-action-bar-padding-y: k-spacing(1) !default;
|
|
61
61
|
/// The vertical padding of the Spreadsheet action bar.
|
|
62
62
|
/// @group spreadsheet
|
|
63
|
-
$kendo-spreadsheet-action-bar-padding-x: k-
|
|
63
|
+
$kendo-spreadsheet-action-bar-padding-x: k-spacing(2) !default;
|
|
64
64
|
/// The font size of the Spreadsheet action bar.
|
|
65
65
|
/// @group spreadsheet
|
|
66
66
|
$kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
|
|
@@ -69,11 +69,11 @@ $kendo-spreadsheet-action-bar-font-size: $kendo-spreadsheet-font-size !default;
|
|
|
69
69
|
$kendo-spreadsheet-action-bar-font-family: Arial, Verdana, sans-serif !default;
|
|
70
70
|
/// The spacings of the Spreadsheet action bar.
|
|
71
71
|
/// @group spreadsheet
|
|
72
|
-
$kendo-spreadsheet-action-bar-spacing: k-
|
|
72
|
+
$kendo-spreadsheet-action-bar-spacing: k-spacing(2) !default;
|
|
73
73
|
|
|
74
74
|
/// The gap of the Spreadsheet formula bar.
|
|
75
75
|
/// @group spreadsheet
|
|
76
|
-
$kendo-spreadsheet-formula-bar-gap: k-
|
|
76
|
+
$kendo-spreadsheet-formula-bar-gap: k-spacing(2) !default;
|
|
77
77
|
|
|
78
78
|
/// The horizontal padding of the Spreadsheet formula input.
|
|
79
79
|
/// @group spreadsheet
|
|
@@ -144,7 +144,7 @@ $kendo-spreadsheet-auto-fill-punch-bg: rgba( $kendo-spreadsheet-bg, .5 ) !defaul
|
|
|
144
144
|
|
|
145
145
|
/// The vertical padding of the Spreadsheet cell.
|
|
146
146
|
/// @group spreadsheet
|
|
147
|
-
$kendo-spreadsheet-cell-padding-y: k-
|
|
147
|
+
$kendo-spreadsheet-cell-padding-y: k-spacing(1) !default;
|
|
148
148
|
/// The horizontal padding of the Spreadsheet cell.
|
|
149
149
|
/// @group spreadsheet
|
|
150
150
|
$kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
|
|
@@ -154,10 +154,10 @@ $kendo-spreadsheet-cell-padding-x: $kendo-spreadsheet-cell-padding-y !default;
|
|
|
154
154
|
$kendo-spreadsheet-cell-editor-line-height: 20px !default;
|
|
155
155
|
/// The horizontal padding of the Spreadsheet cell editor.
|
|
156
156
|
/// @group spreadsheet
|
|
157
|
-
$kendo-spreadsheet-cell-editor-padding-x: k-
|
|
157
|
+
$kendo-spreadsheet-cell-editor-padding-x: k-spacing(1) !default;
|
|
158
158
|
/// The vertical padding of the Spreadsheet cell editor.
|
|
159
159
|
/// @group spreadsheet
|
|
160
|
-
$kendo-spreadsheet-cell-editor-padding-y:
|
|
160
|
+
$kendo-spreadsheet-cell-editor-padding-y: k-spacing(0) !default;
|
|
161
161
|
/// The background color of the Spreadsheet cell editor.
|
|
162
162
|
/// @group spreadsheet
|
|
163
163
|
$kendo-spreadsheet-cell-editor-bg: $kendo-spreadsheet-bg !default;
|
|
@@ -182,10 +182,10 @@ $kendo-spreadsheet-cell-dirty-border: $kendo-color-error !default;
|
|
|
182
182
|
|
|
183
183
|
/// The horizontal padding of the Spreadsheet sheets bar.
|
|
184
184
|
/// @group spreadsheet
|
|
185
|
-
$kendo-spreadsheet-sheets-bar-padding-x: k-
|
|
185
|
+
$kendo-spreadsheet-sheets-bar-padding-x: k-spacing(2) !default;
|
|
186
186
|
/// The vertical padding of the Spreadsheet sheets bar.
|
|
187
187
|
/// @group spreadsheet
|
|
188
|
-
$kendo-spreadsheet-sheets-bar-padding-y: k-
|
|
188
|
+
$kendo-spreadsheet-sheets-bar-padding-y: k-spacing(2) !default;
|
|
189
189
|
/// The border width of the Spreadsheet sheets bar.
|
|
190
190
|
/// @group spreadsheet
|
|
191
191
|
$kendo-spreadsheet-sheets-bar-border-width: 1px !default;
|
|
@@ -198,7 +198,7 @@ $kendo-spreadsheet-insert-image-dialog-border-style: dashed !default;
|
|
|
198
198
|
$kendo-spreadsheet-insert-image-dialog-border-width: 2px !default;
|
|
199
199
|
/// The bottom margin of the Spreadsheet image Dialog.
|
|
200
200
|
/// @group spreadsheet
|
|
201
|
-
$kendo-spreadsheet-insert-image-dialog-text-margin-bottom:
|
|
201
|
+
$kendo-spreadsheet-insert-image-dialog-text-margin-bottom: k-spacing(7.5) !default;
|
|
202
202
|
/// The width of the Spreadsheet image Dialog preview.
|
|
203
203
|
/// @group spreadsheet
|
|
204
204
|
$kendo-spreadsheet-insert-image-dialog-preview-width: 355px !default;
|
|
@@ -213,13 +213,13 @@ $kendo-spreadsheet-insert-image-dialog-preview-img: "image-default.png" !default
|
|
|
213
213
|
$kendo-spreadsheet-insert-image-dialog-preview-border: $kendo-component-border !default;
|
|
214
214
|
/// The border radius of the Spreadsheet image Dialog preview.
|
|
215
215
|
/// @group spreadsheet
|
|
216
|
-
$kendo-spreadsheet-insert-image-dialog-preview-border-radius:
|
|
216
|
+
$kendo-spreadsheet-insert-image-dialog-preview-border-radius: k-border-radius(md) !default;
|
|
217
217
|
/// The shadow of the Spreadsheet image Dialog preview.
|
|
218
218
|
/// @group spreadsheet
|
|
219
219
|
$kendo-spreadsheet-insert-image-dialog-preview-overlay-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .5) !default;
|
|
220
220
|
/// The border radius of the Spreadsheet image Dialog preview overlay.
|
|
221
221
|
/// @group spreadsheet
|
|
222
|
-
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius:
|
|
222
|
+
$kendo-spreadsheet-insert-image-dialog-preview-overlay-border-radius: k-border-radius(md) !default;
|
|
223
223
|
/// The text color of the hovered Spreadsheet image Dialog preview.
|
|
224
224
|
/// @group spreadsheet
|
|
225
225
|
$kendo-spreadsheet-insert-image-dialog-overlay-hover-text: $kendo-component-bg !default;
|
|
@@ -247,7 +247,7 @@ $kendo-spreadsheet-drawing-handle-border-color: $kendo-selected-bg !default;
|
|
|
247
247
|
$kendo-spreadsheet-drawing-handle-bg: $kendo-color-primary !default;
|
|
248
248
|
/// The border radius of the Spreadsheet drawing handle.
|
|
249
249
|
/// @group spreadsheet
|
|
250
|
-
$kendo-spreadsheet-drawing-handle-border-radius:
|
|
250
|
+
$kendo-spreadsheet-drawing-handle-border-radius: k-border-radius(lg) !default;
|
|
251
251
|
/// The outline style of the Spreadsheet drawing.
|
|
252
252
|
/// @group spreadsheet
|
|
253
253
|
$kendo-spreadsheet-drawing-outline-style: solid !default;
|
|
@@ -260,5 +260,5 @@ $kendo-spreadsheet-drawing-anchor-bg: if($kendo-enable-color-system, color-mix(i
|
|
|
260
260
|
|
|
261
261
|
/// The vertical spacing of the Spreadsheet DropZone.
|
|
262
262
|
/// @group spreadsheet
|
|
263
|
-
$kendo-spreadsheet-dropzone-spacing-y: k-
|
|
263
|
+
$kendo-spreadsheet-dropzone-spacing-y: k-spacing(4) !default;
|
|
264
264
|
|
|
@@ -14,33 +14,33 @@ $kendo-stepper-padding-x: null !default;
|
|
|
14
14
|
$kendo-stepper-padding-y: null !default;
|
|
15
15
|
/// The horizontal margin the Stepper label.
|
|
16
16
|
/// @group stepper
|
|
17
|
-
$kendo-stepper-label-margin-x:
|
|
17
|
+
$kendo-stepper-label-margin-x: k-spacing(3) !default;
|
|
18
18
|
/// The horizontal padding the Stepper label.
|
|
19
19
|
/// @group stepper
|
|
20
|
-
$kendo-stepper-label-padding-x:
|
|
20
|
+
$kendo-stepper-label-padding-x: k-spacing(3) !default;
|
|
21
21
|
/// The vertical padding the Stepper label.
|
|
22
22
|
/// @group stepper
|
|
23
|
-
$kendo-stepper-label-padding-y:
|
|
23
|
+
$kendo-stepper-label-padding-y: calc( #{k-spacing(2.5)} / 2 ) !default;
|
|
24
24
|
/// The width of the border around the Stepper.
|
|
25
25
|
/// @group stepper
|
|
26
26
|
$kendo-stepper-border-width: 0px !default;
|
|
27
27
|
|
|
28
28
|
/// The horizontal padding of the Stepper content.
|
|
29
29
|
/// @group stepper
|
|
30
|
-
$kendo-stepper-inline-content-padding-x:
|
|
30
|
+
$kendo-stepper-inline-content-padding-x: k-spacing(5) !default;
|
|
31
31
|
/// The vertical padding of the Stepper content.
|
|
32
32
|
/// @group stepper
|
|
33
|
-
$kendo-stepper-inline-content-padding-y:
|
|
33
|
+
$kendo-stepper-inline-content-padding-y: k-spacing(2.5) !default;
|
|
34
34
|
|
|
35
35
|
// The font size of the Stepper.
|
|
36
36
|
/// @group stepper
|
|
37
|
-
$kendo-stepper-font-size:
|
|
37
|
+
$kendo-stepper-font-size: var( --kendo-font-size, inherit ) !default;
|
|
38
38
|
// The line height of the Stepper.
|
|
39
39
|
/// @group stepper
|
|
40
|
-
$kendo-stepper-line-height:
|
|
40
|
+
$kendo-stepper-line-height: var( --kendo-line-height, normal ) !default;
|
|
41
41
|
// The font family of the Stepper.
|
|
42
42
|
/// @group stepper
|
|
43
|
-
$kendo-stepper-font-family:
|
|
43
|
+
$kendo-stepper-font-family: var( --kendo-font-family, inherit ) !default;
|
|
44
44
|
|
|
45
45
|
/// The background color of the Stepper.
|
|
46
46
|
/// @group stepper
|
package/scss/table/_layout.scss
CHANGED
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
|
|
240
240
|
.k-table-#{$size} .k-table-list .k-table-group-td > span {
|
|
241
241
|
padding-block: 0;
|
|
242
|
-
padding-inline:
|
|
242
|
+
padding-inline: calc( #{$_cell-padding-x} / 2 );
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.k-table-#{$size} .k-table-list .k-table-group-row::before {
|
|
@@ -29,33 +29,33 @@ $kendo-table-cell-padding-x: null !default;
|
|
|
29
29
|
/// @group table
|
|
30
30
|
$kendo-table-cell-padding-y: null !default;
|
|
31
31
|
|
|
32
|
-
$kendo-table-sm-cell-padding-x: k-
|
|
33
|
-
$kendo-table-sm-cell-padding-y: k-
|
|
32
|
+
$kendo-table-sm-cell-padding-x: k-spacing(2) !default;
|
|
33
|
+
$kendo-table-sm-cell-padding-y: k-spacing(1) !default;
|
|
34
34
|
|
|
35
|
-
$kendo-table-md-cell-padding-x: k-
|
|
36
|
-
$kendo-table-md-cell-padding-y: k-
|
|
35
|
+
$kendo-table-md-cell-padding-x: k-spacing(3) !default;
|
|
36
|
+
$kendo-table-md-cell-padding-y: k-spacing(2) !default;
|
|
37
37
|
|
|
38
|
-
$kendo-table-lg-cell-padding-x: k-
|
|
39
|
-
$kendo-table-lg-cell-padding-y: k-
|
|
38
|
+
$kendo-table-lg-cell-padding-x: k-spacing(2) !default;
|
|
39
|
+
$kendo-table-lg-cell-padding-y: k-spacing(2.5) !default;
|
|
40
40
|
|
|
41
41
|
/// The sizes of the table.
|
|
42
42
|
/// @group table
|
|
43
43
|
$kendo-table-sizes: (
|
|
44
44
|
sm: (
|
|
45
|
-
font-size:
|
|
46
|
-
line-height:
|
|
45
|
+
font-size: var( --kendo-font-size, inherit ),
|
|
46
|
+
line-height: var( --kendo-line-height, normal ),
|
|
47
47
|
cell-padding-x: $kendo-table-sm-cell-padding-x,
|
|
48
48
|
cell-padding-y: $kendo-table-sm-cell-padding-y
|
|
49
49
|
),
|
|
50
50
|
md: (
|
|
51
|
-
font-size:
|
|
52
|
-
line-height:
|
|
51
|
+
font-size: var( --kendo-font-size, inherit ),
|
|
52
|
+
line-height: var( --kendo-line-height, normal ),
|
|
53
53
|
cell-padding-x: $kendo-table-md-cell-padding-x,
|
|
54
54
|
cell-padding-y: $kendo-table-md-cell-padding-y
|
|
55
55
|
),
|
|
56
56
|
lg: (
|
|
57
|
-
font-size:
|
|
58
|
-
line-height:
|
|
57
|
+
font-size: var( --kendo-font-size, inherit ),
|
|
58
|
+
line-height: var( --kendo-line-height, normal ),
|
|
59
59
|
cell-padding-x: $kendo-table-lg-cell-padding-x,
|
|
60
60
|
cell-padding-y: $kendo-table-lg-cell-padding-y
|
|
61
61
|
)
|
|
@@ -162,8 +162,8 @@
|
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
> .k-button {
|
|
165
|
-
padding-block: k-
|
|
166
|
-
padding-inline: k-
|
|
165
|
+
padding-block: k-spacing(1);
|
|
166
|
+
padding-inline: k-spacing(1);
|
|
167
167
|
width: auto;
|
|
168
168
|
height: auto;
|
|
169
169
|
flex: none;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
// Tabstrip
|
|
2
2
|
|
|
3
|
-
$kendo-tabstrip-wrapper-padding-x:
|
|
4
|
-
$kendo-tabstrip-wrapper-padding-y:
|
|
3
|
+
$kendo-tabstrip-wrapper-padding-x: k-spacing(0) !default;
|
|
4
|
+
$kendo-tabstrip-wrapper-padding-y: k-spacing(0) !default;
|
|
5
5
|
$kendo-tabstrip-wrapper-border-width: 0px !default;
|
|
6
6
|
|
|
7
|
-
$kendo-tabstrip-font-family:
|
|
8
|
-
$kendo-tabstrip-font-size:
|
|
9
|
-
$kendo-tabstrip-line-height:
|
|
7
|
+
$kendo-tabstrip-font-family: var( --kendo-font-family, inherit ) !default;
|
|
8
|
+
$kendo-tabstrip-font-size: var( --kendo-font-size, inherit ) !default;
|
|
9
|
+
$kendo-tabstrip-line-height: var( --kendo-line-height, normal ) !default;
|
|
10
10
|
$kendo-tabstrip-border-width: 1px !default;
|
|
11
11
|
|
|
12
12
|
$kendo-tabstrip-wrapper-bg: null !default;
|
|
@@ -25,19 +25,19 @@ $kendo-tabstrip-border: $kendo-component-border !default;
|
|
|
25
25
|
|
|
26
26
|
/// Horizontal padding of tabs
|
|
27
27
|
/// @group tabstrip
|
|
28
|
-
$kendo-tabstrip-item-padding-x: k-
|
|
28
|
+
$kendo-tabstrip-item-padding-x: k-spacing(3) !default;
|
|
29
29
|
/// Vertical padding of tabs
|
|
30
30
|
/// @group tabstrip
|
|
31
|
-
$kendo-tabstrip-item-padding-y: k-
|
|
31
|
+
$kendo-tabstrip-item-padding-y: k-spacing(1.5) !default;
|
|
32
32
|
/// Width of border around tabs
|
|
33
33
|
/// @group tabstrip
|
|
34
34
|
$kendo-tabstrip-item-border-width: 1px !default;
|
|
35
35
|
/// Border radius of tabs
|
|
36
36
|
/// @group tabstrip
|
|
37
|
-
$kendo-tabstrip-item-border-radius:
|
|
37
|
+
$kendo-tabstrip-item-border-radius: k-border-radius(md) !default;
|
|
38
38
|
/// Spacing between tabs
|
|
39
39
|
/// @group tabstrip
|
|
40
|
-
$kendo-tabstrip-item-gap: 0 !default;
|
|
40
|
+
$kendo-tabstrip-item-gap: k-spacing(0) !default;
|
|
41
41
|
|
|
42
42
|
/// Background color of tabs
|
|
43
43
|
/// @group tabstrip
|
|
@@ -94,10 +94,10 @@ $kendo-tabstrip-indicator-color: null !default;
|
|
|
94
94
|
|
|
95
95
|
/// Horizontal padding of tabstrip content
|
|
96
96
|
/// @group tabstrip
|
|
97
|
-
$kendo-tabstrip-content-padding-x: k-
|
|
97
|
+
$kendo-tabstrip-content-padding-x: k-spacing(4) !default;
|
|
98
98
|
/// Vertical padding of tabstrip content
|
|
99
99
|
/// @group tabstrip
|
|
100
|
-
$kendo-tabstrip-content-padding-y: k-
|
|
100
|
+
$kendo-tabstrip-content-padding-y: k-spacing(4) !default;
|
|
101
101
|
/// Width of border around tabstrip content
|
|
102
102
|
/// @group tabstrip
|
|
103
103
|
$kendo-tabstrip-content-border-width: 1px !default;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
/// The spacing index of the TaskBoard.
|
|
4
4
|
/// @group taskboard
|
|
5
|
-
$kendo-taskboard-spacer: k-
|
|
5
|
+
$kendo-taskboard-spacer: k-spacing(4) !default;
|
|
6
6
|
/// The vertical padding of the TaskBoard.
|
|
7
7
|
/// @group taskboard
|
|
8
8
|
$kendo-taskboard-padding-y: null !default;
|
|
@@ -11,13 +11,13 @@ $kendo-taskboard-padding-y: null !default;
|
|
|
11
11
|
$kendo-taskboard-padding-x: null !default;
|
|
12
12
|
/// The font family of the TaskBoard.
|
|
13
13
|
/// @group taskboard
|
|
14
|
-
$kendo-taskboard-font-family:
|
|
14
|
+
$kendo-taskboard-font-family: var( --kendo-font-family, inherit ) !default;
|
|
15
15
|
/// The font size of the TaskBoard.
|
|
16
16
|
/// @group taskboard
|
|
17
|
-
$kendo-taskboard-font-size:
|
|
17
|
+
$kendo-taskboard-font-size: var( --kendo-font-size, inherit ) !default;
|
|
18
18
|
/// The line height of the TaskBoard.
|
|
19
19
|
/// @group taskboard
|
|
20
|
-
$kendo-taskboard-line-height:
|
|
20
|
+
$kendo-taskboard-line-height: var( --kendo-line-height, normal ) !default;
|
|
21
21
|
/// The background color of the TaskBoard.
|
|
22
22
|
/// @group taskboard
|
|
23
23
|
$kendo-taskboard-bg: null !default;
|
|
@@ -56,13 +56,13 @@ $kendo-taskboard-content-padding-x: $kendo-taskboard-content-padding-y !default;
|
|
|
56
56
|
|
|
57
57
|
/// The vertical spacing of the TaskBoard column container.
|
|
58
58
|
/// @group taskboard
|
|
59
|
-
$kendo-taskboard-column-container-spacing-y:
|
|
59
|
+
$kendo-taskboard-column-container-spacing-y: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
|
|
60
60
|
/// The vertical padding of the TaskBoard column container.
|
|
61
61
|
/// @group taskboard
|
|
62
|
-
$kendo-taskboard-column-container-padding-y:
|
|
62
|
+
$kendo-taskboard-column-container-padding-y: k-spacing(0) !default;
|
|
63
63
|
/// The horizontal padding of the TaskBoard column container.
|
|
64
64
|
/// @group taskboard
|
|
65
|
-
$kendo-taskboard-column-container-padding-x:
|
|
65
|
+
$kendo-taskboard-column-container-padding-x: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
|
|
66
66
|
/// The spacing of the TaskBoard columns container.
|
|
67
67
|
/// @group taskboard
|
|
68
68
|
$kendo-taskboard-columns-container-gap: $kendo-taskboard-spacer !default;
|
|
@@ -75,7 +75,7 @@ $kendo-taskboard-column-width: 320px !default;
|
|
|
75
75
|
$kendo-taskboard-column-border-width: 1px !default;
|
|
76
76
|
/// The border radius of the TaskBoard column.
|
|
77
77
|
/// @group taskboard
|
|
78
|
-
$kendo-taskboard-column-border-radius:
|
|
78
|
+
$kendo-taskboard-column-border-radius: k-border-radius(md) !default;
|
|
79
79
|
/// The background color of the TaskBoard column.
|
|
80
80
|
/// @group taskboard
|
|
81
81
|
$kendo-taskboard-column-bg: $kendo-base-bg !default;
|
|
@@ -98,16 +98,16 @@ $kendo-taskboard-column-focus-border: if($kendo-enable-color-system, k-color( bo
|
|
|
98
98
|
|
|
99
99
|
/// The vertical padding of the TaskBoard column header.
|
|
100
100
|
/// @group taskboard
|
|
101
|
-
$kendo-taskboard-column-header-padding-y:
|
|
101
|
+
$kendo-taskboard-column-header-padding-y: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
|
|
102
102
|
/// The horizontal padding of the TaskBoard column header.
|
|
103
103
|
/// @group taskboard
|
|
104
104
|
$kendo-taskboard-column-header-padding-x: $kendo-taskboard-column-header-padding-y !default;
|
|
105
105
|
/// The spacing of the TaskBoard column header.
|
|
106
106
|
/// @group taskboard
|
|
107
|
-
$kendo-taskboard-column-header-gap:
|
|
107
|
+
$kendo-taskboard-column-header-gap: calc( #{$kendo-taskboard-spacer} / 4 ) !default;
|
|
108
108
|
/// The spacing of the TaskBoard column header actions.
|
|
109
109
|
/// @group taskboard
|
|
110
|
-
$kendo-taskboard-column-header-actions-gap:
|
|
110
|
+
$kendo-taskboard-column-header-actions-gap: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
|
|
111
111
|
/// The font weight of the TaskBoard column header.
|
|
112
112
|
/// @group taskboard
|
|
113
113
|
$kendo-taskboard-column-header-font-weight: 500 !default;
|
|
@@ -123,7 +123,7 @@ $kendo-taskboard-column-cards-padding-y: null !default;
|
|
|
123
123
|
$kendo-taskboard-column-cards-padding-x: null !default;
|
|
124
124
|
/// The spacing of the TaskBoard column Card wrapper.
|
|
125
125
|
/// @group taskboard
|
|
126
|
-
$kendo-taskboard-column-cards-gap:
|
|
126
|
+
$kendo-taskboard-column-cards-gap: calc( #{$kendo-taskboard-spacer} / 2 ) !default;
|
|
127
127
|
|
|
128
128
|
/// The default width of the TaskBoard pane.
|
|
129
129
|
/// @group taskboard
|
|
@@ -149,7 +149,7 @@ $kendo-taskboard-pane-border: $kendo-component-border !default;
|
|
|
149
149
|
|
|
150
150
|
/// The vertical padding of the TaskBoard pane header.
|
|
151
151
|
/// @group taskboard
|
|
152
|
-
$kendo-taskboard-pane-header-padding-y: ( $kendo-taskboard-spacer * .75 ) !default;
|
|
152
|
+
$kendo-taskboard-pane-header-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
|
|
153
153
|
/// The horizontal padding of the TaskBoard pane header.
|
|
154
154
|
/// @group taskboard
|
|
155
155
|
$kendo-taskboard-pane-header-padding-x: $kendo-taskboard-spacer !default;
|
|
@@ -162,14 +162,14 @@ $kendo-taskboard-pane-header-text: $kendo-component-header-text !default;
|
|
|
162
162
|
|
|
163
163
|
/// The vertical padding of the TaskBoard pane content.
|
|
164
164
|
/// @group taskboard
|
|
165
|
-
$kendo-taskboard-pane-content-padding-y:
|
|
165
|
+
$kendo-taskboard-pane-content-padding-y: k-spacing(0) !default;
|
|
166
166
|
/// The horizontal padding of the TaskBoard pane content.
|
|
167
167
|
/// @group taskboard
|
|
168
168
|
$kendo-taskboard-pane-content-padding-x: $kendo-taskboard-spacer !default;
|
|
169
169
|
|
|
170
170
|
/// The vertical padding of the TaskBoard pane actions.
|
|
171
171
|
/// @group taskboard
|
|
172
|
-
$kendo-taskboard-pane-actions-padding-y: ( $kendo-taskboard-spacer * .75 ) !default;
|
|
172
|
+
$kendo-taskboard-pane-actions-padding-y: calc( #{$kendo-taskboard-spacer} * .75 ) !default;
|
|
173
173
|
/// The horizontal padding of the TaskBoard pane actions.
|
|
174
174
|
/// @group taskboard
|
|
175
175
|
$kendo-taskboard-pane-actions-padding-x: $kendo-taskboard-spacer !default;
|
|
@@ -185,7 +185,7 @@ $kendo-taskboard-card-padding-x: $kendo-taskboard-card-padding-y !default;
|
|
|
185
185
|
$kendo-taskboard-card-border-width: $kendo-card-border-width !default;
|
|
186
186
|
/// The border radius of the TaskBoard Card.
|
|
187
187
|
/// @group taskboard
|
|
188
|
-
$kendo-taskboard-card-border-radius:
|
|
188
|
+
$kendo-taskboard-card-border-radius: k-border-radius(md) !default;
|
|
189
189
|
/// The shadow of the TaskBoard Card.
|
|
190
190
|
/// @group taskboard
|
|
191
191
|
$kendo-taskboard-card-shadow: $kendo-card-shadow !default;
|
|
@@ -9,7 +9,7 @@ $kendo-tile-layout-bg: $kendo-base-bg !default;
|
|
|
9
9
|
|
|
10
10
|
/// The horizontal padding of the TileLayout.
|
|
11
11
|
/// @group tilelayout
|
|
12
|
-
$kendo-tile-layout-padding-x: k-
|
|
12
|
+
$kendo-tile-layout-padding-x: k-spacing(4) !default;
|
|
13
13
|
|
|
14
14
|
/// The vertical padding of the TileLayout
|
|
15
15
|
/// @group tilelayout
|
|
@@ -27,7 +27,7 @@ $kendo-tile-layout-card-focus-shadow: $kendo-card-focus-shadow !default;
|
|
|
27
27
|
$kendo-tile-layout-hint-border-width: 1px !default;
|
|
28
28
|
/// The radius of the border around the TileLayout hint.
|
|
29
29
|
/// @group tilelayout
|
|
30
|
-
$kendo-tile-layout-hint-border-radius:
|
|
30
|
+
$kendo-tile-layout-hint-border-radius: k-border-radius(lg) !default;
|
|
31
31
|
/// The color of the border around the TileLayout hint.
|
|
32
32
|
/// @group tilelayout
|
|
33
33
|
$kendo-tile-layout-hint-border: $kendo-component-border !default;
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
text-align: center;
|
|
34
34
|
padding-block: $kendo-timeline-flag-padding-y;
|
|
35
35
|
padding-inline: $kendo-timeline-flag-padding-x;
|
|
36
|
-
border-radius:
|
|
36
|
+
border-radius: k-border-radius(md);
|
|
37
37
|
line-height: $kendo-timeline-flag-line-height;
|
|
38
38
|
min-width: $kendo-timeline-flag-min-width;
|
|
39
39
|
max-width: $kendo-timeline-flag-max-width;
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
&::-webkit-scrollbar-thumb {
|
|
96
|
-
border-radius:
|
|
96
|
+
border-radius: k-border-radius(md);
|
|
97
97
|
}
|
|
98
98
|
}
|
|
99
99
|
}
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
height: 100%;
|
|
140
140
|
width: $kendo-timeline-track-size;
|
|
141
141
|
transform: translateX(-50%);
|
|
142
|
-
border-radius:
|
|
142
|
+
border-radius: k-border-radius(lg);
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.k-timeline-flag-wrap {
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
}
|
|
198
198
|
|
|
199
199
|
.k-event-collapse {
|
|
200
|
-
margin-block:
|
|
200
|
+
margin-block: calc( #{$kendo-icon-spacing} * -1 );
|
|
201
201
|
margin-inline: 0;
|
|
202
202
|
transform: rotate(90deg);
|
|
203
203
|
transition: transform .2s ease-in-out;
|