@progress/kendo-theme-classic 5.0.0-alpha.1 → 5.0.0-beta.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/README.md +5 -9
- package/dist/all.css +7955 -10141
- package/dist/all.scss +13593 -13946
- package/package.json +3 -3
- package/scss/_variables.scss +0 -19
- package/scss/all.scss +1 -154
- package/scss/autocomplete/_index.scss +1 -0
- package/scss/autocomplete/_variables.scss +0 -5
- package/scss/avatar/_variables.scss +18 -8
- package/scss/button/_index.scss +2 -0
- package/scss/button/_variables.scss +4 -2
- package/scss/calendar/_index.scss +1 -0
- package/scss/chat/_variables.scss +0 -8
- package/scss/checkbox/_index.scss +2 -1
- package/scss/checkbox/_variables.scss +1 -1
- package/scss/chip/_variables.scss +127 -191
- package/scss/colorpicker/_variables.scss +0 -2
- package/scss/combobox/_index.scss +1 -0
- package/scss/combobox/_variables.scss +0 -2
- package/scss/dataviz/_index.scss +1 -0
- package/scss/dateinput/_index.scss +15 -0
- package/scss/dateinput/_layout.scss +1 -0
- package/scss/dateinput/_theme.scss +1 -0
- package/scss/dateinput/_variables.scss +1 -0
- package/scss/datepicker/_index.scss +15 -0
- package/scss/datepicker/_layout.scss +1 -0
- package/scss/datepicker/_theme.scss +1 -0
- package/scss/datepicker/_variables.scss +1 -0
- package/scss/daterangepicker/_index.scss +15 -0
- package/scss/daterangepicker/_layout.scss +1 -0
- package/scss/daterangepicker/_theme.scss +1 -0
- package/scss/daterangepicker/_variables.scss +1 -0
- package/scss/datetimepicker/_index.scss +15 -0
- package/scss/datetimepicker/_layout.scss +1 -0
- package/scss/datetimepicker/_theme.scss +1 -0
- package/scss/datetimepicker/_variables.scss +1 -0
- package/scss/drawer/_index.scss +1 -0
- package/scss/drawer/_variables.scss +1 -1
- package/scss/dropdownlist/_index.scss +1 -0
- package/scss/editor/_variables.scss +1 -1
- package/scss/expansion-panel/_index.scss +3 -0
- package/scss/expansion-panel/_variables.scss +2 -2
- package/scss/forms/_index.scss +1 -1
- package/scss/grid/_index.scss +1 -0
- package/scss/grid/_variables.scss +3 -3
- package/scss/index.scss +156 -0
- package/scss/input/_index.scss +1 -1
- package/scss/input/_variables.scss +35 -24
- package/scss/list/_index.scss +11 -0
- package/scss/list/_layout.scss +1 -0
- package/scss/list/_theme.scss +1 -0
- package/scss/list/_variables.scss +248 -0
- package/scss/listbox/_index.scss +2 -0
- package/scss/menu/_index.scss +2 -0
- package/scss/menu/_variables.scss +113 -34
- package/scss/multiselect/_index.scss +2 -0
- package/scss/multiselect/_variables.scss +0 -36
- package/scss/pager/_index.scss +1 -0
- package/scss/pager/_variables.scss +5 -5
- package/scss/panelbar/_index.scss +1 -0
- package/scss/panelbar/_variables.scss +2 -2
- package/scss/pivotgrid/_index.scss +1 -0
- package/scss/pivotgrid/_variables.scss +1 -1
- package/scss/popup/_index.scss +0 -4
- package/scss/popup/_variables.scss +2 -7
- package/scss/radio/_index.scss +2 -0
- package/scss/radio/_variables.scss +1 -1
- package/scss/spreadsheet/_index.scss +1 -0
- package/scss/table/_index.scss +19 -0
- package/scss/table/_layout.scss +1 -0
- package/scss/table/_theme.scss +1 -0
- package/scss/table/_variables.scss +141 -0
- package/scss/tabstrip/_index.scss +1 -0
- package/scss/tabstrip/_variables.scss +3 -3
- package/scss/timepicker/_index.scss +15 -0
- package/scss/timepicker/_layout.scss +1 -0
- package/scss/timepicker/_theme.scss +1 -0
- package/scss/timepicker/_variables.scss +1 -0
|
@@ -33,7 +33,7 @@ $menu-item-expanded-gradient: null !default;
|
|
|
33
33
|
|
|
34
34
|
$menu-item-focus-shadow: inset 0 0 3px 1px rgba( $menu-text, .25 ) !default;
|
|
35
35
|
|
|
36
|
-
$menu-separator-spacing:
|
|
36
|
+
$menu-separator-spacing: 0px !default;
|
|
37
37
|
|
|
38
38
|
$menu-scroll-button-bg: $component-bg !default;
|
|
39
39
|
$menu-scroll-button-text: $link-text !default;
|
|
@@ -47,36 +47,115 @@ $menu-scroll-button-hover-gradient: null !default;
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
// Menu popup
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
$menu-popup-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
$menu-popup-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
$menu-popup-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
$menu-popup-
|
|
66
|
-
|
|
67
|
-
$menu-popup-
|
|
68
|
-
$menu-popup-
|
|
69
|
-
|
|
70
|
-
$
|
|
71
|
-
|
|
72
|
-
$menu-popup-
|
|
73
|
-
$menu-popup-
|
|
74
|
-
$menu-popup-
|
|
75
|
-
$menu-popup-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
$menu-popup-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
$menu-popup-
|
|
50
|
+
|
|
51
|
+
/// Horizontal padding of the menu popup.
|
|
52
|
+
/// @group menu-popup
|
|
53
|
+
$kendo-menu-popup-padding-x: null !default;
|
|
54
|
+
|
|
55
|
+
/// Vertical padding of the menu popup.
|
|
56
|
+
/// @group menu-popup
|
|
57
|
+
$kendo-menu-popup-padding-y: null !default;
|
|
58
|
+
|
|
59
|
+
/// Width of the border around the menu popup.
|
|
60
|
+
/// @group menu-popup
|
|
61
|
+
$kendo-menu-popup-border-width: $popup-border-width !default;
|
|
62
|
+
|
|
63
|
+
/// Font sizes of the menu popup.
|
|
64
|
+
/// @group menu-popup
|
|
65
|
+
$kendo-menu-popup-font-size: $font-size !default;
|
|
66
|
+
$kendo-menu-popup-font-size-sm: $font-size-sm !default;
|
|
67
|
+
$kendo-menu-popup-font-size-md: $font-size !default;
|
|
68
|
+
$kendo-menu-popup-font-size-lg: $font-size-lg !default;
|
|
69
|
+
|
|
70
|
+
/// Line heights used along with $font-size.
|
|
71
|
+
/// @group menu-popup
|
|
72
|
+
$kendo-menu-popup-line-height: $line-height !default;
|
|
73
|
+
$kendo-menu-popup-line-height-sm: $line-height-lg !default;
|
|
74
|
+
$kendo-menu-popup-line-height-md: $line-height !default;
|
|
75
|
+
$kendo-menu-popup-line-height-lg: $line-height-lg !default;
|
|
76
|
+
|
|
77
|
+
/// The background of the menu popup.
|
|
78
|
+
/// @group menu-popup
|
|
79
|
+
$kendo-menu-popup-bg: $popup-bg !default;
|
|
80
|
+
/// The text color of the menu popup.
|
|
81
|
+
/// @group menu-popup
|
|
82
|
+
$kendo-menu-popup-text: $popup-text !default;
|
|
83
|
+
/// The border color of the menu popup.
|
|
84
|
+
/// @group menu-popup
|
|
85
|
+
$kendo-menu-popup-border: $popup-border !default;
|
|
86
|
+
/// The background gradient of the menu popup.
|
|
87
|
+
/// @group menu-popup
|
|
88
|
+
$kendo-menu-popup-gradient: null !default;
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
// Menu popup item
|
|
92
|
+
|
|
93
|
+
/// Horizontal padding of the menu item in popup.
|
|
94
|
+
/// @group menu-popup-item
|
|
95
|
+
$kendo-menu-popup-item-padding-x: null !default;
|
|
96
|
+
$kendo-menu-popup-item-padding-x-base: map-get( $spacing, 2 ) !default;
|
|
97
|
+
$kendo-menu-popup-item-padding-x-sm: ( $kendo-menu-popup-item-padding-x-base * .75 ) !default;
|
|
98
|
+
$kendo-menu-popup-item-padding-x-md: $kendo-menu-popup-item-padding-x-base !default;
|
|
99
|
+
$kendo-menu-popup-item-padding-x-lg: ( $kendo-menu-popup-item-padding-x-base * 1.25 ) !default;
|
|
100
|
+
|
|
101
|
+
/// Vertical padding of the menu item in popup.
|
|
102
|
+
/// @group menu-popup-item
|
|
103
|
+
$kendo-menu-popup-item-padding-y: null !default;
|
|
104
|
+
$kendo-menu-popup-item-padding-y-base: map-get( $spacing, 1 ) !default;
|
|
105
|
+
$kendo-menu-popup-item-padding-y-sm: ( $kendo-menu-popup-item-padding-y-base * .75 ) !default;
|
|
106
|
+
$kendo-menu-popup-item-padding-y-md: $kendo-menu-popup-item-padding-y-base !default;
|
|
107
|
+
$kendo-menu-popup-item-padding-y-lg: ( $kendo-menu-popup-item-padding-y-base * 1.25 ) !default;
|
|
108
|
+
|
|
109
|
+
/// The end padding of the menu item in popup.
|
|
110
|
+
/// @group menu-popup-item
|
|
111
|
+
$kendo-menu-popup-item-padding-end: null !default;
|
|
112
|
+
$kendo-menu-popup-item-padding-end-sm: calc( #{$kendo-menu-popup-item-padding-x-sm * 2} + #{$icon-size} ) !default;
|
|
113
|
+
$kendo-menu-popup-item-padding-end-md: calc( #{$kendo-menu-popup-item-padding-x-md * 2} + #{$icon-size} ) !default;
|
|
114
|
+
$kendo-menu-popup-item-padding-end-lg: calc( #{$kendo-menu-popup-item-padding-x-lg * 2} + #{$icon-size} ) !default;
|
|
115
|
+
|
|
116
|
+
/// The spacing between the menu items in popup.
|
|
117
|
+
/// @group menu-popup-item
|
|
118
|
+
$kendo-menu-popup-item-spacing: 0px !default;
|
|
119
|
+
|
|
120
|
+
/// The background of the menu item in popup.
|
|
121
|
+
/// @group menu-popup-item
|
|
122
|
+
$kendo-menu-popup-item-bg: null !default;
|
|
123
|
+
/// The text color of the menu item in popup.
|
|
124
|
+
/// @group menu-popup-item
|
|
125
|
+
$kendo-menu-popup-item-text: null !default;
|
|
126
|
+
/// The border color of the menu item in popup.
|
|
127
|
+
/// @group menu-popup-item
|
|
128
|
+
$kendo-menu-popup-item-border: null !default;
|
|
129
|
+
/// The background gradient of the menu item in popup.
|
|
130
|
+
/// @group menu-popup-item
|
|
131
|
+
$kendo-menu-popup-item-gradient: null !default;
|
|
132
|
+
|
|
133
|
+
/// The background of hovered menu item in popup.
|
|
134
|
+
/// @group menu-popup-item
|
|
135
|
+
$kendo-menu-popup-item-hover-bg: $kendo-list-item-hover-bg !default;
|
|
136
|
+
/// The text color of hovered menu item in popup.
|
|
137
|
+
/// @group menu-popup-item
|
|
138
|
+
$kendo-menu-popup-item-hover-text: $kendo-list-item-hover-text !default;
|
|
139
|
+
/// The border color of hovered menu item in popup.
|
|
140
|
+
/// @group menu-popup-item
|
|
141
|
+
$kendo-menu-popup-item-hover-border: null !default;
|
|
142
|
+
/// The background gradient of hovered menu item in popup.
|
|
143
|
+
/// @group menu-popup-item
|
|
144
|
+
$kendo-menu-popup-item-hover-gradient: null !default;
|
|
145
|
+
|
|
146
|
+
/// The background of expanded menu item in popup.
|
|
147
|
+
/// @group menu-popup-item
|
|
148
|
+
$kendo-menu-popup-item-expanded-bg: $kendo-list-item-selected-bg !default;
|
|
149
|
+
/// The text color of expanded menu item in popup.
|
|
150
|
+
/// @group menu-popup-item
|
|
151
|
+
$kendo-menu-popup-item-expanded-text: $kendo-list-item-selected-text !default;
|
|
152
|
+
/// The border color of expanded menu item in popup.
|
|
153
|
+
/// @group menu-popup-item
|
|
154
|
+
$kendo-menu-popup-item-expanded-border: null !default;
|
|
155
|
+
/// The background gradient of expanded menu item in popup.
|
|
156
|
+
/// @group menu-popup-item
|
|
157
|
+
$kendo-menu-popup-item-expanded-gradient: null !default;
|
|
158
|
+
|
|
159
|
+
/// The base shadow of focused menu item in popup.
|
|
160
|
+
/// @group menu-popup-item
|
|
161
|
+
$kendo-menu-popup-item-focus-shadow: $menu-item-focus-shadow !default;
|
|
@@ -3,11 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
// Dependencies
|
|
5
5
|
@import "../common/_index.scss";
|
|
6
|
+
@import "../forms/_variables.scss";
|
|
6
7
|
@import "../button/_index.scss";
|
|
7
8
|
@import "../input/_index.scss";
|
|
8
9
|
@import "../chip/_index.scss";
|
|
9
10
|
@import "../floating-label/_index.scss";
|
|
10
11
|
@import "../popup/_index.scss";
|
|
12
|
+
@import "../list/_index.scss";
|
|
11
13
|
@import "../icons/_index.scss";
|
|
12
14
|
|
|
13
15
|
|
|
@@ -1,37 +1 @@
|
|
|
1
1
|
// Multiselect
|
|
2
|
-
$multiselect-width: 100% !default;
|
|
3
|
-
|
|
4
|
-
$multiselect-token-opacity: .07 !default;
|
|
5
|
-
$multiselect-token-focused-opacity: .46 !default;
|
|
6
|
-
$multiselect-token-focused-text: $base-bg !default;
|
|
7
|
-
$multiselect-token-focused-bg: $base-text !default;
|
|
8
|
-
$multiselect-token-disabled-text: rgba( $base-text, .42 ) !default;
|
|
9
|
-
$multiselect-token-hover-text: $base-bg !default;
|
|
10
|
-
$multiselect-token-hover-bg: rgba( $base-text, .54 ) !default;
|
|
11
|
-
$multiselect-remove-text: $base-bg !default;
|
|
12
|
-
$multiselect-remove-bg: rgba( $base-text, .4 ) !default;
|
|
13
|
-
$multiselect-remove-hover-text: $multiselect-remove-text !default;
|
|
14
|
-
$multiselect-remove-hover-bg: rgba( $base-text, .54 ) !default;
|
|
15
|
-
$multiselect-remove-focused-text: rgba( $base-text, .54 ) !default;
|
|
16
|
-
$multiselect-remove-focused-bg: rgba($base-bg, .93) !default;
|
|
17
|
-
|
|
18
|
-
$multiselect-bg: $kendo-input-bg !default;
|
|
19
|
-
$multiselect-text: $kendo-input-text !default;
|
|
20
|
-
$multiselect-border: $kendo-input-border !default;
|
|
21
|
-
|
|
22
|
-
$multiselect-hovered-bg: $kendo-input-hover-bg !default;
|
|
23
|
-
$multiselect-hovered-text: $kendo-input-hover-text !default;
|
|
24
|
-
$multiselect-hovered-border: $kendo-input-hover-border !default;
|
|
25
|
-
|
|
26
|
-
$multiselect-focused-bg: $kendo-input-focus-bg !default;
|
|
27
|
-
$multiselect-focused-text: $kendo-input-focus-text !default;
|
|
28
|
-
$multiselect-focused-border: $kendo-input-focus-border !default;
|
|
29
|
-
$multiselect-focused-shadow: $kendo-input-focus-shadow !default;
|
|
30
|
-
|
|
31
|
-
$multiselect-button-focused-bg: $kendo-button-active-bg !default;
|
|
32
|
-
$multiselect-button-focused-text: $kendo-button-active-text !default;
|
|
33
|
-
$multiselect-button-focused-border: $kendo-button-active-border !default;
|
|
34
|
-
$multiselect-button-focused-gradient: $kendo-button-active-gradient !default;
|
|
35
|
-
$multiselect-button-focused-shadow: $kendo-button-active-shadow !default;
|
|
36
|
-
|
|
37
|
-
$multiselect-clear-right: calc( #{$icon-size} + #{$kendo-input-padding-y} ) !default;
|
package/scss/pager/_index.scss
CHANGED
|
@@ -26,17 +26,17 @@ $pager-item-bg: null !default;
|
|
|
26
26
|
$pager-item-text: null !default;
|
|
27
27
|
$pager-item-border: null !default;
|
|
28
28
|
|
|
29
|
-
$pager-item-hover-bg: $list-item-
|
|
30
|
-
$pager-item-hover-text: $list-item-
|
|
29
|
+
$pager-item-hover-bg: $kendo-list-item-hover-bg !default;
|
|
30
|
+
$pager-item-hover-text: $kendo-list-item-hover-text !default;
|
|
31
31
|
$pager-item-hover-border: null !default;
|
|
32
32
|
|
|
33
|
-
$pager-item-selected-bg: $list-item-selected-bg !default;
|
|
34
|
-
$pager-item-selected-text: $list-item-selected-text !default;
|
|
33
|
+
$pager-item-selected-bg: $kendo-list-item-selected-bg !default;
|
|
34
|
+
$pager-item-selected-text: $kendo-list-item-selected-text !default;
|
|
35
35
|
$pager-item-selected-border: null !default;
|
|
36
36
|
|
|
37
37
|
$pager-item-focus-opacity: null !default;
|
|
38
38
|
$pager-item-focus-bg: transparent !default;
|
|
39
|
-
$pager-item-focus-shadow: $list-item-
|
|
39
|
+
$pager-item-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
40
40
|
|
|
41
41
|
$pager-number-padding-x: $pager-item-padding-x !default;
|
|
42
42
|
$pager-number-padding-y: $pager-item-padding-y !default;
|
|
@@ -32,7 +32,7 @@ $panelbar-header-focused-bg: null !default;
|
|
|
32
32
|
$panelbar-header-focused-text: null !default;
|
|
33
33
|
$panelbar-header-focused-border: null !default;
|
|
34
34
|
$panelbar-header-focused-gradient: null !default;
|
|
35
|
-
$panelbar-header-focused-shadow: $list-item-
|
|
35
|
+
$panelbar-header-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
36
36
|
|
|
37
37
|
$panelbar-header-hovered-focused-bg: null !default;
|
|
38
38
|
$panelbar-header-hovered-focused-text: null !default;
|
|
@@ -69,7 +69,7 @@ $panelbar-item-focused-bg: null !default;
|
|
|
69
69
|
$panelbar-item-focused-text: null !default;
|
|
70
70
|
$panelbar-item-focused-border: null !default;
|
|
71
71
|
$panelbar-item-focused-gradient: null !default;
|
|
72
|
-
$panelbar-item-focused-shadow: $list-item-
|
|
72
|
+
$panelbar-item-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
73
73
|
|
|
74
74
|
$panelbar-item-hovered-focused-bg: null !default;
|
|
75
75
|
$panelbar-item-hovered-focused-text: null !default;
|
|
@@ -36,7 +36,7 @@ $pivotgrid-selected-bg: rgba($selected-bg, .25) !default;
|
|
|
36
36
|
$pivotgrid-selected-text: null !default;
|
|
37
37
|
$pivotgrid-selected-border: null !default;
|
|
38
38
|
|
|
39
|
-
$pivotgrid-focus-shadow: $list-item-
|
|
39
|
+
$pivotgrid-focus-shadow: $kendo-list-item-focus-shadow !default;
|
|
40
40
|
|
|
41
41
|
// Pivotgrid Configurator
|
|
42
42
|
$pivotgrid-configurator-padding-x: null !default;
|
package/scss/popup/_index.scss
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
// Popup
|
|
2
|
-
$popup-padding-x:
|
|
3
|
-
$popup-padding-y:
|
|
2
|
+
$popup-padding-x: null !default;
|
|
3
|
+
$popup-padding-y: null !default;
|
|
4
4
|
$popup-border-width: 1px !default;
|
|
5
5
|
$popup-border-radius: null !default;
|
|
6
6
|
|
|
7
7
|
$popup-font-size: $font-size !default;
|
|
8
8
|
$popup-line-height: $line-height !default;
|
|
9
9
|
|
|
10
|
-
$popup-header-padding: $list-item-padding-y $list-item-padding-x !default;
|
|
11
|
-
$popup-header-font-size: null !default;
|
|
12
|
-
$popup-header-text: null !default;
|
|
13
|
-
$popup-filter-padding-x: $kendo-input-padding-x !default;
|
|
14
|
-
|
|
15
10
|
$popup-content-padding-x: map-get( $spacing, 2 ) !default;
|
|
16
11
|
$popup-content-padding-y: map-get( $spacing, 2 ) !default;
|
|
17
12
|
|
package/scss/radio/_index.scss
CHANGED
|
@@ -143,7 +143,7 @@ $kendo-radio-list-padding: 0px !default;
|
|
|
143
143
|
$kendo-radio-list-item-padding-x: 0px !default;
|
|
144
144
|
/// The vertical list item padding of radio button.
|
|
145
145
|
/// @group radio
|
|
146
|
-
$kendo-radio-list-item-padding-y: $list-item-padding-y !default;
|
|
146
|
+
$kendo-radio-list-item-padding-y: $kendo-list-item-padding-y-md !default;
|
|
147
147
|
/// The horizontal list item margin of radio button.
|
|
148
148
|
/// @group radio
|
|
149
149
|
$kendo-radio-list-horizontal-item-margin-x: 32px !default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../common/_index.scss";
|
|
6
|
+
@import "../input/_index.scss";
|
|
7
|
+
@import "../floating-label/_index.scss";
|
|
8
|
+
@import "../combobox/_index.scss";
|
|
9
|
+
@import "../popup/_index.scss";
|
|
10
|
+
@import "../toolbar/_variables.scss";
|
|
11
|
+
@import "../menu/_variables.scss";
|
|
12
|
+
@import "../grid/_variables.scss";
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
// Component
|
|
16
|
+
@import "_variables.scss";
|
|
17
|
+
@import "_layout.scss";
|
|
18
|
+
@import "_theme.scss";
|
|
19
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "~@progress/kendo-theme-default/scss/table/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "~@progress/kendo-theme-default/scss/table/_theme.scss";
|
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
// Table
|
|
2
|
+
|
|
3
|
+
/// The width of the table border.
|
|
4
|
+
/// @group table
|
|
5
|
+
$kendo-table-border-width: 1px !default;
|
|
6
|
+
/// The width of vertical border of table cells.
|
|
7
|
+
/// @group table
|
|
8
|
+
$kendo-table-cell-vertical-border-width: $grid-cell-vertical-border-width !default;
|
|
9
|
+
/// The width of horizontal border of table cells.
|
|
10
|
+
/// @group table
|
|
11
|
+
$kendo-table-cell-horizontal-border-width: $grid-cell-horizontal-border-width !default;
|
|
12
|
+
|
|
13
|
+
/// The font size of the table if no size is specified.
|
|
14
|
+
/// @group table
|
|
15
|
+
$kendo-table-font-size: null !default;
|
|
16
|
+
|
|
17
|
+
/// The line-height of the table if no size is specified.
|
|
18
|
+
/// @group table
|
|
19
|
+
$kendo-table-line-height: null !default;
|
|
20
|
+
|
|
21
|
+
/// The horizontal padding of the cells in the table if no size is specified.
|
|
22
|
+
/// @group table
|
|
23
|
+
$kendo-table-cell-padding-x: null !default;
|
|
24
|
+
|
|
25
|
+
/// The vertical padding of the cells in the table if no size is specified.
|
|
26
|
+
/// @group table
|
|
27
|
+
$kendo-table-cell-padding-y: null !default;
|
|
28
|
+
|
|
29
|
+
/// The sizes of the table.
|
|
30
|
+
/// @group table
|
|
31
|
+
$kendo-table-sizes: (
|
|
32
|
+
sm: (
|
|
33
|
+
font-size: $font-size,
|
|
34
|
+
line-height: $line-height,
|
|
35
|
+
cell-padding-y: map-get( $spacing, 1 ),
|
|
36
|
+
cell-padding-x: map-get( $spacing, 1 )
|
|
37
|
+
),
|
|
38
|
+
md: (
|
|
39
|
+
font-size: $font-size,
|
|
40
|
+
line-height: $line-height,
|
|
41
|
+
cell-padding-y: map-get( $spacing, 2 ),
|
|
42
|
+
cell-padding-x: map-get( $spacing, 2 )
|
|
43
|
+
),
|
|
44
|
+
lg: (
|
|
45
|
+
font-size: $font-size,
|
|
46
|
+
line-height: $line-height,
|
|
47
|
+
cell-padding-y: map-get( $spacing, 3 ),
|
|
48
|
+
cell-padding-x: map-get( $spacing, 3 )
|
|
49
|
+
)
|
|
50
|
+
) !default;
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
/// Background color of tables.
|
|
54
|
+
/// @group table
|
|
55
|
+
$kendo-table-bg: $grid-bg !default;
|
|
56
|
+
/// Text color of tables.
|
|
57
|
+
/// @group table
|
|
58
|
+
$kendo-table-text: $grid-text !default;
|
|
59
|
+
/// Border color of tables.
|
|
60
|
+
/// @group table
|
|
61
|
+
$kendo-table-border: $grid-border !default;
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
/// Background color of table headers.
|
|
65
|
+
/// @group table
|
|
66
|
+
$kendo-table-header-bg: $grid-header-bg !default;
|
|
67
|
+
/// Text color of table headers.
|
|
68
|
+
/// @group table
|
|
69
|
+
$kendo-table-header-text: $grid-header-text !default;
|
|
70
|
+
/// Border color of table headers.
|
|
71
|
+
/// @group table
|
|
72
|
+
$kendo-table-header-border: $grid-header-border !default;
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
/// Background color of table footers.
|
|
76
|
+
/// @group table
|
|
77
|
+
$kendo-table-footer-bg: $grid-footer-bg !default;
|
|
78
|
+
/// Text color of table footers.
|
|
79
|
+
/// @group table
|
|
80
|
+
$kendo-table-footer-text: $grid-footer-text !default;
|
|
81
|
+
/// Border color of table footers.
|
|
82
|
+
/// @group table
|
|
83
|
+
$kendo-table-footer-border: $grid-footer-border !default;
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
/// Background color of group rows in table.
|
|
87
|
+
/// @group table
|
|
88
|
+
$kendo-table-group-row-bg: $grid-grouping-row-bg !default;
|
|
89
|
+
/// Text color of group rows in table.
|
|
90
|
+
/// @group table
|
|
91
|
+
$kendo-table-group-row-text: $grid-grouping-row-text !default;
|
|
92
|
+
/// Border color of group rows in table.
|
|
93
|
+
/// @group table
|
|
94
|
+
$kendo-table-group-row-border: null !default;
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
/// Background color of alternating rows in table.
|
|
98
|
+
/// @group table
|
|
99
|
+
$kendo-table-alt-row-bg: $grid-alt-bg !default;
|
|
100
|
+
/// Text color of alternating rows in table.
|
|
101
|
+
/// @group table
|
|
102
|
+
$kendo-table-alt-row-text: $grid-alt-text !default;
|
|
103
|
+
/// Border color of alternating rows in table.
|
|
104
|
+
/// @group table
|
|
105
|
+
$kendo-table-alt-row-border: $grid-alt-border !default;
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
/// Background color of hovered rows in table.
|
|
109
|
+
/// @group table
|
|
110
|
+
$kendo-table-hover-bg: $grid-hovered-bg !default;
|
|
111
|
+
/// Text color of hovered rows in table.
|
|
112
|
+
/// @group table
|
|
113
|
+
$kendo-table-hover-text: $grid-hovered-text !default;
|
|
114
|
+
/// Border color of hovered rows in table.
|
|
115
|
+
/// @group table
|
|
116
|
+
$kendo-table-hover-border: $grid-hovered-border !default;
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
/// Background color of focused rows in table.
|
|
120
|
+
/// @group table
|
|
121
|
+
$kendo-table-focus-bg: null !default;
|
|
122
|
+
/// Text color of focused rows in table.
|
|
123
|
+
/// @group table
|
|
124
|
+
$kendo-table-focus-text: null !default;
|
|
125
|
+
/// Border color of focused rows in table.
|
|
126
|
+
/// @group table
|
|
127
|
+
$kendo-table-focus-border: null !default;
|
|
128
|
+
/// Box shadow of focused rows in table.
|
|
129
|
+
/// @group table
|
|
130
|
+
$kendo-table-focus-shadow: $grid-focused-shadow !default;
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
/// Background color of selected rows in table.
|
|
134
|
+
/// @group table
|
|
135
|
+
$kendo-table-selected-bg: $grid-selected-bg !default;
|
|
136
|
+
/// Text color of selected rows in table.
|
|
137
|
+
/// @group table
|
|
138
|
+
$kendo-table-selected-text: $grid-selected-text !default;
|
|
139
|
+
/// Border color of selected rows in table.
|
|
140
|
+
/// @group table
|
|
141
|
+
$kendo-table-selected-border: $grid-selected-border !default;
|
|
@@ -77,7 +77,7 @@ $tabstrip-item-selected-border: $component-border !default;
|
|
|
77
77
|
/// @group tabstrip
|
|
78
78
|
$tabstrip-item-selected-gradient: false !default;
|
|
79
79
|
|
|
80
|
-
$tabstrip-item-focused-shadow: $list-item-
|
|
80
|
+
$tabstrip-item-focused-shadow: $kendo-list-item-focus-shadow !default;
|
|
81
81
|
|
|
82
82
|
$tabstrip-item-dragging-shadow: 0px 3px 4px rgba(0, 0, 0, .15) !default;
|
|
83
83
|
|
|
@@ -86,10 +86,10 @@ $tabstrip-indicator-color: null !default;
|
|
|
86
86
|
|
|
87
87
|
/// Horizontal padding of tabstrip content
|
|
88
88
|
/// @group tabstrip
|
|
89
|
-
$tabstrip-content-padding-x:
|
|
89
|
+
$tabstrip-content-padding-x: map-get( $spacing, 4 ) !default;
|
|
90
90
|
/// Vertical padding of tabstrip content
|
|
91
91
|
/// @group tabstrip
|
|
92
|
-
$tabstrip-content-padding-y:
|
|
92
|
+
$tabstrip-content-padding-y: map-get( $spacing, 4 ) !default;
|
|
93
93
|
/// Width of border around tabstrip content
|
|
94
94
|
/// @group tabstrip
|
|
95
95
|
$tabstrip-content-border-width: 1px !default;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
@import "../core/_index.scss";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
// Dependencies
|
|
5
|
+
@import "../common/_index.scss";
|
|
6
|
+
@import "../input/_index.scss";
|
|
7
|
+
@import "../floating-label/_index.scss";
|
|
8
|
+
@import "../popup/_index.scss";
|
|
9
|
+
@import "../icons/_index.scss";
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
// Component
|
|
13
|
+
@import "_variables.scss";
|
|
14
|
+
@import "_layout.scss";
|
|
15
|
+
@import "_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "~@progress/kendo-theme-default/scss/timepicker/_layout.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "~@progress/kendo-theme-default/scss/timepicker/_theme.scss";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
// Timepicker
|